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.209.2
This commit is contained in:
parent
e38865eb7d
commit
2b1eb94906
15
CHANGELOG.md
15
CHANGELOG.md
|
@ -1,3 +1,18 @@
|
|||
## [0.209.2](https://github.com/n8n-io/n8n/compare/n8n@0.209.1...n8n@0.209.2) (2022-12-23)
|
||||
|
||||
|
||||
### Bug Fixes
|
||||
|
||||
* **editor:** Ensure full tree on expression editor parse ([#5027](https://github.com/n8n-io/n8n/issues/5027)) ([47854eb](https://github.com/n8n-io/n8n/commit/47854ebc36c115110bd3cc65b3f1fd95a89fdb9d))
|
||||
* Fix automatic credential selection when credentials are shared ([#5020](https://github.com/n8n-io/n8n/issues/5020)) ([6a8448d](https://github.com/n8n-io/n8n/commit/6a8448da5fceae393a31f222981a33263de72c1a))
|
||||
|
||||
|
||||
### Performance Improvements
|
||||
|
||||
* Improve workflows list performance ([#5021](https://github.com/n8n-io/n8n/issues/5021)) ([bb0eeda](https://github.com/n8n-io/n8n/commit/bb0eedada9afcae589c968ffcb583fae7b6e1959))
|
||||
|
||||
|
||||
|
||||
## [0.209.1](https://github.com/n8n-io/n8n/compare/n8n@0.209.0...n8n@0.209.1) (2022-12-22)
|
||||
|
||||
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "n8n",
|
||||
"version": "0.209.1",
|
||||
"version": "0.209.2",
|
||||
"private": true,
|
||||
"homepage": "https://n8n.io",
|
||||
"engines": {
|
||||
|
|
|
@ -174,7 +174,7 @@ importers:
|
|||
lodash.unset: ^4.5.2
|
||||
mysql2: ~2.3.0
|
||||
n8n-core: ~0.149.1
|
||||
n8n-editor-ui: ~0.175.1
|
||||
n8n-editor-ui: ~0.175.2
|
||||
n8n-nodes-base: ~0.207.1
|
||||
n8n-workflow: ~0.131.1
|
||||
nodemailer: ^6.7.1
|
||||
|
@ -524,7 +524,7 @@ importers:
|
|||
lodash.set: ^4.3.2
|
||||
luxon: ^2.3.0
|
||||
monaco-editor: ^0.33.0
|
||||
n8n-design-system: ~0.49.1
|
||||
n8n-design-system: ~0.49.2
|
||||
n8n-workflow: ~0.131.1
|
||||
normalize-wheel: ^1.0.1
|
||||
pinia: ^2.0.22
|
||||
|
|
Loading…
Reference in a new issue