diff --git a/CHANGELOG.md b/CHANGELOG.md index 59c5975a19eb1..55e90871bc8c9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,22 @@ +## [1.36.1](https://github.com/n8n-io/n8n/compare/n8n@1.36.0...n8n@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)) ([52b6947](https://github.com/n8n-io/n8n/commit/52b6947db419347e25c6d8fd5d909f6834e1db12)) +* **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)) ([cb2e460](https://github.com/n8n-io/n8n/commit/cb2e460f199ab0915c1c7ff5c7ea2b77c2c351e5)) +* **editor:** Fix execution with wait node ([#9051](https://github.com/n8n-io/n8n/issues/9051)) ([0fba0bf](https://github.com/n8n-io/n8n/commit/0fba0bfb9e9fb4671a09a725790f391ad3936892)) +* **editor:** Issue showing Auth2 callback section when all properties are overriden ([#8999](https://github.com/n8n-io/n8n/issues/8999)) ([10eea2b](https://github.com/n8n-io/n8n/commit/10eea2bea7cffb6ce573a3f339ca3ab0e961c622)) +* **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)) ([a30e02d](https://github.com/n8n-io/n8n/commit/a30e02dd3844adac4b10faaa3c4a4f94e1ba1097)) +* Workflows executed from other workflows not stopping ([#9010](https://github.com/n8n-io/n8n/issues/9010)) ([09e397b](https://github.com/n8n-io/n8n/commit/09e397b79e3e97d598def7ede8f48ec9ddd56518)) + + + # [1.36.0](https://github.com/n8n-io/n8n/compare/n8n@1.35.0...n8n@1.36.0) (2024-04-03) diff --git a/package.json b/package.json index 265951c9a1111..8f92251a663e7 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "n8n-monorepo", - "version": "1.36.0", + "version": "1.36.1", "private": true, "homepage": "https://n8n.io", "engines": { diff --git a/packages/cli/package.json b/packages/cli/package.json index a054dea1601f6..8b354f2df3a3b 100644 --- a/packages/cli/package.json +++ b/packages/cli/package.json @@ -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", diff --git a/packages/core/package.json b/packages/core/package.json index 8f2a3631c662b..77f06cbad1b2d 100644 --- a/packages/core/package.json +++ b/packages/core/package.json @@ -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", diff --git a/packages/design-system/package.json b/packages/design-system/package.json index afaa86de77867..58a1e34c70a08 100644 --- a/packages/design-system/package.json +++ b/packages/design-system/package.json @@ -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": { diff --git a/packages/editor-ui/package.json b/packages/editor-ui/package.json index 6aaf9ef007471..c75091800ede3 100644 --- a/packages/editor-ui/package.json +++ b/packages/editor-ui/package.json @@ -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", diff --git a/packages/node-dev/package.json b/packages/node-dev/package.json index 4b931747447aa..6831514d45df8 100644 --- a/packages/node-dev/package.json +++ b/packages/node-dev/package.json @@ -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",