🚀 Release 2.13.4 (#27595)

Co-authored-by: Matsuuu <16068444+Matsuuu@users.noreply.github.com>
This commit is contained in:
n8n-assistant[bot] 2026-03-26 08:46:00 +00:00 committed by GitHub
parent 089bf1bd4e
commit 86bd7ef095
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
5 changed files with 12 additions and 4 deletions

View File

@ -1,3 +1,11 @@
## [2.13.4](https://github.com/n8n-io/n8n/compare/n8n@2.13.3...n8n@2.13.4) (2026-03-26)
### Bug Fixes
* **editor:** Clean up quick connect feature flag and fix first load ([#27551](https://github.com/n8n-io/n8n/issues/27551)) ([089bf1b](https://github.com/n8n-io/n8n/commit/089bf1bd4e6784001c94d0ad2a77d512214048f4))
## [2.13.3](https://github.com/n8n-io/n8n/compare/n8n@2.13.2...n8n@2.13.3) (2026-03-25)

View File

@ -1,6 +1,6 @@
{
"name": "n8n-monorepo",
"version": "2.13.3",
"version": "2.13.4",
"private": true,
"engines": {
"node": ">=22.16",

View File

@ -1,6 +1,6 @@
{
"name": "n8n",
"version": "2.13.3",
"version": "2.13.4",
"description": "n8n Workflow Automation Tool",
"main": "dist/index",
"types": "dist/index.d.ts",

View File

@ -1,7 +1,7 @@
{
"name": "@n8n/i18n",
"type": "module",
"version": "2.13.1",
"version": "2.13.2",
"files": [
"dist"
],

View File

@ -1,6 +1,6 @@
{
"name": "n8n-editor-ui",
"version": "2.13.3",
"version": "2.13.4",
"description": "Workflow Editor UI for n8n",
"main": "index.js",
"type": "module",