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.215.1
This commit is contained in:
parent
8f25073a22
commit
e705701cb0
10
CHANGELOG.md
10
CHANGELOG.md
|
@ -1,3 +1,13 @@
|
|||
## [0.215.1](https://github.com/n8n-io/n8n/compare/n8n@0.215.0...n8n@0.215.1) (2023-02-11)
|
||||
|
||||
|
||||
### Bug Fixes
|
||||
|
||||
* **core:** Fix issue that worker and webhook service close directly ([#5461](https://github.com/n8n-io/n8n/issues/5461)) ([3396556](https://github.com/n8n-io/n8n/commit/339655611fcf05ebdf9be7c452bc1164333f122e))
|
||||
* **core:** Handle versioned custom nodes correctly ([#5313](https://github.com/n8n-io/n8n/issues/5313)) ([59f5c42](https://github.com/n8n-io/n8n/commit/59f5c4221efd6f8733bfb5ab41a0834332e9b9e4))
|
||||
|
||||
|
||||
|
||||
# [0.215.0](https://github.com/n8n-io/n8n/compare/n8n@0.214.3...n8n@0.215.0) (2023-02-10)
|
||||
|
||||
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "n8n",
|
||||
"version": "0.215.0",
|
||||
"version": "0.215.1",
|
||||
"private": true,
|
||||
"homepage": "https://n8n.io",
|
||||
"engines": {
|
||||
|
|
|
@ -203,10 +203,10 @@ importers:
|
|||
luxon: ^3.1.0
|
||||
mock-jwks: ^1.0.9
|
||||
mysql2: ~2.3.3
|
||||
n8n-core: ~0.154.0
|
||||
n8n-editor-ui: ~0.181.0
|
||||
n8n-nodes-base: ~0.213.0
|
||||
n8n-workflow: ~0.136.0
|
||||
n8n-core: ~0.154.1
|
||||
n8n-editor-ui: ~0.181.1
|
||||
n8n-nodes-base: ~0.213.1
|
||||
n8n-workflow: ~0.136.1
|
||||
nodemailer: ^6.7.1
|
||||
nodemon: ^2.0.2
|
||||
oauth-1.0a: ^2.2.6
|
||||
|
@ -399,7 +399,7 @@ importers:
|
|||
form-data: ^4.0.0
|
||||
lodash.get: ^4.4.2
|
||||
mime-types: ^2.1.27
|
||||
n8n-workflow: ~0.136.0
|
||||
n8n-workflow: ~0.136.1
|
||||
oauth-1.0a: ^2.2.6
|
||||
p-cancelable: ^2.0.0
|
||||
pretty-bytes: ^5.6.0
|
||||
|
@ -583,7 +583,7 @@ importers:
|
|||
luxon: ^3.1.0
|
||||
monaco-editor: ^0.33.0
|
||||
n8n-design-system: ~0.53.0
|
||||
n8n-workflow: ~0.136.0
|
||||
n8n-workflow: ~0.136.1
|
||||
normalize-wheel: ^1.0.1
|
||||
pinia: ^2.0.22
|
||||
prettier: ^2.8.3
|
||||
|
@ -713,8 +713,8 @@ importers:
|
|||
change-case: ^4.1.1
|
||||
fast-glob: ^3.2.5
|
||||
inquirer: ^7.0.1
|
||||
n8n-core: ~0.154.0
|
||||
n8n-workflow: ~0.136.0
|
||||
n8n-core: ~0.154.1
|
||||
n8n-workflow: ~0.136.1
|
||||
oauth-1.0a: ^2.2.6
|
||||
replace-in-file: ^6.0.0
|
||||
request: ^2.88.2
|
||||
|
@ -806,8 +806,8 @@ importers:
|
|||
mqtt: 4.2.6
|
||||
mssql: ^8.1.2
|
||||
mysql2: ~2.3.0
|
||||
n8n-core: ~0.154.0
|
||||
n8n-workflow: ~0.136.0
|
||||
n8n-core: ~0.154.1
|
||||
n8n-workflow: ~0.136.1
|
||||
node-html-markdown: ^1.1.3
|
||||
node-ssh: ^12.0.0
|
||||
nodemailer: ^6.7.1
|
||||
|
|
Loading…
Reference in a new issue