mirror of
https://github.com/n8n-io/n8n.git
synced 2024-11-14 08:34:07 -08:00
🚀 Release 1.65.1 (#11409)
Co-authored-by: ivov <44588767+ivov@users.noreply.github.com>
This commit is contained in:
parent
480987e4ab
commit
714f618363
10
CHANGELOG.md
10
CHANGELOG.md
|
@ -1,3 +1,13 @@
|
|||
## [1.65.1](https://github.com/n8n-io/n8n/compare/n8n@1.65.0...n8n@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/n8n@1.64.0...n8n@1.65.0) (2024-10-24)
|
||||
|
||||
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "n8n-monorepo",
|
||||
"version": "1.65.0",
|
||||
"version": "1.65.1",
|
||||
"private": true,
|
||||
"engines": {
|
||||
"node": ">=20.15",
|
||||
|
|
|
@ -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",
|
||||
|
|
Loading…
Reference in a new issue