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.1
This commit is contained in:
parent
26be3963a8
commit
b9f2acd25f
21
CHANGELOG.md
21
CHANGELOG.md
|
@ -1,7 +1,24 @@
|
|||
## [0.211.1](https://github.com/n8n-io/n8n/compare/n8n@0.211.0...n8n@0.211.1) (2023-01-16)
|
||||
|
||||
|
||||
### Bug Fixes
|
||||
|
||||
* Build `cli` to fix Postgres and MySQL test runs ([#5171](https://github.com/n8n-io/n8n/issues/5171)) ([a0c5232](https://github.com/n8n-io/n8n/commit/a0c5232aa53b13e581b5da4b6f984f5d7893fe33))
|
||||
* Extend date functions clobbering plus/minus ([#5170](https://github.com/n8n-io/n8n/issues/5170)) ([f634f0d](https://github.com/n8n-io/n8n/commit/f634f0dc59389a8c7ecd4154d2cf9af495b129aa))
|
||||
* Extension deep compare not quite working for some primitives ([#5172](https://github.com/n8n-io/n8n/issues/5172)) ([98017dc](https://github.com/n8n-io/n8n/commit/98017dc36f3e2fc3d2a5178fb7259205504e5582))
|
||||
* Upgrade `jsonwebtoken` to address CVE-2022-23540 ([#5116](https://github.com/n8n-io/n8n/issues/5116)) ([97969fc](https://github.com/n8n-io/n8n/commit/97969fc81581379d2a3c49d839206cc9b9e05d9d))
|
||||
|
||||
|
||||
### Features
|
||||
|
||||
* **editor:** Supress validation errors for freshly added nodes ([#5149](https://github.com/n8n-io/n8n/issues/5149)) ([582865c](https://github.com/n8n-io/n8n/commit/582865c7e9eff99eabb36636ca7af2d2b2e76af8))
|
||||
* **Google Ads Node:** Update api version to v11 ([#4427](https://github.com/n8n-io/n8n/issues/4427)) ([dfff982](https://github.com/n8n-io/n8n/commit/dfff982662b7cee5c0203764a59d2355a02a9030))
|
||||
* **Google Drive Trigger Node:** Use resource locator component ([#5148](https://github.com/n8n-io/n8n/issues/5148)) ([9958c32](https://github.com/n8n-io/n8n/commit/9958c324dbf88f25efd34433ce51af9e3aa44ae3))
|
||||
|
||||
|
||||
|
||||
# [0.211.0](https://github.com/n8n-io/n8n/compare/n8n@0.210.2...n8n@0.211.0) (2023-01-13)
|
||||
|
||||
> **Do not update**
|
||||
> We are recommend not to update past version 0.210.2 as there seem to be some issues with expressions in version 0.211.0
|
||||
|
||||
### Bug Fixes
|
||||
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "n8n",
|
||||
"version": "0.211.0",
|
||||
"version": "0.211.1",
|
||||
"private": true,
|
||||
"homepage": "https://n8n.io",
|
||||
"engines": {
|
||||
|
|
|
@ -186,10 +186,10 @@ importers:
|
|||
lodash.unset: ^4.5.2
|
||||
luxon: ^3.1.0
|
||||
mysql2: ~2.3.3
|
||||
n8n-core: ~0.151.0
|
||||
n8n-editor-ui: ~0.177.0
|
||||
n8n-nodes-base: ~0.209.0
|
||||
n8n-workflow: ~0.133.0
|
||||
n8n-core: ~0.151.1
|
||||
n8n-editor-ui: ~0.177.1
|
||||
n8n-nodes-base: ~0.209.1
|
||||
n8n-workflow: ~0.133.1
|
||||
nodemailer: ^6.7.1
|
||||
nodemon: ^2.0.2
|
||||
oauth-1.0a: ^2.2.6
|
||||
|
@ -379,7 +379,7 @@ importers:
|
|||
form-data: ^4.0.0
|
||||
lodash.get: ^4.4.2
|
||||
mime-types: ^2.1.27
|
||||
n8n-workflow: ~0.133.0
|
||||
n8n-workflow: ~0.133.1
|
||||
oauth-1.0a: ^2.2.6
|
||||
p-cancelable: ^2.0.0
|
||||
pretty-bytes: ^5.6.0
|
||||
|
@ -555,8 +555,8 @@ importers:
|
|||
lodash.set: ^4.3.2
|
||||
luxon: ^2.3.0
|
||||
monaco-editor: ^0.33.0
|
||||
n8n-design-system: ~0.51.0
|
||||
n8n-workflow: ~0.133.0
|
||||
n8n-design-system: ~0.51.1
|
||||
n8n-workflow: ~0.133.1
|
||||
normalize-wheel: ^1.0.1
|
||||
pinia: ^2.0.22
|
||||
prismjs: ^1.17.1
|
||||
|
@ -675,8 +675,8 @@ importers:
|
|||
change-case: ^4.1.1
|
||||
fast-glob: ^3.2.5
|
||||
inquirer: ^7.0.1
|
||||
n8n-core: ~0.151.0
|
||||
n8n-workflow: ~0.133.0
|
||||
n8n-core: ~0.151.1
|
||||
n8n-workflow: ~0.133.1
|
||||
oauth-1.0a: ^2.2.6
|
||||
replace-in-file: ^6.0.0
|
||||
request: ^2.88.2
|
||||
|
@ -768,8 +768,8 @@ importers:
|
|||
mqtt: 4.2.6
|
||||
mssql: ^8.1.2
|
||||
mysql2: ~2.3.0
|
||||
n8n-core: ~0.151.0
|
||||
n8n-workflow: ~0.133.0
|
||||
n8n-core: ~0.151.1
|
||||
n8n-workflow: ~0.133.1
|
||||
node-html-markdown: ^1.1.3
|
||||
node-ssh: ^12.0.0
|
||||
nodemailer: ^6.7.1
|
||||
|
|
Loading…
Reference in a new issue