From ffe5170baa423b5f17a99f122c72311807c826f1 Mon Sep 17 00:00:00 2001 From: ivov Date: Thu, 15 Aug 2024 09:08:12 +0000 Subject: [PATCH] :rocket: Release 1.54.3 --- CHANGELOG.md | 10 ++++++++++ package.json | 2 +- packages/cli/package.json | 2 +- 3 files changed, 12 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 1e717145ae419..59e4f386fb201 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,13 @@ +## [1.54.3](https://github.com/n8n-io/n8n/compare/n8n@1.54.2...n8n@1.54.3) (2024-08-15) + + +### Bug Fixes + +* **core:** Fix payload property in `workflow-post-execute` event ([#10413](https://github.com/n8n-io/n8n/issues/10413)) ([829d8b9](https://github.com/n8n-io/n8n/commit/829d8b9a12ba58e94eff08466f57abe8a6c89b91)) +* Project Viewer always seeing a connection error when testing credentials ([#10417](https://github.com/n8n-io/n8n/issues/10417)) ([b89b65a](https://github.com/n8n-io/n8n/commit/b89b65aaf5e8eef3701013e73b018ba2e9c05743)) + + + ## [1.54.2](https://github.com/n8n-io/n8n/compare/n8n@1.54.1...n8n@1.54.2) (2024-08-14) diff --git a/package.json b/package.json index 521620f6e6867..041176585b32a 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "n8n-monorepo", - "version": "1.54.2", + "version": "1.54.3", "private": true, "engines": { "node": ">=20.15", diff --git a/packages/cli/package.json b/packages/cli/package.json index 555f8a0c0fe51..050f1c8ace14b 100644 --- a/packages/cli/package.json +++ b/packages/cli/package.json @@ -1,6 +1,6 @@ { "name": "n8n", - "version": "1.54.2", + "version": "1.54.3", "description": "n8n Workflow Automation Tool", "main": "dist/index", "types": "dist/index.d.ts",