Skip to content

Commit ebb09d8

Browse files
🚀 Release 2.22.2 (#30953)
Co-authored-by: Matsuuu <16068444+Matsuuu@users.noreply.github.com>
1 parent c9b1220 commit ebb09d8

8 files changed

Lines changed: 17 additions & 7 deletions

File tree

CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,13 @@
1+
## [2.22.2](https://github.com/n8n-io/n8n/compare/n8n@2.22.1...n8n@2.22.2) (2026-05-22)
2+
3+
4+
### Bug Fixes
5+
6+
* **core:** Acquire expression isolate for scheduled polls ([#30741](https://github.com/n8n-io/n8n/issues/30741)) ([27ae0d7](https://github.com/n8n-io/n8n/commit/27ae0d7eb83b8e46935569e8694c536a03aeb4e6))
7+
* **core:** Report scheduled-poll isolate acquisition failures via __emitError ([#30791](https://github.com/n8n-io/n8n/issues/30791)) ([61597f0](https://github.com/n8n-io/n8n/commit/61597f03addb4d613e9016a8b08ee24bce09c1c9))
8+
* Fixes PostHog group identify call site after init ([#30800](https://github.com/n8n-io/n8n/issues/30800)) ([c9b1220](https://github.com/n8n-io/n8n/commit/c9b1220726bf5857b91bdfd29dc3001866716647))
9+
10+
111
## [2.22.1](https://github.com/n8n-io/n8n/compare/n8n@2.22.0...n8n@2.22.1) (2026-05-21)
212

313

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.22.1",
3+
"version": "2.22.2",
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.22.0",
3+
"version": "1.22.1",
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.22.0",
3+
"version": "1.22.1",
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": "2.22.0",
3+
"version": "2.22.1",
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": "2.22.1",
3+
"version": "2.22.2",
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": "2.22.0",
3+
"version": "2.22.1",
44
"description": "Core functionality of n8n",
55
"main": "dist/index",
66
"types": "dist/index.d.ts",

packages/frontend/editor-ui/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "n8n-editor-ui",
3-
"version": "2.22.0",
3+
"version": "2.22.1",
44
"description": "Workflow Editor UI for n8n",
55
"main": "index.js",
66
"type": "module",

0 commit comments

Comments
 (0)