🚀 Release 1.123.44 (#30609)
Some checks are pending
CI: Master (Build, Test, Lint) / Build for Github Cache (push) Waiting to run
CI: Master (Build, Test, Lint) / Unit tests (22.x) (push) Waiting to run
CI: Master (Build, Test, Lint) / Unit tests (24.13.1) (push) Waiting to run
CI: Master (Build, Test, Lint) / Unit tests (25.x) (push) Waiting to run
CI: Master (Build, Test, Lint) / Lint (push) Waiting to run
CI: Master (Build, Test, Lint) / Performance (push) Waiting to run
CI: Master (Build, Test, Lint) / Notify Slack on failure (push) Blocked by required conditions

Co-authored-by: Matsuuu <16068444+Matsuuu@users.noreply.github.com>
This commit is contained in:
n8n-assistant[bot] 2026-05-18 11:23:16 +00:00 committed by GitHub
parent c4f3a1056e
commit 9883318245
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
6 changed files with 13 additions and 5 deletions

View File

@ -1,3 +1,11 @@
## [1.123.44](https://github.com/n8n-io/n8n/compare/n8n@1.123.43...n8n@1.123.44) (2026-05-18)
### Bug Fixes
* Fix 11 critical issues in vm2, protobufjs, langsmith and 1 more ([#30563](https://github.com/n8n-io/n8n/issues/30563)) ([c4f3a10](https://github.com/n8n-io/n8n/commit/c4f3a1056eac1472c63efcb6cbe7f08590c32c53))
## [1.123.43](https://github.com/n8n-io/n8n/compare/n8n@1.123.42...n8n@1.123.43) (2026-05-13)

View File

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

View File

@ -1,6 +1,6 @@
{
"name": "@n8n/ai-workflow-builder",
"version": "0.33.17",
"version": "0.33.18",
"scripts": {
"clean": "rimraf dist .turbo",
"typecheck": "tsc --noEmit",

View File

@ -1,6 +1,6 @@
{
"name": "@n8n/n8n-nodes-langchain",
"version": "1.122.31",
"version": "1.122.32",
"description": "",
"main": "index.js",
"scripts": {

View File

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

View File

@ -1,6 +1,6 @@
{
"name": "n8n-nodes-base",
"version": "1.121.29",
"version": "1.121.30",
"description": "Base nodes of n8n",
"main": "index.js",
"scripts": {