mirror of
https://github.com/Abdulazizzn/n8n-enterprise-unlocked.git
synced 2025-12-17 18:12:04 +00:00
📚 Update CHANGELOG.md and main package.json to 0.214.2
This commit is contained in:
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)
|
## [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",
|
"name": "n8n",
|
||||||
"version": "0.214.1",
|
"version": "0.214.2",
|
||||||
"private": true,
|
"private": true,
|
||||||
"homepage": "https://n8n.io",
|
"homepage": "https://n8n.io",
|
||||||
"engines": {
|
"engines": {
|
||||||
|
|||||||
6
pnpm-lock.yaml
generated
6
pnpm-lock.yaml
generated
@@ -198,8 +198,8 @@ importers:
|
|||||||
luxon: ^3.1.0
|
luxon: ^3.1.0
|
||||||
mysql2: ~2.3.3
|
mysql2: ~2.3.3
|
||||||
n8n-core: ~0.153.0
|
n8n-core: ~0.153.0
|
||||||
n8n-editor-ui: ~0.180.1
|
n8n-editor-ui: ~0.180.2
|
||||||
n8n-nodes-base: ~0.212.1
|
n8n-nodes-base: ~0.212.2
|
||||||
n8n-workflow: ~0.135.0
|
n8n-workflow: ~0.135.0
|
||||||
nodemailer: ^6.7.1
|
nodemailer: ^6.7.1
|
||||||
nodemon: ^2.0.2
|
nodemon: ^2.0.2
|
||||||
@@ -6908,7 +6908,7 @@ packages:
|
|||||||
vite: ^3.0.0 || ^4.0.0
|
vite: ^3.0.0 || ^4.0.0
|
||||||
vue: ^2.7.0-0
|
vue: ^2.7.0-0
|
||||||
dependencies:
|
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
|
vue: 2.7.14
|
||||||
dev: true
|
dev: true
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user