diff --git a/CHANGELOG.md b/CHANGELOG.md index a4976b22fc..2770dfc8ae 100644 --- a/CHANGELOG.md +++ b/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) diff --git a/package.json b/package.json index eb16864703..049b2c513c 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "n8n", - "version": "0.211.1", + "version": "0.211.2", "private": true, "homepage": "https://n8n.io", "engines": { diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index 400327dac1..3d148b4325 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -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