mirror of
https://github.com/Abdulazizzn/n8n-enterprise-unlocked.git
synced 2025-12-18 02:21:13 +00:00
📚 Update CHANGELOG.md and main package.json to 0.211.2
This commit is contained in:
14
CHANGELOG.md
14
CHANGELOG.md
@@ -1,3 +1,17 @@
|
|||||||
|
## [0.211.2](https://github.com/n8n-io/n8n/compare/n8n@0.211.1...n8n@0.211.2) (2023-01-17)
|
||||||
|
|
||||||
|
|
||||||
|
### Bug Fixes
|
||||||
|
|
||||||
|
* **core:** Restore community nodes installation ([#5180](https://github.com/n8n-io/n8n/issues/5180)) ([c0268f5](https://github.com/n8n-io/n8n/commit/c0268f572fed4953354123da90f780612c7651ee))
|
||||||
|
|
||||||
|
|
||||||
|
### Features
|
||||||
|
|
||||||
|
* (Google Sheets Trigger Node): Trigger for Google Sheets ([e839a81](https://github.com/n8n-io/n8n/commit/e839a81cc5f31eb622915749f9e598f248e407d7))
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
## [0.211.1](https://github.com/n8n-io/n8n/compare/n8n@0.211.0...n8n@0.211.1) (2023-01-16)
|
## [0.211.1](https://github.com/n8n-io/n8n/compare/n8n@0.211.0...n8n@0.211.1) (2023-01-16)
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
@@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "n8n",
|
"name": "n8n",
|
||||||
"version": "0.211.1",
|
"version": "0.211.2",
|
||||||
"private": true,
|
"private": true,
|
||||||
"homepage": "https://n8n.io",
|
"homepage": "https://n8n.io",
|
||||||
"engines": {
|
"engines": {
|
||||||
|
|||||||
2
pnpm-lock.yaml
generated
2
pnpm-lock.yaml
generated
@@ -188,7 +188,7 @@ importers:
|
|||||||
mysql2: ~2.3.3
|
mysql2: ~2.3.3
|
||||||
n8n-core: ~0.151.1
|
n8n-core: ~0.151.1
|
||||||
n8n-editor-ui: ~0.177.1
|
n8n-editor-ui: ~0.177.1
|
||||||
n8n-nodes-base: ~0.209.1
|
n8n-nodes-base: ~0.209.2
|
||||||
n8n-workflow: ~0.133.1
|
n8n-workflow: ~0.133.1
|
||||||
nodemailer: ^6.7.1
|
nodemailer: ^6.7.1
|
||||||
nodemon: ^2.0.2
|
nodemon: ^2.0.2
|
||||||
|
|||||||
Reference in New Issue
Block a user