🚀 Release 1.63.4 (#11271)

Co-authored-by: netroy <196144+netroy@users.noreply.github.com>
This commit is contained in:
github-actions[bot] 2024-10-15 17:44:44 +02:00 committed by GitHub
parent 2fb2a2fa7c
commit b2e17a1ab7
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
3 changed files with 11 additions and 2 deletions

View file

@ -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)

View file

@ -1,6 +1,6 @@
{
"name": "n8n-monorepo",
"version": "1.63.3",
"version": "1.63.4",
"private": true,
"engines": {
"node": ">=20.15",

View file

@ -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",