diff --git a/CHANGELOG.md b/CHANGELOG.md index c0908dd4fa..d8ce37e50a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,12 @@ +## [0.214.3](https://github.com/n8n-io/n8n/compare/n8n@0.214.2...n8n@0.214.3) (2023-02-09) + + +### Bug Fixes + +* **editor:** Prevent creation of input connections for nodes without input slot ([#5425](https://github.com/n8n-io/n8n/issues/5425)) ([b57ec1d](https://github.com/n8n-io/n8n/commit/b57ec1d6abbae9e23ae5f473d70674aa14701bce)) + + + ## [0.214.1](https://github.com/n8n-io/n8n/compare/n8n@0.214.0...n8n@0.214.1) (2023-02-06) diff --git a/package.json b/package.json index cefee514e2..733fdce8e4 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "n8n", - "version": "0.214.1", + "version": "0.214.3", "private": true, "homepage": "https://n8n.io", "engines": { diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index 3dc447b27d..828f0a2f9c 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -198,8 +198,8 @@ importers: luxon: ^3.1.0 mysql2: ~2.3.3 n8n-core: ~0.153.0 - n8n-editor-ui: ~0.180.1 - n8n-nodes-base: ~0.212.1 + n8n-editor-ui: ~0.180.3 + n8n-nodes-base: ~0.212.2 n8n-workflow: ~0.135.0 nodemailer: ^6.7.1 nodemon: ^2.0.2