🚀 Release 2.0.0-rc.2 (#22735)

Co-authored-by: tomi <10324676+tomi@users.noreply.github.com>
This commit is contained in:
github-actions[bot]
2025-12-04 13:48:57 +02:00
committed by GitHub
parent f603bc891f
commit 07698d132b
3 changed files with 11 additions and 2 deletions
+9
View File
@@ -1,3 +1,12 @@
# [2.0.0-rc.2](https://github.com/n8n-io/n8n/compare/n8n@2.0.0-rc.1...n8n@2.0.0-rc.2) (2025-12-04)
### Bug Fixes
* **core:** Prevent execution data from being overwritten on manual workflow resume ([#22665](https://github.com/n8n-io/n8n/issues/22665)) ([f603bc8](https://github.com/n8n-io/n8n/commit/f603bc891f68d3779b4a8efaf667311afe38f2c9))
# [2.0.0-rc.1](https://github.com/n8n-io/n8n/compare/n8n@2.0.0-rc.0...n8n@2.0.0-rc.1) (2025-12-04)
+1 -1
View File
@@ -1,6 +1,6 @@
{
"name": "n8n-monorepo",
"version": "2.0.0-rc.1",
"version": "2.0.0-rc.2",
"private": true,
"engines": {
"node": ">=22.16",
+1 -1
View File
@@ -1,6 +1,6 @@
{
"name": "n8n",
"version": "2.0.0-rc.1",
"version": "2.0.0-rc.2",
"description": "n8n Workflow Automation Tool",
"main": "dist/index",
"types": "dist/index.d.ts",