diff --git a/CHANGELOG.md b/CHANGELOG.md index b3f8a23a45707..0255377cd3e8d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,13 @@ +## [1.55.2](https://github.com/n8n-io/n8n/compare/n8n@1.55.1...n8n@1.55.2) (2024-08-16) + + +### Bug Fixes + +* **editor:** Add workflow scopes when initializing workflow ([#10455](https://github.com/n8n-io/n8n/issues/10455)) ([97c5cae](https://github.com/n8n-io/n8n/commit/97c5cae507e4747ea4d72a9458c262dd4792b1fa)) +* **editor:** Buffer json chunks in stream response ([#10439](https://github.com/n8n-io/n8n/issues/10439)) ([efc6558](https://github.com/n8n-io/n8n/commit/efc6558c7e8a977f51a7726c5509cdd197f3c480)) + + + ## [1.55.1](https://github.com/n8n-io/n8n/compare/n8n@1.55.0...n8n@1.55.1) (2024-08-15) diff --git a/package.json b/package.json index c3ef32aa2eb0b..4f7a56ed4b9db 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "n8n-monorepo", - "version": "1.55.1", + "version": "1.55.2", "private": true, "engines": { "node": ">=20.15", diff --git a/packages/cli/package.json b/packages/cli/package.json index 17af50f3a7376..073458e3b795e 100644 --- a/packages/cli/package.json +++ b/packages/cli/package.json @@ -1,6 +1,6 @@ { "name": "n8n", - "version": "1.55.1", + "version": "1.55.2", "description": "n8n Workflow Automation Tool", "main": "dist/index", "types": "dist/index.d.ts", diff --git a/packages/editor-ui/package.json b/packages/editor-ui/package.json index 279233c94f178..a984ec2357a51 100644 --- a/packages/editor-ui/package.json +++ b/packages/editor-ui/package.json @@ -1,6 +1,6 @@ { "name": "n8n-editor-ui", - "version": "1.55.0", + "version": "1.55.1", "description": "Workflow Editor UI for n8n", "main": "index.js", "scripts": {