Skip to content

Commit

Permalink
🚀 Release 1.21.1 (#8040)
Browse files Browse the repository at this point in the history
##
[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](#8017))
([d661861](d661861))
* **core:** Initialize queue once in queue mode
([#8025](#8025))
([b1c9c50](b1c9c50))
* **core:** Restore workflow ID during execution creation
([#8031](#8031))
([2d16161](2d16161)),
closes
[/github.com//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](#8023))
([cf5c723](cf5c723))
* **editor:** Disable auto scroll and list size check when clicking on
executions ([#7983](#7983))
([99d1771](99d1771))
* **editor:** Show credential share info only to appropriate users
([#8020](#8020))
([9933fce](9933fce))
* **editor:** Turn off executions list auto-refresh after leaving the
page ([#8005](#8005))
([b866a94](b866a94))

Co-authored-by: ivov <ivov@users.noreply.github.com>
  • Loading branch information
github-actions[bot] and ivov authored Dec 15, 2023
1 parent 7c54851 commit cbb58fd
Show file tree
Hide file tree
Showing 9 changed files with 23 additions and 8 deletions.
15 changes: 15 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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)


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",
"version": "1.21.0",
"version": "1.21.1",
"private": true,
"homepage": "https://n8n.io",
"engines": {
Expand Down
2 changes: 1 addition & 1 deletion packages/@n8n/nodes-langchain/package.json
Original file line number Diff line number Diff line change
@@ -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",
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.21.0",
"version": "1.21.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.21.0",
"version": "1.21.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/editor-ui/package.json
Original file line number Diff line number Diff line change
@@ -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",
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.21.0",
"version": "1.21.1",
"description": "CLI to simplify n8n credentials/node development",
"license": "SEE LICENSE IN LICENSE.md",
"homepage": "https://n8n.io",
Expand Down
2 changes: 1 addition & 1 deletion packages/nodes-base/package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down
2 changes: 1 addition & 1 deletion packages/workflow/package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down

0 comments on commit cbb58fd

Please sign in to comment.