From 73f15dd73213ebb48ca6fc82101e670cc929b0e1 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Mon, 7 Oct 2024 14:11:56 +0200 Subject: [PATCH] :rocket: Release 1.62.2 (#11136) Co-authored-by: netroy <196144+netroy@users.noreply.github.com> --- CHANGELOG.md | 11 +++++++++++ package.json | 2 +- packages/cli/package.json | 2 +- 3 files changed, 13 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 7c2f569bf678d..a428b546eaf57 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,14 @@ +## [1.62.2](https://github.com/n8n-io/n8n/compare/n8n@1.62.1...n8n@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/n8n@1.61.0...n8n@1.62.1) (2024-10-02) diff --git a/package.json b/package.json index feda1c4701efc..426dc34ec41af 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "n8n-monorepo", - "version": "1.62.1", + "version": "1.62.2", "private": true, "engines": { "node": ">=20.15", diff --git a/packages/cli/package.json b/packages/cli/package.json index 9c7664d8a83b0..445045b5deacd 100644 --- a/packages/cli/package.json +++ b/packages/cli/package.json @@ -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",