Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
17 changes: 17 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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))
Copy link
Contributor

@cubic-dev-ai cubic-dev-ai bot Feb 27, 2026

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

P3: Fix the typo in the changelog tag to avoid publishing a misspelled label.

Prompt for AI agents
Check if this issue is valid — if so, understand the root cause and fix it. At CHANGELOG.md, line 7:

<comment>Fix the typo in the changelog tag to avoid publishing a misspelled label.</comment>

<file context>
@@ -1,3 +1,20 @@
+### 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))
+
</file context>
Fix with Cubic

* **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)


Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "n8n-monorepo",
"version": "2.9.4",
"version": "2.9.4-exp.0",
"private": true,
"engines": {
"node": ">=22.16",
Expand Down
2 changes: 1 addition & 1 deletion packages/cli/package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down
2 changes: 1 addition & 1 deletion packages/frontend/@n8n/i18n/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@n8n/i18n",
"type": "module",
"version": "2.9.2",
"version": "2.9.2-exp.0",
"files": [
"dist"
],
Expand Down
2 changes: 1 addition & 1 deletion packages/frontend/editor-ui/package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down
Loading