From 90e0ddab2e7480067baace795fbd3219e935269d Mon Sep 17 00:00:00 2001 From: ivov Date: Thu, 21 Dec 2023 16:50:13 +0000 Subject: [PATCH] :rocket: Release 1.22.1 --- CHANGELOG.md | 11 +++++++++++ package.json | 2 +- packages/cli/package.json | 2 +- packages/editor-ui/package.json | 2 +- 4 files changed, 14 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 2033351b7ab4f..186e22783b441 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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) diff --git a/package.json b/package.json index 90cee43f90170..1e276fa7553a8 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "n8n", - "version": "1.22.0", + "version": "1.22.1", "private": true, "homepage": "https://n8n.io", "engines": { diff --git a/packages/cli/package.json b/packages/cli/package.json index 6e6f8de24a874..477a10cbdc10e 100644 --- a/packages/cli/package.json +++ b/packages/cli/package.json @@ -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", diff --git a/packages/editor-ui/package.json b/packages/editor-ui/package.json index 7cd132b5d0a01..7d66db3ebb0fb 100644 --- a/packages/editor-ui/package.json +++ b/packages/editor-ui/package.json @@ -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",