🚀 Release 1.123.46 (#30878)
Some checks failed
CI: Master (Build, Test, Lint) / Build for Github Cache (push) Has been cancelled
CI: Master (Build, Test, Lint) / Unit tests (22.x) (push) Has been cancelled
CI: Master (Build, Test, Lint) / Unit tests (24.13.1) (push) Has been cancelled
CI: Master (Build, Test, Lint) / Unit tests (25.x) (push) Has been cancelled
CI: Master (Build, Test, Lint) / Lint (push) Has been cancelled
CI: Master (Build, Test, Lint) / Performance (push) Has been cancelled
CI: Master (Build, Test, Lint) / Notify Slack on failure (push) Has been cancelled

Co-authored-by: Matsuuu <16068444+Matsuuu@users.noreply.github.com>
This commit is contained in:
n8n-assistant[bot] 2026-05-21 09:25:48 +00:00 committed by GitHub
parent bc8d61ebd1
commit 65e42201ac
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
4 changed files with 11 additions and 3 deletions

View File

@ -1,3 +1,11 @@
## [1.123.46](https://github.com/n8n-io/n8n/compare/n8n@1.123.45...n8n@1.123.46) (2026-05-21)
### Bug Fixes
* **core:** Require admin push when migrating legacy environments to projects folder ([#30530](https://github.com/n8n-io/n8n/issues/30530)) ([96a0380](https://github.com/n8n-io/n8n/commit/96a0380a6d3ff6cdfa1770bf90a5fa4cfd84ae8f))
## [1.123.45](https://github.com/n8n-io/n8n/compare/n8n@1.123.44...n8n@1.123.45) (2026-05-20)

View File

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

View File

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

View File

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