diff --git a/CHANGELOG.md b/CHANGELOG.md index 6dc55a4494..ed1d02be54 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,24 @@ +## [0.210.2](https://github.com/n8n-io/n8n/compare/n8n@0.210.1...n8n@0.210.2) (2023-01-09) + + +### Bug Fixes + +* **core:** Fix crash of manual workflow executions for unsaved workflows ([#5106](https://github.com/n8n-io/n8n/issues/5106)) ([a43e3e4](https://github.com/n8n-io/n8n/commit/a43e3e4112f1b9ef68ed963c41142fd591916d69)) +* **editor:** Omit `pairedItem` from proxy completions ([#5098](https://github.com/n8n-io/n8n/issues/5098)) ([320e646](https://github.com/n8n-io/n8n/commit/320e646380395af00b8b73445af045f9b6315dc4)) +* **editor:** Prevent refresh on submit in credential edit modal ([#5091](https://github.com/n8n-io/n8n/issues/5091)) ([9e7a9bf](https://github.com/n8n-io/n8n/commit/9e7a9bfe2096b880e265700437b76e51d9be545f)) +* **Google Sheets Node:** Fix for auto-range detection ([77031a2](https://github.com/n8n-io/n8n/commit/77031a295059938c9bf1fdf549b7ffcb6746db17)) +* **Read Binary File Node:** Do not crash the execution when the source file does not exist ([#5100](https://github.com/n8n-io/n8n/issues/5100)) ([c97f3ca](https://github.com/n8n-io/n8n/commit/c97f3cad596e26ff7dbd0e51fc5cfeb508d2c198)) +* Remove anonymous ID from tracking calls ([#5099](https://github.com/n8n-io/n8n/issues/5099)) ([6d0f2bf](https://github.com/n8n-io/n8n/commit/6d0f2bff7f45ab27d76c34e5d4062df5d711331c)) +* Stop OOM crashes in Execution Data pruning ([#5095](https://github.com/n8n-io/n8n/issues/5095)) ([c4df204](https://github.com/n8n-io/n8n/commit/c4df2049a8f8c5e9cbc69f634b0a5747e0677376)) +* Update links for user management and SMTP help ([#5109](https://github.com/n8n-io/n8n/issues/5109)) ([47e32e4](https://github.com/n8n-io/n8n/commit/47e32e42682b2d6791157fdb11e5513381bd7452)) + + +### Features + +* **editor:** Introduce proxy completions to expressions ([#5075](https://github.com/n8n-io/n8n/issues/5075)) ([f4140d0](https://github.com/n8n-io/n8n/commit/f4140d011fa3b748a89122cd41c9628dd5313efd)) + + + ## [0.210.1](https://github.com/n8n-io/n8n/compare/n8n@0.210.0...n8n@0.210.1) (2023-01-05) diff --git a/package.json b/package.json index e236200efb..84911b68d7 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "n8n", - "version": "0.210.1", + "version": "0.210.2", "private": true, "homepage": "https://n8n.io", "engines": { diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index 6a7fb0ba03..a6ab0c3aa4 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -185,10 +185,10 @@ importers: lodash.unset: ^4.5.2 luxon: ^3.1.0 mysql2: ~2.3.0 - n8n-core: ~0.150.0 - n8n-editor-ui: ~0.176.1 - n8n-nodes-base: ~0.208.1 - n8n-workflow: ~0.132.0 + n8n-core: ~0.150.1 + n8n-editor-ui: ~0.176.2 + n8n-nodes-base: ~0.208.2 + n8n-workflow: ~0.132.1 nodemailer: ^6.7.1 nodemon: ^2.0.2 oauth-1.0a: ^2.2.6 @@ -380,7 +380,7 @@ importers: form-data: ^4.0.0 lodash.get: ^4.4.2 mime-types: ^2.1.27 - n8n-workflow: ~0.132.0 + n8n-workflow: ~0.132.1 oauth-1.0a: ^2.2.6 p-cancelable: ^2.0.0 pretty-bytes: ^5.6.0 @@ -557,7 +557,7 @@ importers: luxon: ^2.3.0 monaco-editor: ^0.33.0 n8n-design-system: ~0.50.1 - n8n-workflow: ~0.132.0 + n8n-workflow: ~0.132.1 normalize-wheel: ^1.0.1 pinia: ^2.0.22 prismjs: ^1.17.1 @@ -676,8 +676,8 @@ importers: change-case: ^4.1.1 fast-glob: ^3.2.5 inquirer: ^7.0.1 - n8n-core: ~0.150.0 - n8n-workflow: ~0.132.0 + n8n-core: ~0.150.1 + n8n-workflow: ~0.132.1 oauth-1.0a: ^2.2.6 replace-in-file: ^6.0.0 request: ^2.88.2 @@ -767,8 +767,8 @@ importers: mqtt: 4.2.6 mssql: ^8.1.2 mysql2: ~2.3.0 - n8n-core: ~0.150.0 - n8n-workflow: ~0.132.0 + n8n-core: ~0.150.1 + n8n-workflow: ~0.132.1 node-html-markdown: ^1.1.3 node-ssh: ^12.0.0 nodemailer: ^6.7.1