From cbb58fda686264d58ca5144a8c480e50b8c89155 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Fri, 15 Dec 2023 13:55:40 +0100 Subject: [PATCH] :rocket: Release 1.21.1 (#8040) ## [1.21.1](https://github.com/n8n-io/n8n/compare/n8n@1.21.0...n8n@1.21.1) (2023-12-15) ### Bug Fixes * **ActiveCampaign Node:** Fix pagination issue when loading tags ([#8017](https://github.com/n8n-io/n8n/issues/8017)) ([d661861](https://github.com/n8n-io/n8n/commit/d66186157232479012e7d257fe3800194abdec8e)) * **core:** Initialize queue once in queue mode ([#8025](https://github.com/n8n-io/n8n/issues/8025)) ([b1c9c50](https://github.com/n8n-io/n8n/commit/b1c9c5072dbff686558f0d42acd543ac85b70867)) * **core:** Restore workflow ID during execution creation ([#8031](https://github.com/n8n-io/n8n/issues/8031)) ([2d16161](https://github.com/n8n-io/n8n/commit/2d16161c8594fdc969cbe005ca1398414b655012)), closes [/github.com/n8n-io/n8n/pull/8002/files#diff-c8cbb62ca9ab2ae45e5f565cd8c63fff6475809a6241ea0b90acc575615224](https://github.com//github.com/n8n-io/n8n/pull/8002/files/issues/diff-c8cbb62ca9ab2ae45e5f565cd8c63fff6475809a6241ea0b90acc575615224) * **editor:** Add back credential `use` permission ([#8023](https://github.com/n8n-io/n8n/issues/8023)) ([cf5c723](https://github.com/n8n-io/n8n/commit/cf5c7239f127f206cf07127654884fe088fed0cb)) * **editor:** Disable auto scroll and list size check when clicking on executions ([#7983](https://github.com/n8n-io/n8n/issues/7983)) ([99d1771](https://github.com/n8n-io/n8n/commit/99d177105bd9a83231cfea31a9bee7172713b080)) * **editor:** Show credential share info only to appropriate users ([#8020](https://github.com/n8n-io/n8n/issues/8020)) ([9933fce](https://github.com/n8n-io/n8n/commit/9933fce2d4cd0ad0f325ee6471f28e782a7ed0f2)) * **editor:** Turn off executions list auto-refresh after leaving the page ([#8005](https://github.com/n8n-io/n8n/issues/8005)) ([b866a94](https://github.com/n8n-io/n8n/commit/b866a941ff823c48776571d2df3a3e594710505c)) Co-authored-by: ivov --- CHANGELOG.md | 15 +++++++++++++++ package.json | 2 +- packages/@n8n/nodes-langchain/package.json | 2 +- packages/cli/package.json | 2 +- packages/core/package.json | 2 +- packages/editor-ui/package.json | 2 +- packages/node-dev/package.json | 2 +- packages/nodes-base/package.json | 2 +- packages/workflow/package.json | 2 +- 9 files changed, 23 insertions(+), 8 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index eac93ca428d56..cad47372d7666 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,18 @@ +## [1.21.1](https://github.com/n8n-io/n8n/compare/n8n@1.21.0...n8n@1.21.1) (2023-12-15) + + +### Bug Fixes + +* **ActiveCampaign Node:** Fix pagination issue when loading tags ([#8017](https://github.com/n8n-io/n8n/issues/8017)) ([d661861](https://github.com/n8n-io/n8n/commit/d66186157232479012e7d257fe3800194abdec8e)) +* **core:** Initialize queue once in queue mode ([#8025](https://github.com/n8n-io/n8n/issues/8025)) ([b1c9c50](https://github.com/n8n-io/n8n/commit/b1c9c5072dbff686558f0d42acd543ac85b70867)) +* **core:** Restore workflow ID during execution creation ([#8031](https://github.com/n8n-io/n8n/issues/8031)) ([2d16161](https://github.com/n8n-io/n8n/commit/2d16161c8594fdc969cbe005ca1398414b655012)), closes [/github.com/n8n-io/n8n/pull/8002/files#diff-c8cbb62ca9ab2ae45e5f565cd8c63fff6475809a6241ea0b90acc575615224](https://github.com//github.com/n8n-io/n8n/pull/8002/files/issues/diff-c8cbb62ca9ab2ae45e5f565cd8c63fff6475809a6241ea0b90acc575615224) +* **editor:** Add back credential `use` permission ([#8023](https://github.com/n8n-io/n8n/issues/8023)) ([cf5c723](https://github.com/n8n-io/n8n/commit/cf5c7239f127f206cf07127654884fe088fed0cb)) +* **editor:** Disable auto scroll and list size check when clicking on executions ([#7983](https://github.com/n8n-io/n8n/issues/7983)) ([99d1771](https://github.com/n8n-io/n8n/commit/99d177105bd9a83231cfea31a9bee7172713b080)) +* **editor:** Show credential share info only to appropriate users ([#8020](https://github.com/n8n-io/n8n/issues/8020)) ([9933fce](https://github.com/n8n-io/n8n/commit/9933fce2d4cd0ad0f325ee6471f28e782a7ed0f2)) +* **editor:** Turn off executions list auto-refresh after leaving the page ([#8005](https://github.com/n8n-io/n8n/issues/8005)) ([b866a94](https://github.com/n8n-io/n8n/commit/b866a941ff823c48776571d2df3a3e594710505c)) + + + # [1.21.0](https://github.com/n8n-io/n8n/compare/n8n@1.20.0...n8n@1.21.0) (2023-12-13) diff --git a/package.json b/package.json index a79cfe883b1e3..f494f28c63625 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "n8n", - "version": "1.21.0", + "version": "1.21.1", "private": true, "homepage": "https://n8n.io", "engines": { diff --git a/packages/@n8n/nodes-langchain/package.json b/packages/@n8n/nodes-langchain/package.json index 64319d75c2275..7a1d58f0ce721 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.6.0", + "version": "0.6.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 ea6c0876f2f29..f9701fef9469a 100644 --- a/packages/cli/package.json +++ b/packages/cli/package.json @@ -1,6 +1,6 @@ { "name": "n8n", - "version": "1.21.0", + "version": "1.21.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 25f2296969fb2..aeae143f15c54 100644 --- a/packages/core/package.json +++ b/packages/core/package.json @@ -1,6 +1,6 @@ { "name": "n8n-core", - "version": "1.21.0", + "version": "1.21.1", "description": "Core functionality of n8n", "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 e9352f25100e7..cadb0559bd359 100644 --- a/packages/editor-ui/package.json +++ b/packages/editor-ui/package.json @@ -1,6 +1,6 @@ { "name": "n8n-editor-ui", - "version": "1.21.0", + "version": "1.21.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 77b35b7098e0f..c57eb652bea05 100644 --- a/packages/node-dev/package.json +++ b/packages/node-dev/package.json @@ -1,6 +1,6 @@ { "name": "n8n-node-dev", - "version": "1.21.0", + "version": "1.21.1", "description": "CLI to simplify n8n credentials/node development", "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 2b199a5a0d235..2d0ed4d18f882 100644 --- a/packages/nodes-base/package.json +++ b/packages/nodes-base/package.json @@ -1,6 +1,6 @@ { "name": "n8n-nodes-base", - "version": "1.21.0", + "version": "1.21.1", "description": "Base nodes of n8n", "license": "SEE LICENSE IN LICENSE.md", "homepage": "https://n8n.io", diff --git a/packages/workflow/package.json b/packages/workflow/package.json index 5a1c525cf672d..89eba77840e34 100644 --- a/packages/workflow/package.json +++ b/packages/workflow/package.json @@ -1,6 +1,6 @@ { "name": "n8n-workflow", - "version": "1.21.0", + "version": "1.21.1", "description": "Workflow base code of n8n", "license": "SEE LICENSE IN LICENSE.md", "homepage": "https://n8n.io",