Skip to content

Commit

Permalink
🚀 Release 1.36.1
Browse files Browse the repository at this point in the history
  • Loading branch information
despairblue authored Apr 4, 2024
1 parent 9d57fd1 commit d189427
Show file tree
Hide file tree
Showing 7 changed files with 26 additions and 6 deletions.
20 changes: 20 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,23 @@
## [1.36.1](https://github.com/n8n-io/n8n/compare/[email protected]@1.36.1) (2024-04-04)


### Bug Fixes

* **core:** Ensure `status` on Axios errors is available to the BE ([#9015](https://github.com/n8n-io/n8n/issues/9015)) ([39002b0](https://github.com/n8n-io/n8n/commit/39002b068e0c098609d076ca195be8933153a3a6))
* **core:** Ensure only leader handles waiting executions ([#9014](https://github.com/n8n-io/n8n/issues/9014)) ([9d57fd1](https://github.com/n8n-io/n8n/commit/9d57fd10523385af0ec3910a343fb9c12e602827))
* **editor:** Add fallback for expression resolution in multi-output case ([#9045](https://github.com/n8n-io/n8n/issues/9045)) ([e22ef2a](https://github.com/n8n-io/n8n/commit/e22ef2a3ef39d8a697a1d4c50207a8bec7cfd7c4))
* **editor:** Canvas showing error toast when clicking outside of "import workflow by url" modal ([#9001](https://github.com/n8n-io/n8n/issues/9001)) ([71df946](https://github.com/n8n-io/n8n/commit/71df9460deb4ffd62d1a08a9a903ee28e80b8be5))
* **editor:** Fix execution with wait node ([#9051](https://github.com/n8n-io/n8n/issues/9051)) ([baec22f](https://github.com/n8n-io/n8n/commit/baec22f9e8b0645037d2fd06d1faf4c6f1478c19))
* **editor:** Issue showing Auth2 callback section when all properties are overriden ([#8999](https://github.com/n8n-io/n8n/issues/8999)) ([0702e3d](https://github.com/n8n-io/n8n/commit/0702e3db1d94dcaa212f0d75a080ba48c882bae7))
* **editor:** Make share modal content scrollable ([#9025](https://github.com/n8n-io/n8n/issues/9025)) ([46aec96](https://github.com/n8n-io/n8n/commit/46aec961013b1ff3b47828507d0776f1017775a7))
* **editor:** Make Webhook node pinnable ([#9047](https://github.com/n8n-io/n8n/issues/9047)) ([8cbe2bf](https://github.com/n8n-io/n8n/commit/8cbe2bf241eed40b12ace147758265e96c5c7197))
* **editor:** Prevent saving workflow while another save is in progress ([#9048](https://github.com/n8n-io/n8n/issues/9048)) ([8fa755a](https://github.com/n8n-io/n8n/commit/8fa755a90f43b11bc1a4121f8c8e5a38f1cfa938))
* **editor:** Rerun failed nodes in manual executions ([#9050](https://github.com/n8n-io/n8n/issues/9050)) ([76345fd](https://github.com/n8n-io/n8n/commit/76345fdcd3ce67874a8d72d9c95c1f57d6009ef7))
* Fix missing input panel in node details view ([#9043](https://github.com/n8n-io/n8n/issues/9043)) ([de772eb](https://github.com/n8n-io/n8n/commit/de772eb96fd4db69d06829ab3f9c7feef16ef9b4))
* Workflows executed from other workflows not stopping ([#9010](https://github.com/n8n-io/n8n/issues/9010)) ([10f4154](https://github.com/n8n-io/n8n/commit/10f4154ce0a4686b37f5343f5682a7717d035751))



# [1.36.0](https://github.com/n8n-io/n8n/compare/[email protected]@1.36.0) (2024-04-03)


Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "n8n-monorepo",
"version": "1.36.0",
"version": "1.36.1",
"private": true,
"homepage": "https://n8n.io",
"engines": {
Expand Down
2 changes: 1 addition & 1 deletion packages/cli/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "n8n",
"version": "1.36.0",
"version": "1.36.1",
"description": "n8n Workflow Automation Tool",
"license": "SEE LICENSE IN LICENSE.md",
"homepage": "https://n8n.io",
Expand Down
2 changes: 1 addition & 1 deletion packages/core/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "n8n-core",
"version": "1.35.0",
"version": "1.35.1",
"description": "Core functionality of n8n",
"license": "SEE LICENSE IN LICENSE.md",
"homepage": "https://n8n.io",
Expand Down
2 changes: 1 addition & 1 deletion packages/design-system/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "n8n-design-system",
"version": "1.27.0",
"version": "1.27.1",
"license": "SEE LICENSE IN LICENSE.md",
"homepage": "https://n8n.io",
"author": {
Expand Down
2 changes: 1 addition & 1 deletion packages/editor-ui/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "n8n-editor-ui",
"version": "1.36.0",
"version": "1.36.1",
"description": "Workflow Editor UI for n8n",
"license": "SEE LICENSE IN LICENSE.md",
"homepage": "https://n8n.io",
Expand Down
2 changes: 1 addition & 1 deletion packages/node-dev/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "n8n-node-dev",
"version": "1.35.0",
"version": "1.35.1",
"description": "CLI to simplify n8n credentials/node development",
"license": "SEE LICENSE IN LICENSE.md",
"homepage": "https://n8n.io",
Expand Down

0 comments on commit d189427

Please sign in to comment.