From 45763df6a1b02c24dbe0f65e7f177e445b3ffcff Mon Sep 17 00:00:00 2001 From: MiloradFilipovic <2598782+MiloradFilipovic@users.noreply.github.com> Date: Fri, 27 Feb 2026 09:41:12 +0000 Subject: [PATCH] :rocket: Release 2.9.4-exp.0 --- CHANGELOG.md | 17 +++++++++++++++++ package.json | 2 +- packages/cli/package.json | 2 +- packages/frontend/@n8n/i18n/package.json | 2 +- packages/frontend/editor-ui/package.json | 2 +- 5 files changed, 21 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 41abfa09e2192..b7cc69180a26d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,20 @@ +## [2.9.4-exp.0](https://github.com/n8n-io/n8n/compare/n8n@2.9.4...n8n@2.9.4-exp.0) (2026-02-27) + + +### Bug Fixes + +* **editor:** Selectively apply credentials for http request nodes ([#26003](https://github.com/n8n-io/n8n/issues/26003)) ([615fe8b](https://github.com/n8n-io/n8n/commit/615fe8be711b8cf3ab31d95dd12e87a2b626e9be)) +* **editor:** Setup panel visual tweaks (no-chaneglog) ([#26107](https://github.com/n8n-io/n8n/issues/26107)) ([897730c](https://github.com/n8n-io/n8n/commit/897730cdc1999d1ad40c326266093bb43e2d038b)) +* **editor:** Show existing credentials in template setup modal ([#25598](https://github.com/n8n-io/n8n/issues/25598)) ([773b020](https://github.com/n8n-io/n8n/commit/773b020ce24e73dd9ae98dcd9e8167021fd9a688)) + + +### Features + +* **editor:** Highlight nodes in canvas on card hover in setup panel ([#25862](https://github.com/n8n-io/n8n/issues/25862)) ([04bd25c](https://github.com/n8n-io/n8n/commit/04bd25c73b9122f6b66999e83785e0b6cc308d49)) +* **editor:** In setup panel only mark credentials as completed if they are tested ([#25658](https://github.com/n8n-io/n8n/issues/25658)) ([a7a5589](https://github.com/n8n-io/n8n/commit/a7a5589a2d95defb991f8a68cecd4b93eab7926e)) + + + ## [2.9.4](https://github.com/n8n-io/n8n/compare/n8n@2.9.3...n8n@2.9.4) (2026-02-25) diff --git a/package.json b/package.json index 571cb4338d011..c9011cfd507df 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "n8n-monorepo", - "version": "2.9.4", + "version": "2.9.4-exp.0", "private": true, "engines": { "node": ">=22.16", diff --git a/packages/cli/package.json b/packages/cli/package.json index bb9fa92d61a16..2c3bffe2957b8 100644 --- a/packages/cli/package.json +++ b/packages/cli/package.json @@ -1,6 +1,6 @@ { "name": "n8n", - "version": "2.9.4", + "version": "2.9.4-exp.0", "description": "n8n Workflow Automation Tool", "main": "dist/index", "types": "dist/index.d.ts", diff --git a/packages/frontend/@n8n/i18n/package.json b/packages/frontend/@n8n/i18n/package.json index 05e0f4f7e3369..f5cd007f910e0 100644 --- a/packages/frontend/@n8n/i18n/package.json +++ b/packages/frontend/@n8n/i18n/package.json @@ -1,7 +1,7 @@ { "name": "@n8n/i18n", "type": "module", - "version": "2.9.2", + "version": "2.9.2-exp.0", "files": [ "dist" ], diff --git a/packages/frontend/editor-ui/package.json b/packages/frontend/editor-ui/package.json index 8c789035c548b..56205b34aa702 100644 --- a/packages/frontend/editor-ui/package.json +++ b/packages/frontend/editor-ui/package.json @@ -1,6 +1,6 @@ { "name": "n8n-editor-ui", - "version": "2.9.4", + "version": "2.9.4-exp.0", "description": "Workflow Editor UI for n8n", "main": "index.js", "type": "module",