mirror of
https://github.com/n8n-io/n8n.git
synced 2026-05-12 16:10:30 +02:00
🚀 Release 2.13.4 (#27595)
Co-authored-by: Matsuuu <16068444+Matsuuu@users.noreply.github.com>
This commit is contained in:
parent
089bf1bd4e
commit
86bd7ef095
|
|
@ -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)
|
||||
|
||||
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "n8n-monorepo",
|
||||
"version": "2.13.3",
|
||||
"version": "2.13.4",
|
||||
"private": true,
|
||||
"engines": {
|
||||
"node": ">=22.16",
|
||||
|
|
|
|||
|
|
@ -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",
|
||||
|
|
|
|||
|
|
@ -1,7 +1,7 @@
|
|||
{
|
||||
"name": "@n8n/i18n",
|
||||
"type": "module",
|
||||
"version": "2.13.1",
|
||||
"version": "2.13.2",
|
||||
"files": [
|
||||
"dist"
|
||||
],
|
||||
|
|
|
|||
|
|
@ -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",
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user