Skip to content

Commit

Permalink
🚀 Release 1.63.3 (#11268)
Browse files Browse the repository at this point in the history
Co-authored-by: ivov <[email protected]>
  • Loading branch information
github-actions[bot] and ivov authored Oct 15, 2024
1 parent 0d40874 commit d04a14d
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 2 deletions.
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,12 @@
## [1.63.3](https://github.com/n8n-io/n8n/compare/[email protected]@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/[email protected]@1.63.2) (2024-10-11)


Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "n8n-monorepo",
"version": "1.63.2",
"version": "1.63.3",
"private": true,
"engines": {
"node": ">=20.15",
Expand Down
2 changes: 1 addition & 1 deletion packages/cli/package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down

0 comments on commit d04a14d

Please sign in to comment.