🚀 Release 1.62.6 (#11270)

Co-authored-by: netroy <196144+netroy@users.noreply.github.com>
This commit is contained in:
github-actions[bot] 2024-10-15 17:44:36 +02:00 committed by GitHub
parent df9df9ee82
commit 6aa5c003fc
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.62.6](https://github.com/n8n-io/n8n/compare/n8n@1.62.5...n8n@1.62.6) (2024-10-15)
### Bug Fixes
* **core:** Wrap nodes for tool use at a suitable time ([#11238](https://github.com/n8n-io/n8n/issues/11238)) ([df9df9e](https://github.com/n8n-io/n8n/commit/df9df9ee821703c55088fbc8f62069146d2289bc))
## [1.62.5](https://github.com/n8n-io/n8n/compare/n8n@1.62.4...n8n@1.62.5) (2024-10-11)

View file

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

View file

@ -1,6 +1,6 @@
{
"name": "n8n",
"version": "1.62.5",
"version": "1.62.6",
"description": "n8n Workflow Automation Tool",
"main": "dist/index",
"types": "dist/index.d.ts",