🚀 Release 1.123.37 (#29104)

Co-authored-by: konstantintieber <46342664+konstantintieber@users.noreply.github.com>
This commit is contained in:
n8n-assistant[bot] 2026-04-24 15:25:02 +00:00 committed by GitHub
parent 31f55085e2
commit eb752033f2
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
3 changed files with 10 additions and 2 deletions

View File

@ -1,3 +1,11 @@
## [1.123.37](https://github.com/n8n-io/n8n/compare/n8n@1.123.36...n8n@1.123.37) (2026-04-24)
### Bug Fixes
* **core:** Fix InstanceSettings.isMultiMain still returning false for multi-main cli command ([#29101](https://github.com/n8n-io/n8n/issues/29101)) ([31f5508](https://github.com/n8n-io/n8n/commit/31f55085e258ae44fba42cd110fb11f9c57fffd6))
## [1.123.36](https://github.com/n8n-io/n8n/compare/n8n@1.123.35...n8n@1.123.36) (2026-04-24)

View File

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

View File

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