From bbf14699e5b732381bf6c87a200d934427deeb9a Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Mon, 3 Jun 2024 12:33:37 +0200 Subject: [PATCH] :rocket: Release 1.44.1 (#9594) Co-authored-by: ivov --- CHANGELOG.md | 12 ++++++++++++ package.json | 2 +- packages/@n8n/nodes-langchain/package.json | 2 +- packages/cli/package.json | 2 +- packages/editor-ui/package.json | 2 +- packages/nodes-base/package.json | 2 +- 6 files changed, 17 insertions(+), 5 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 631579ca7dd52..53c4be1eedb9d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,15 @@ +## [1.44.1](https://github.com/n8n-io/n8n/compare/n8n@1.44.0...n8n@1.44.1) (2024-06-03) + + +### Bug Fixes + +* **core:** Ensure graceful shutdown for workers ([#9547](https://github.com/n8n-io/n8n/issues/9547)) ([570839a](https://github.com/n8n-io/n8n/commit/570839a2e07a35cf4f8ebbb07ed4c09226c77ee6)) +* **core:** Upgrade mysql2 to address CVE-2024-21512 ([#9565](https://github.com/n8n-io/n8n/issues/9565)) ([e7e738b](https://github.com/n8n-io/n8n/commit/e7e738bd3c3626af27afec7c2b078f20f64c5a53)) +* **editor:** Replace more variants of BASE_PATH in static assets ([#9564](https://github.com/n8n-io/n8n/issues/9564)) ([4e42ac7](https://github.com/n8n-io/n8n/commit/4e42ac7c13118226b480a9f486b76e0f2f0000d1)) +* **editor:** Show workflow data in header when execution page is hard reloaded ([#9529](https://github.com/n8n-io/n8n/issues/9529)) ([ab00672](https://github.com/n8n-io/n8n/commit/ab006728802d0f98a5497e7822ec829a14b71310)) + + + # [1.44.0](https://github.com/n8n-io/n8n/compare/n8n@1.43.0...n8n@1.44.0) (2024-05-30) diff --git a/package.json b/package.json index 5ad9b63e5d709..3fc379cc5e9a8 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "n8n-monorepo", - "version": "1.44.0", + "version": "1.44.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 0dc7d50ac828c..8ee8b8cd1b664 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": "1.44.0", + "version": "1.44.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 882ed2d609bfa..47249f339cb87 100644 --- a/packages/cli/package.json +++ b/packages/cli/package.json @@ -1,6 +1,6 @@ { "name": "n8n", - "version": "1.44.0", + "version": "1.44.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 1ca43f5fa2a6a..c74b334cefab0 100644 --- a/packages/editor-ui/package.json +++ b/packages/editor-ui/package.json @@ -1,6 +1,6 @@ { "name": "n8n-editor-ui", - "version": "1.44.0", + "version": "1.44.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 904a1753da158..0d9d15b9690d1 100644 --- a/packages/nodes-base/package.json +++ b/packages/nodes-base/package.json @@ -1,6 +1,6 @@ { "name": "n8n-nodes-base", - "version": "1.44.0", + "version": "1.44.1", "description": "Base nodes of n8n", "license": "SEE LICENSE IN LICENSE.md", "homepage": "https://n8n.io",