Skip to content

Commit

Permalink
🚀 Release 1.22.1 (#8130)
Browse files Browse the repository at this point in the history
##
[1.22.1](https://github.com/n8n-io/n8n/compare/n8n@1.22.0...n8n@1.22.1)
(2023-12-21)


### Bug Fixes

* **core:** Handle empty executions table in pruning in migrations
([#8121](#8121))
([6cbeb5d](6cbeb5d))
* **core:** Remove circular dependency in WorkflowService and
ActiveWorkflowRunner
([#8128](#8128))
([b8e72c4](b8e72c4))
* **editor**: Show public API upgrade CTA when feature is not enabled
([#8109](#8109))
([fd27f73](fd27f73))

Co-authored-by: ivov <ivov@users.noreply.github.com>
  • Loading branch information
github-actions[bot] and ivov authored Dec 21, 2023
1 parent 95ea2f6 commit 675d4b6
Show file tree
Hide file tree
Showing 4 changed files with 14 additions and 3 deletions.
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,14 @@
## [1.22.1](https://github.com/n8n-io/n8n/compare/n8n@1.22.0...n8n@1.22.1) (2023-12-21)


### Bug Fixes

* **core:** Handle empty executions table in pruning in migrations ([#8121](https://github.com/n8n-io/n8n/issues/8121)) ([6cbeb5d](https://github.com/n8n-io/n8n/commit/6cbeb5d78e69e7398ca8d49d86f1c08684fd7b35))
* **core:** Remove circular dependency in WorkflowService and ActiveWorkflowRunner ([#8128](https://github.com/n8n-io/n8n/issues/8128)) ([b8e72c4](https://github.com/n8n-io/n8n/commit/b8e72c4377b759315c77a134d4791b073f2ff5fa))
* Show public API upgrade CTA when feature is not enabled ([#8109](https://github.com/n8n-io/n8n/issues/8109)) ([fd27f73](https://github.com/n8n-io/n8n/commit/fd27f738447011b5346e04d6d1d4fddf14d589ba))



# [1.22.0](https://github.com/n8n-io/n8n/compare/n8n@1.21.0...n8n@1.22.0) (2023-12-21)


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.22.0",
"version": "1.22.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.22.0",
"version": "1.22.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/editor-ui/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "n8n-editor-ui",
"version": "1.22.0",
"version": "1.22.1",
"description": "Workflow Editor UI for n8n",
"license": "SEE LICENSE IN LICENSE.md",
"homepage": "https://n8n.io",
Expand Down

0 comments on commit 675d4b6

Please sign in to comment.