mirror of
https://github.com/n8n-io/n8n.git
synced 2024-11-14 08:34:07 -08:00
🚀 Release 1.63.4 (#11271)
Co-authored-by: netroy <196144+netroy@users.noreply.github.com>
This commit is contained in:
parent
2fb2a2fa7c
commit
b2e17a1ab7
|
@ -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)
|
||||
|
||||
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "n8n-monorepo",
|
||||
"version": "1.63.3",
|
||||
"version": "1.63.4",
|
||||
"private": true,
|
||||
"engines": {
|
||||
"node": ">=20.15",
|
||||
|
|
|
@ -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",
|
||||
|
|
Loading…
Reference in a new issue