From 7430e17cfeb8b222a7fb3e355c4c015276d49200 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Fri, 18 Aug 2023 13:48:10 +0200 Subject: [PATCH] :rocket: Release 1.3.1 (#6971) Co-authored-by: netroy --- CHANGELOG.md | 15 +++++++++++++++ package.json | 2 +- packages/cli/package.json | 2 +- packages/core/package.json | 2 +- packages/design-system/package.json | 2 +- packages/editor-ui/package.json | 2 +- packages/node-dev/package.json | 2 +- packages/nodes-base/package.json | 2 +- 8 files changed, 22 insertions(+), 7 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 846c8ead667df..9b00e11ceebc0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,18 @@ +## [1.3.1](https://github.com/n8n-io/n8n/compare/n8n@1.3.0...n8n@1.3.1) (2023-08-18) + + +### Bug Fixes + +* **core:** Fix `continueOnFail` for expression error in Set ([#6939](https://github.com/n8n-io/n8n/issues/6939)) ([e685780](https://github.com/n8n-io/n8n/commit/e6857809928537fe5bc478837632723472d6cf5d)) +* **editor:** Do not flag dynamic load options issue on expression ([#6932](https://github.com/n8n-io/n8n/issues/6932)) ([81367cf](https://github.com/n8n-io/n8n/commit/81367cf9b685e69ee8472ee9a4973b61e94789a0)) +* **editor:** Fix Remove all fields not removing values in resource mapper ([#6940](https://github.com/n8n-io/n8n/issues/6940)) ([c80163f](https://github.com/n8n-io/n8n/commit/c80163fbe63927fa0a21bc64fd69527dcddf4ec1)) +* **editor:** Prevent Code node linter from erroring on `null` parse ([#6934](https://github.com/n8n-io/n8n/issues/6934)) ([239e967](https://github.com/n8n-io/n8n/commit/239e96710976233915e8398e7b9356cb9004b462)) +* **GraphQL Node:** Improve error handling ([#6955](https://github.com/n8n-io/n8n/issues/6955)) ([e8937aa](https://github.com/n8n-io/n8n/commit/e8937aaa21299f757b48c141be2809f6c20a40c3)) +* **Salesforce Node:** Fix Account update owner operation ([#6958](https://github.com/n8n-io/n8n/issues/6958)) ([ffd3ef5](https://github.com/n8n-io/n8n/commit/ffd3ef5b41877f295fc9db79b29b2e1b8c7a1b3e)) +* **Webhook Node:** Backward compatible form-data parsing for non-array fields ([#6967](https://github.com/n8n-io/n8n/issues/6967)) ([db1958c](https://github.com/n8n-io/n8n/commit/db1958cfab59f561ffbcbc57cf1f3c2e6a56d8e0)) + + + # [1.3.0](https://github.com/n8n-io/n8n/compare/n8n@1.2.0...n8n@1.3.0) (2023-08-16) diff --git a/package.json b/package.json index affab6657ff89..a5fd5d06f812a 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "n8n", - "version": "1.3.0", + "version": "1.3.1", "private": true, "homepage": "https://n8n.io", "engines": { diff --git a/packages/cli/package.json b/packages/cli/package.json index fc12bdb21ea36..11b50ea524ef2 100644 --- a/packages/cli/package.json +++ b/packages/cli/package.json @@ -1,6 +1,6 @@ { "name": "n8n", - "version": "1.3.0", + "version": "1.3.1", "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 053788c8a5d1b..af97e2e0e2d72 100644 --- a/packages/core/package.json +++ b/packages/core/package.json @@ -1,6 +1,6 @@ { "name": "n8n-core", - "version": "1.3.0", + "version": "1.3.1", "description": "Core functionality of n8n", "license": "SEE LICENSE IN LICENSE.md", "homepage": "https://n8n.io", diff --git a/packages/design-system/package.json b/packages/design-system/package.json index e36d1f49ab3be..bfc6755ad5786 100644 --- a/packages/design-system/package.json +++ b/packages/design-system/package.json @@ -1,6 +1,6 @@ { "name": "n8n-design-system", - "version": "1.3.0", + "version": "1.3.1", "license": "SEE LICENSE IN LICENSE.md", "homepage": "https://n8n.io", "author": { diff --git a/packages/editor-ui/package.json b/packages/editor-ui/package.json index a4e79e5ab72f2..49e5d9fc3e99b 100644 --- a/packages/editor-ui/package.json +++ b/packages/editor-ui/package.json @@ -1,6 +1,6 @@ { "name": "n8n-editor-ui", - "version": "1.3.0", + "version": "1.3.1", "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 aff14414f3812..b6224b7ab5856 100644 --- a/packages/node-dev/package.json +++ b/packages/node-dev/package.json @@ -1,6 +1,6 @@ { "name": "n8n-node-dev", - "version": "1.3.0", + "version": "1.3.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 53d2951c50442..63da005f2971d 100644 --- a/packages/nodes-base/package.json +++ b/packages/nodes-base/package.json @@ -1,6 +1,6 @@ { "name": "n8n-nodes-base", - "version": "1.3.0", + "version": "1.3.1", "description": "Base nodes of n8n", "license": "SEE LICENSE IN LICENSE.md", "homepage": "https://n8n.io",