diff --git a/CHANGELOG.md b/CHANGELOG.md index c0908dd4fa..babe44a328 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,13 @@ +## [0.214.2](https://github.com/n8n-io/n8n/compare/n8n@0.214.1...n8n@0.214.2) (2023-02-06) + + +### Bug Fixes + +* **editor:** Correctly show OAuth reconnect button ([#5384](https://github.com/n8n-io/n8n/issues/5384)) ([6482688](https://github.com/n8n-io/n8n/commit/6482688ee04621744451c67f6d6e3292e925bb8d)) +* **editor:** Fix resolvable highlighting for HTML editor ([#5379](https://github.com/n8n-io/n8n/issues/5379)) ([31130d5](https://github.com/n8n-io/n8n/commit/31130d5257f253d9be21fe62d668231e27ecbd52)) + + + ## [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..7c10921722 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "n8n", - "version": "0.214.1", + "version": "0.214.2", "private": true, "homepage": "https://n8n.io", "engines": { diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index 3dc447b27d..d01f240c21 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.2 + n8n-nodes-base: ~0.212.2 n8n-workflow: ~0.135.0 nodemailer: ^6.7.1 nodemon: ^2.0.2 @@ -6908,7 +6908,7 @@ packages: vite: ^3.0.0 || ^4.0.0 vue: ^2.7.0-0 dependencies: - vite: 4.0.4_sass@1.57.1 + vite: 4.0.4_sass@1.55.0+terser@5.16.1 vue: 2.7.14 dev: true