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