From b2e17a1ab7499e9ccd7fe99646a626861aa1ead7 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Tue, 15 Oct 2024 17:44:44 +0200 Subject: [PATCH] :rocket: Release 1.63.4 (#11271) Co-authored-by: netroy <196144+netroy@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 246b397484..037b738607 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,12 @@ +## [1.63.4](https://github.com/n8n-io/n8n/compare/n8n@1.63.3...n8n@1.63.4) (2024-10-15) + + +### Bug Fixes + +* **core:** Wrap nodes for tool use at a suitable time ([#11238](https://github.com/n8n-io/n8n/issues/11238)) ([2fb2a2f](https://github.com/n8n-io/n8n/commit/2fb2a2fa7cd1246936b253132c5ada3e5feb2502)) + + + ## [1.63.3](https://github.com/n8n-io/n8n/compare/n8n@1.63.2...n8n@1.63.3) (2024-10-15) diff --git a/package.json b/package.json index f5c794ffbc..e24ea62c4d 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "n8n-monorepo", - "version": "1.63.3", + "version": "1.63.4", "private": true, "engines": { "node": ">=20.15", diff --git a/packages/cli/package.json b/packages/cli/package.json index 96e1df8046..91b632e68d 100644 --- a/packages/cli/package.json +++ b/packages/cli/package.json @@ -1,6 +1,6 @@ { "name": "n8n", - "version": "1.63.3", + "version": "1.63.4", "description": "n8n Workflow Automation Tool", "main": "dist/index", "types": "dist/index.d.ts",