Skip to content

Commit 731ff37

Browse files
n8n-assistant[bot]MiloradFilipoviccubic-dev-ai[bot]
authored
🚀 Release 2.9.3-exp.0 (#26242)
Co-authored-by: MiloradFilipovic <2598782+MiloradFilipovic@users.noreply.github.com> Co-authored-by: Milorad FIlipović <milorad@n8n.io> Co-authored-by: cubic-dev-ai[bot] <191113872+cubic-dev-ai[bot]@users.noreply.github.com>
1 parent 9213033 commit 731ff37

File tree

5 files changed

+21
-4
lines changed

5 files changed

+21
-4
lines changed

CHANGELOG.md

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,20 @@
1+
## [2.9.3-exp.0](https://github.com/n8n-io/n8n/compare/n8n@2.9.3...n8n@2.9.3-exp.0) (2026-02-25)
2+
3+
4+
### Bug Fixes
5+
6+
* **editor:** Selectively apply credentials for http request nodes ([#26003](https://github.com/n8n-io/n8n/issues/26003)) ([cda5c58](https://github.com/n8n-io/n8n/commit/cda5c58945091fe8c38953e41538d35168c94f4c))
7+
* **editor:** Setup panel visual tweaks (no-chaneglog) ([#26107](https://github.com/n8n-io/n8n/issues/26107)) ([78abe02](https://github.com/n8n-io/n8n/commit/78abe0248e622b84888a141fcb81e040a8a6c88e))
8+
* **editor:** Show existing credentials in template setup modal ([#25598](https://github.com/n8n-io/n8n/issues/25598)) ([2ab9be0](https://github.com/n8n-io/n8n/commit/2ab9be0526588d65935d090fb3eda35098134c74))
9+
10+
11+
### Features
12+
13+
* **editor:** Highlight nodes in canvas on card hover in setup panel ([#25862](https://github.com/n8n-io/n8n/issues/25862)) ([8f715be](https://github.com/n8n-io/n8n/commit/8f715be21bdaab3e9274868f0ea3bac98326ec51))
14+
* **editor:** In setup panel only mark credentials as completed if they are tested ([#25658](https://github.com/n8n-io/n8n/issues/25658)) ([cb8c5c0](https://github.com/n8n-io/n8n/commit/cb8c5c02a837a35d571a59e85c6fb3285673f8b4))
15+
16+
17+
118
## [2.9.3](https://github.com/n8n-io/n8n/compare/n8n@2.9.2...n8n@2.9.3) (2026-02-25)
219

320

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.9.3",
3+
"version": "2.9.3-exp.0",
44
"private": true,
55
"engines": {
66
"node": ">=22.16",

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

packages/frontend/@n8n/i18n/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@n8n/i18n",
33
"type": "module",
4-
"version": "2.9.2",
4+
"version": "2.9.3-exp.0",
55
"files": [
66
"dist"
77
],

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.9.3",
3+
"version": "2.9.3-exp.0",
44
"description": "Workflow Editor UI for n8n",
55
"main": "index.js",
66
"type": "module",

0 commit comments

Comments
 (0)