Skip to content

Commit 5e662dc

Browse files
🚀 Release 2.2.4 (#23913)
Co-authored-by: tomi <[email protected]>
1 parent 96c89e8 commit 5e662dc

File tree

5 files changed

+13
-4
lines changed

5 files changed

+13
-4
lines changed

CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,12 @@
1+
## [2.2.4](https://github.com/n8n-io/n8n/compare/[email protected]@2.2.4) (2026-01-06)
2+
3+
4+
### Bug Fixes
5+
6+
* **core:** Avoid copying execution data table on AddWorkflowVersionIdToExecutionData migration ([#23901](https://github.com/n8n-io/n8n/issues/23901)) ([96c89e8](https://github.com/n8n-io/n8n/commit/96c89e88c708ef99b357b93459e282cffcad8fc3))
7+
8+
9+
110
## [2.2.3](https://github.com/n8n-io/n8n/compare/[email protected]@2.2.3) (2026-01-05)
211

312

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "n8n-monorepo",
3-
"version": "2.2.3",
3+
"version": "2.2.4",
44
"private": true,
55
"engines": {
66
"node": ">=22.16",

packages/@n8n/backend-test-utils/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@n8n/backend-test-utils",
3-
"version": "1.2.2",
3+
"version": "1.2.3",
44
"scripts": {
55
"clean": "rimraf dist .turbo",
66
"dev": "pnpm watch",

packages/@n8n/db/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@n8n/db",
3-
"version": "1.2.2",
3+
"version": "1.2.3",
44
"scripts": {
55
"clean": "rimraf dist .turbo",
66
"dev": "pnpm watch",

packages/cli/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "n8n",
3-
"version": "2.2.3",
3+
"version": "2.2.4",
44
"description": "n8n Workflow Automation Tool",
55
"main": "dist/index",
66
"types": "dist/index.d.ts",

0 commit comments

Comments
 (0)