diff --git a/CHANGELOG.md b/CHANGELOG.md index a60ddf8d9a582..0e0b9616096da 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,17 @@ +## [1.37.1](https://github.com/n8n-io/n8n/compare/n8n@1.37.0...n8n@1.37.1) (2024-04-11) + + +### Bug Fixes + +* **core:** Don't revert irreversibble migrations ([#9105](https://github.com/n8n-io/n8n/issues/9105)) ([4326d59](https://github.com/n8n-io/n8n/commit/4326d59be9e7068c6c906db1c209530309fea2de)) +* **core:** Support MySQL in `MoveSshKeysToDatabase` migration ([#9120](https://github.com/n8n-io/n8n/issues/9120)) ([19ba645](https://github.com/n8n-io/n8n/commit/19ba6455f44439879db4a16f158136485f1fd0fe)) +* **editor:** Do not show overlapping trash icon in the node's settings ([#9119](https://github.com/n8n-io/n8n/issues/9119)) ([27de031](https://github.com/n8n-io/n8n/commit/27de0317a9c5e2e9674769625ad667eb0ce647c0)) +* **editor:** Open links from embedded chat in new tab ([#9121](https://github.com/n8n-io/n8n/issues/9121)) ([9e1e799](https://github.com/n8n-io/n8n/commit/9e1e7995cd3adb7bf5646ddaa972f187a8f27268)) +* **editor:** Render dates correctly in parameter hint ([#9089](https://github.com/n8n-io/n8n/issues/9089)) ([daacc42](https://github.com/n8n-io/n8n/commit/daacc4293f5e51a345e548ed22c6a0a4c93e6618)) +* **Respond to Webhook Node:** Continue on fail and error branch support ([#9115](https://github.com/n8n-io/n8n/issues/9115)) ([779b4a7](https://github.com/n8n-io/n8n/commit/779b4a79b3310021514a0fd41c426993c85bf0a8)) + + + # [1.37.0](https://github.com/n8n-io/n8n/compare/n8n@1.36.0...n8n@1.37.0) (2024-04-10) diff --git a/package.json b/package.json index c763069a51a5e..eb0514f7d229a 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "n8n-monorepo", - "version": "1.37.0", + "version": "1.37.1", "private": true, "homepage": "https://n8n.io", "engines": { diff --git a/packages/@n8n/chat/package.json b/packages/@n8n/chat/package.json index 90b57f35d352e..4961abf086b16 100644 --- a/packages/@n8n/chat/package.json +++ b/packages/@n8n/chat/package.json @@ -1,6 +1,6 @@ { "name": "@n8n/chat", - "version": "0.11.0", + "version": "0.11.1", "scripts": { "dev": "pnpm run storybook", "build": "pnpm type-check && pnpm build:vite && pnpm run build:individual && npm run build:prepare", diff --git a/packages/@n8n/nodes-langchain/package.json b/packages/@n8n/nodes-langchain/package.json index ae9624ab0f5e0..f81b46001c49a 100644 --- a/packages/@n8n/nodes-langchain/package.json +++ b/packages/@n8n/nodes-langchain/package.json @@ -1,6 +1,6 @@ { "name": "@n8n/n8n-nodes-langchain", - "version": "0.22.0", + "version": "0.22.1", "description": "", "license": "SEE LICENSE IN LICENSE.md", "homepage": "https://n8n.io", diff --git a/packages/cli/package.json b/packages/cli/package.json index 669b8a1e20f41..6ff5b07e9278b 100644 --- a/packages/cli/package.json +++ b/packages/cli/package.json @@ -1,6 +1,6 @@ { "name": "n8n", - "version": "1.37.0", + "version": "1.37.1", "description": "n8n Workflow Automation Tool", "license": "SEE LICENSE IN LICENSE.md", "homepage": "https://n8n.io", diff --git a/packages/editor-ui/package.json b/packages/editor-ui/package.json index 48aec0c222306..f0dcee5c55f33 100644 --- a/packages/editor-ui/package.json +++ b/packages/editor-ui/package.json @@ -1,6 +1,6 @@ { "name": "n8n-editor-ui", - "version": "1.37.0", + "version": "1.37.1", "description": "Workflow Editor UI for n8n", "license": "SEE LICENSE IN LICENSE.md", "homepage": "https://n8n.io", diff --git a/packages/nodes-base/package.json b/packages/nodes-base/package.json index 5ea7bbb48d792..cf460db84c717 100644 --- a/packages/nodes-base/package.json +++ b/packages/nodes-base/package.json @@ -1,6 +1,6 @@ { "name": "n8n-nodes-base", - "version": "1.37.0", + "version": "1.37.1", "description": "Base nodes of n8n", "license": "SEE LICENSE IN LICENSE.md", "homepage": "https://n8n.io",