mirror of
https://github.com/n8n-io/n8n.git
synced 2024-11-14 08:34:07 -08:00
🚀 Release 1.63.3 (#11268)
Co-authored-by: ivov <44588767+ivov@users.noreply.github.com>
This commit is contained in:
parent
0d40874689
commit
d04a14de9b
|
@ -1,3 +1,12 @@
|
|||
## [1.63.3](https://github.com/n8n-io/n8n/compare/n8n@1.63.2...n8n@1.63.3) (2024-10-15)
|
||||
|
||||
|
||||
### Bug Fixes
|
||||
|
||||
* **core:** Override executions mode if `regular` during worker startup ([#11250](https://github.com/n8n-io/n8n/issues/11250)) ([0d40874](https://github.com/n8n-io/n8n/commit/0d4087468957da7b954f68730030bfd416b26212))
|
||||
|
||||
|
||||
|
||||
## [1.63.2](https://github.com/n8n-io/n8n/compare/n8n@1.63.1...n8n@1.63.2) (2024-10-11)
|
||||
|
||||
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "n8n-monorepo",
|
||||
"version": "1.63.2",
|
||||
"version": "1.63.3",
|
||||
"private": true,
|
||||
"engines": {
|
||||
"node": ">=20.15",
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "n8n",
|
||||
"version": "1.63.2",
|
||||
"version": "1.63.3",
|
||||
"description": "n8n Workflow Automation Tool",
|
||||
"main": "dist/index",
|
||||
"types": "dist/index.d.ts",
|
||||
|
|
Loading…
Reference in a new issue