Skip to content

Commit

Permalink
🚀 Release 1.65.1 (#11409)
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 25, 2024
1 parent 480987e commit 714f618
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 2 deletions.
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,13 @@
## [1.65.1](https://github.com/n8n-io/n8n/compare/[email protected]@1.65.1) (2024-10-25)


### Bug Fixes

* **core:** Make execution and its data creation atomic ([#11392](https://github.com/n8n-io/n8n/issues/11392)) ([480987e](https://github.com/n8n-io/n8n/commit/480987e4abb62c5534c9f2dfb392c3640c85fa47))
* **core:** On unhandled rejections, extract the original exception correctly ([#11389](https://github.com/n8n-io/n8n/issues/11389)) ([343eb53](https://github.com/n8n-io/n8n/commit/343eb531169d48d1d245ab00da50a643d097fd7a))



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


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

0 comments on commit 714f618

Please sign in to comment.