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.210.1
This commit is contained in:
parent
6e8fadb361
commit
acfb3518ad
15
CHANGELOG.md
15
CHANGELOG.md
|
@ -1,3 +1,18 @@
|
|||
## [0.210.1](https://github.com/n8n-io/n8n/compare/n8n@0.210.0...n8n@0.210.1) (2023-01-05)
|
||||
|
||||
|
||||
### Bug Fixes
|
||||
|
||||
* **Google Sheets Node:** Append or Update fails for numeric values ([b5e70d4](https://github.com/n8n-io/n8n/commit/b5e70d45bf5155bafe258dcf04609e6f71c5356d))
|
||||
* Fix external hooks ([#5094](https://github.com/n8n-io/n8n/issues/5094)) ([d77523b](https://github.com/n8n-io/n8n/commit/d77523bd31884c4493079ee0b0dea8c66e642a95))
|
||||
|
||||
|
||||
### Features
|
||||
|
||||
* Add user management invite links without SMTP set up ([#5084](https://github.com/n8n-io/n8n/issues/5084)) ([2327563](https://github.com/n8n-io/n8n/commit/2327563c441634bc6c127f2fe58792657fa7d114)), closes [#5079](https://github.com/n8n-io/n8n/issues/5079) [#5085](https://github.com/n8n-io/n8n/issues/5085)
|
||||
|
||||
|
||||
|
||||
# [0.210.0](https://github.com/n8n-io/n8n/compare/n8n@0.209.4...n8n@0.210.0) (2023-01-05)
|
||||
|
||||
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "n8n",
|
||||
"version": "0.210.0",
|
||||
"version": "0.210.1",
|
||||
"private": true,
|
||||
"homepage": "https://n8n.io",
|
||||
"engines": {
|
||||
|
|
|
@ -186,8 +186,8 @@ importers:
|
|||
luxon: ^3.1.0
|
||||
mysql2: ~2.3.0
|
||||
n8n-core: ~0.150.0
|
||||
n8n-editor-ui: ~0.176.0
|
||||
n8n-nodes-base: ~0.208.0
|
||||
n8n-editor-ui: ~0.176.1
|
||||
n8n-nodes-base: ~0.208.1
|
||||
n8n-workflow: ~0.132.0
|
||||
nodemailer: ^6.7.1
|
||||
nodemon: ^2.0.2
|
||||
|
@ -556,7 +556,7 @@ importers:
|
|||
lodash.set: ^4.3.2
|
||||
luxon: ^2.3.0
|
||||
monaco-editor: ^0.33.0
|
||||
n8n-design-system: ~0.50.0
|
||||
n8n-design-system: ~0.50.1
|
||||
n8n-workflow: ~0.132.0
|
||||
normalize-wheel: ^1.0.1
|
||||
pinia: ^2.0.22
|
||||
|
|
Loading…
Reference in a new issue