📚 Update CHANGELOG.md and main package.json to 0.212.0

This commit is contained in:
Jan Oberhauser 2023-01-19 08:21:20 -06:00
parent 3eed566e9b
commit 537816a336
3 changed files with 23 additions and 3 deletions

View file

@ -1,3 +1,23 @@
# [0.212.0](https://github.com/n8n-io/n8n/compare/n8n@0.211.2...n8n@0.212.0) (2023-01-19)
### Bug Fixes
* **core:** Revert rule @typescript-eslint/prefer-nullish-coalescing ([e667df7](https://github.com/n8n-io/n8n/commit/e667df783c8c396fc40ff14de704b1e0def4a699))
* **editor:** Allow special chars in node selector completion ([#5196](https://github.com/n8n-io/n8n/issues/5196)) ([b718464](https://github.com/n8n-io/n8n/commit/b718464b1f28e52ffb0b12e4b927d8fe3678d02a))
* **GitLab Node:** Update credential test endpoint ([#5166](https://github.com/n8n-io/n8n/issues/5166)) ([e275306](https://github.com/n8n-io/n8n/commit/e275306c64a410c154e586532e35d25a583f75b4))
* **Gmail Trigger Node:** Filter by labels not working ([#5173](https://github.com/n8n-io/n8n/issues/5173)) ([026f3a5](https://github.com/n8n-io/n8n/commit/026f3a532d30dcf79b76c9f9cff709e6af0eb9ee))
* **HTTP Request Node:** Bug - node requires string instead of json ([8f49f49](https://github.com/n8n-io/n8n/commit/8f49f494ae66ce933f0fce3c3b43ce99baa1b728))
* **HTTP Request Node:** Response format to text is ignored for JSON responses ([8dbe615](https://github.com/n8n-io/n8n/commit/8dbe6159d04c963e7858d31d64721ddc0911ea36))
### Features
* **core:** Add Prometheus metrics for n8n events and api invocations (experimental) ([#5177](https://github.com/n8n-io/n8n/issues/5177)) ([9b032d6](https://github.com/n8n-io/n8n/commit/9b032d68bc8a7a45aae73e9442315e872902d50a)), closes [#5187](https://github.com/n8n-io/n8n/issues/5187)
* **Item Lists Node:** Table tranformation ([5426690](https://github.com/n8n-io/n8n/commit/5426690791ead70085681ef31f229fbe15c7d656))
## [0.211.2](https://github.com/n8n-io/n8n/compare/n8n@0.211.1...n8n@0.211.2) (2023-01-17)

View file

@ -1,6 +1,6 @@
{
"name": "n8n",
"version": "0.211.2",
"version": "0.212.0",
"private": true,
"homepage": "https://n8n.io",
"engines": {

View file

@ -188,8 +188,8 @@ importers:
luxon: ^3.1.0
mysql2: ~2.3.3
n8n-core: ~0.151.1
n8n-editor-ui: ~0.177.1
n8n-nodes-base: ~0.209.2
n8n-editor-ui: ~0.178.0
n8n-nodes-base: ~0.210.0
n8n-workflow: ~0.133.1
nodemailer: ^6.7.1
nodemon: ^2.0.2