From 9888be1e6340e8cb9b5f601b32c54403786d7268 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Tue, 8 Oct 2024 11:11:32 +0200 Subject: [PATCH] :rocket: Release 1.62.3 (#11151) Co-authored-by: ivov <44588767+ivov@users.noreply.github.com> --- CHANGELOG.md | 9 +++++++++ package.json | 2 +- packages/cli/package.json | 2 +- 3 files changed, 11 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index a428b546eaf57..bdd09bd5cf316 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,12 @@ +## [1.62.3](https://github.com/n8n-io/n8n/compare/n8n@1.62.2...n8n@1.62.3) (2024-10-08) + + +### Bug Fixes + +* Fix transaction handling for 'revert' command ([#11145](https://github.com/n8n-io/n8n/issues/11145)) ([d1fe22b](https://github.com/n8n-io/n8n/commit/d1fe22b987fda42cd0b82a48f4d04a048771f2b5)) + + + ## [1.62.2](https://github.com/n8n-io/n8n/compare/n8n@1.62.1...n8n@1.62.2) (2024-10-07) diff --git a/package.json b/package.json index 426dc34ec41af..674aec9c4f11b 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "n8n-monorepo", - "version": "1.62.2", + "version": "1.62.3", "private": true, "engines": { "node": ">=20.15", diff --git a/packages/cli/package.json b/packages/cli/package.json index 445045b5deacd..9fc8163711204 100644 --- a/packages/cli/package.json +++ b/packages/cli/package.json @@ -1,6 +1,6 @@ { "name": "n8n", - "version": "1.62.2", + "version": "1.62.3", "description": "n8n Workflow Automation Tool", "main": "dist/index", "types": "dist/index.d.ts",