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.202.1
This commit is contained in:
parent
faff1faaa8
commit
ed99aa2d59
|
@ -1,3 +1,12 @@
|
|||
## [0.202.1](https://github.com/n8n-io/n8n/compare/n8n@0.202.0...n8n@0.202.1) (2022-11-10)
|
||||
|
||||
|
||||
### Bug Fixes
|
||||
|
||||
* Disable some error tracking ([#4579](https://github.com/n8n-io/n8n/issues/4579)) ([b2201d0](https://github.com/n8n-io/n8n/commit/b2201d0c77cf024e39f6569e7806871d38408201))
|
||||
|
||||
|
||||
|
||||
# [0.202.0](https://github.com/n8n-io/n8n/compare/n8n@0.201.0...n8n@0.202.0) (2022-11-10)
|
||||
|
||||
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "n8n",
|
||||
"version": "0.202.0",
|
||||
"version": "0.202.1",
|
||||
"private": true,
|
||||
"homepage": "https://n8n.io",
|
||||
"engines": {
|
||||
|
|
|
@ -168,10 +168,10 @@ importers:
|
|||
lodash.split: ^4.4.2
|
||||
lodash.unset: ^4.5.2
|
||||
mysql2: ~2.3.0
|
||||
n8n-core: ~0.142.0
|
||||
n8n-editor-ui: ~0.168.0
|
||||
n8n-nodes-base: ~0.200.0
|
||||
n8n-workflow: ~0.124.0
|
||||
n8n-core: ~0.142.1
|
||||
n8n-editor-ui: ~0.168.1
|
||||
n8n-nodes-base: ~0.200.1
|
||||
n8n-workflow: ~0.124.1
|
||||
nodemailer: ^6.7.1
|
||||
nodemon: ^2.0.2
|
||||
oauth-1.0a: ^2.2.6
|
||||
|
@ -333,7 +333,7 @@ importers:
|
|||
form-data: ^4.0.0
|
||||
lodash.get: ^4.4.2
|
||||
mime-types: ^2.1.27
|
||||
n8n-workflow: ~0.124.0
|
||||
n8n-workflow: ~0.124.1
|
||||
oauth-1.0a: ^2.2.6
|
||||
p-cancelable: ^2.0.0
|
||||
qs: ^6.10.1
|
||||
|
@ -504,7 +504,7 @@ importers:
|
|||
luxon: ^2.3.0
|
||||
monaco-editor: ^0.33.0
|
||||
n8n-design-system: ~0.42.0
|
||||
n8n-workflow: ~0.124.0
|
||||
n8n-workflow: ~0.124.1
|
||||
normalize-wheel: ^1.0.1
|
||||
pinia: ^2.0.22
|
||||
prismjs: ^1.17.1
|
||||
|
@ -630,8 +630,8 @@ importers:
|
|||
change-case: ^4.1.1
|
||||
fast-glob: ^3.2.5
|
||||
inquirer: ^7.0.1
|
||||
n8n-core: ~0.142.0
|
||||
n8n-workflow: ~0.124.0
|
||||
n8n-core: ~0.142.1
|
||||
n8n-workflow: ~0.124.1
|
||||
oauth-1.0a: ^2.2.6
|
||||
replace-in-file: ^6.0.0
|
||||
request: ^2.88.2
|
||||
|
@ -721,8 +721,8 @@ importers:
|
|||
mqtt: 4.2.6
|
||||
mssql: ^8.1.2
|
||||
mysql2: ~2.3.0
|
||||
n8n-core: ~0.142.0
|
||||
n8n-workflow: ~0.124.0
|
||||
n8n-core: ~0.142.1
|
||||
n8n-workflow: ~0.124.1
|
||||
node-html-markdown: ^1.1.3
|
||||
node-ssh: ^12.0.0
|
||||
nodemailer: ^6.7.1
|
||||
|
|
Loading…
Reference in a new issue