Skip to content

Commit

Permalink
🚀 Release 1.62.2 (#11136)
Browse files Browse the repository at this point in the history
Co-authored-by: netroy <[email protected]>
  • Loading branch information
github-actions[bot] and netroy authored Oct 7, 2024
1 parent e530bf5 commit 73f15dd
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 2 deletions.
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,14 @@
## [1.62.2](https://github.com/n8n-io/n8n/compare/[email protected]@1.62.2) (2024-10-07)


### Bug Fixes

* **core:** Allow loading nodes from multiple custom directories ([#11130](https://github.com/n8n-io/n8n/issues/11130)) ([e530bf5](https://github.com/n8n-io/n8n/commit/e530bf52a36d5c0fb7d915926e26d51c7a150d0d))
* **core:** Always set `startedAt` when executions start running ([#11098](https://github.com/n8n-io/n8n/issues/11098)) ([f91fae5](https://github.com/n8n-io/n8n/commit/f91fae565cbf5f4dab54ce35282e2029e5bc15ff))
* **core:** Print errors that happen before the execution starts on the worker instead of just on the main instance ([#11099](https://github.com/n8n-io/n8n/issues/11099)) ([563a0fc](https://github.com/n8n-io/n8n/commit/563a0fc446f0e6fd64e10ee473a40fd5333081d2))



## [1.62.1](https://github.com/n8n-io/n8n/compare/[email protected]@1.62.1) (2024-10-02)


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.62.1",
"version": "1.62.2",
"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.62.1",
"version": "1.62.2",
"description": "n8n Workflow Automation Tool",
"main": "dist/index",
"types": "dist/index.d.ts",
Expand Down

0 comments on commit 73f15dd

Please sign in to comment.