mirror of
https://github.com/n8n-io/n8n.git
synced 2024-11-09 22:24:05 -08:00
📚 Update CHANGELOG.md and main package.json to 0.214.2
This commit is contained in:
parent
91d9f2d202
commit
9efcf19082
10
CHANGELOG.md
10
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)
|
||||
|
||||
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "n8n",
|
||||
"version": "0.214.1",
|
||||
"version": "0.214.2",
|
||||
"private": true,
|
||||
"homepage": "https://n8n.io",
|
||||
"engines": {
|
||||
|
|
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in a new issue