🚀 Release 1.63.3 (#11268)

Co-authored-by: ivov <44588767+ivov@users.noreply.github.com>
This commit is contained in:
github-actions[bot] 2024-10-15 16:27:12 +02:00 committed by GitHub
parent 0d40874689
commit d04a14de9b
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.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)

View file

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

View file

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