Skip to content

Commit 675589c

Browse files
🚀 Release 1.122.5 (#22744)
Co-authored-by: schrothbn <[email protected]>
1 parent ba21f34 commit 675589c

File tree

7 files changed

+20
-6
lines changed

7 files changed

+20
-6
lines changed

CHANGELOG.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,17 @@
1+
## [1.122.5](https://github.com/n8n-io/n8n/compare/[email protected]@1.122.5) (2025-12-04)
2+
3+
4+
### Bug Fixes
5+
6+
* **core:** Fix html header check ([#22713](https://github.com/n8n-io/n8n/issues/22713)) ([e8cf4d6](https://github.com/n8n-io/n8n/commit/e8cf4d6bb3af94dc296cbb67bc3dd20e9b508ac9))
7+
8+
9+
### Features
10+
11+
* **core:** Add toolCode nodes to the pyodide check for v2 migration ([#22659](https://github.com/n8n-io/n8n/issues/22659)) ([f8c7ad6](https://github.com/n8n-io/n8n/commit/f8c7ad60971fbf4b289bad1f67e8a3f1bb254757))
12+
13+
14+
115
## [1.122.4](https://github.com/n8n-io/n8n/compare/[email protected]@1.122.4) (2025-11-28)
216

317

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": "1.122.4",
3+
"version": "1.122.5",
44
"private": true,
55
"engines": {
66
"node": ">=22.16",

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": "0.33.2",
3+
"version": "0.33.3",
44
"scripts": {
55
"clean": "rimraf dist .turbo",
66
"dev": "pnpm watch",

packages/@n8n/task-runner/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@n8n/task-runner",
3-
"version": "1.58.1",
3+
"version": "1.58.2",
44
"scripts": {
55
"clean": "rimraf dist .turbo",
66
"start": "node dist/start.js",

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": "1.122.4",
3+
"version": "1.122.5",
44
"description": "n8n Workflow Automation Tool",
55
"main": "dist/index",
66
"types": "dist/index.d.ts",

packages/core/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "n8n-core",
3-
"version": "1.121.1",
3+
"version": "1.121.2",
44
"description": "Core functionality of n8n",
55
"main": "dist/index",
66
"types": "dist/index.d.ts",

packages/node-dev/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "n8n-node-dev",
3-
"version": "1.120.1",
3+
"version": "1.120.2",
44
"description": "CLI to simplify n8n credentials/node development",
55
"main": "dist/src/index",
66
"types": "dist/src/index.d.ts",

0 commit comments

Comments
 (0)