From e7ee0496c21b84c1bdcde0b37cfdb7f31ee6644e Mon Sep 17 00:00:00 2001 From: cstuncsik Date: Wed, 3 Jul 2024 08:36:21 +0000 Subject: [PATCH] :rocket: Release 1.48.3 --- CHANGELOG.md | 13 +++++++++++++ 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, 21 insertions(+), 8 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index a870603ce10c1..cce13518a8e38 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,16 @@ +## [1.48.3](https://github.com/n8n-io/n8n/compare/n8n@1.48.2...n8n@1.48.3) (2024-07-03) + + +### Bug Fixes + +* **core:** Filter out certain executions from crash recovery ([#9904](https://github.com/n8n-io/n8n/issues/9904)) ([2661c24](https://github.com/n8n-io/n8n/commit/2661c24d5e0647da5444831f7d3feace198748c4)) +* **core:** Fix AddActivatedAtUserSetting migration on MariaDB ([#9910](https://github.com/n8n-io/n8n/issues/9910)) ([7095c6d](https://github.com/n8n-io/n8n/commit/7095c6d6bd03fc174eaf516b77175a2b5390f483)) +* **core:** Fix worker logs relay ([#9919](https://github.com/n8n-io/n8n/issues/9919)) ([aeb7e74](https://github.com/n8n-io/n8n/commit/aeb7e741b0010b979c182e60582b645c84c31fa5)) +* **core:** Throw on adding execution without execution data ([#9903](https://github.com/n8n-io/n8n/issues/9903)) ([536b29c](https://github.com/n8n-io/n8n/commit/536b29c03ce94f0c827bc6bd7bf333078d075ab7)) +* **editor:** Fix frontend project roles ([#9901](https://github.com/n8n-io/n8n/issues/9901)) ([44d13f1](https://github.com/n8n-io/n8n/commit/44d13f13cad6fd691b65e06730cd72056e372796)) + + + ## [1.48.2](https://github.com/n8n-io/n8n/compare/n8n@1.48.1...n8n@1.48.2) (2024-07-01) diff --git a/package.json b/package.json index e80eee1ea3fc5..3da22fe6a7362 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "n8n-monorepo", - "version": "1.48.2", + "version": "1.48.3", "private": true, "homepage": "https://n8n.io", "engines": { diff --git a/packages/@n8n/nodes-langchain/package.json b/packages/@n8n/nodes-langchain/package.json index c8d486b125b40..ae8dab4e65c76 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.48.0", + "version": "1.48.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 6e341bf739ba0..5a3ebc273a525 100644 --- a/packages/cli/package.json +++ b/packages/cli/package.json @@ -1,6 +1,6 @@ { "name": "n8n", - "version": "1.48.2", + "version": "1.48.3", "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 6d3143977adff..fc8a1469d0a69 100644 --- a/packages/core/package.json +++ b/packages/core/package.json @@ -1,6 +1,6 @@ { "name": "n8n-core", - "version": "1.48.0", + "version": "1.48.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 84a6b6022d774..1d988e0455e8a 100644 --- a/packages/editor-ui/package.json +++ b/packages/editor-ui/package.json @@ -1,6 +1,6 @@ { "name": "n8n-editor-ui", - "version": "1.48.1", + "version": "1.48.2", "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 001278f820850..62f9b0dac6d0a 100644 --- a/packages/node-dev/package.json +++ b/packages/node-dev/package.json @@ -1,6 +1,6 @@ { "name": "n8n-node-dev", - "version": "1.48.0", + "version": "1.48.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 4b9d1d6ab0597..abe8affa7b36d 100644 --- a/packages/nodes-base/package.json +++ b/packages/nodes-base/package.json @@ -1,6 +1,6 @@ { "name": "n8n-nodes-base", - "version": "1.48.0", + "version": "1.48.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 375184b96c519..2f9edd18ece61 100644 --- a/packages/workflow/package.json +++ b/packages/workflow/package.json @@ -1,6 +1,6 @@ { "name": "n8n-workflow", - "version": "1.47.0", + "version": "1.47.1", "description": "Workflow base code of n8n", "license": "SEE LICENSE IN LICENSE.md", "homepage": "https://n8n.io",