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.211.2
This commit is contained in:
parent
9ede87da02
commit
b7aa45536b
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)
|
||||
|
||||
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "n8n",
|
||||
"version": "0.211.1",
|
||||
"version": "0.211.2",
|
||||
"private": true,
|
||||
"homepage": "https://n8n.io",
|
||||
"engines": {
|
||||
|
|
|
@ -188,7 +188,7 @@ importers:
|
|||
mysql2: ~2.3.3
|
||||
n8n-core: ~0.151.1
|
||||
n8n-editor-ui: ~0.177.1
|
||||
n8n-nodes-base: ~0.209.1
|
||||
n8n-nodes-base: ~0.209.2
|
||||
n8n-workflow: ~0.133.1
|
||||
nodemailer: ^6.7.1
|
||||
nodemon: ^2.0.2
|
||||
|
|
Loading…
Reference in a new issue