mirror of
https://github.com/n8n-io/n8n.git
synced 2025-03-05 20:50:17 -08:00
📚 Update CHANGELOG.md and main package.json to 0.208.1
This commit is contained in:
parent
6e33bd38cb
commit
3754c49f0c
12
CHANGELOG.md
12
CHANGELOG.md
|
@ -1,3 +1,15 @@
|
||||||
|
## [0.208.1](https://github.com/n8n-io/n8n/compare/n8n@0.208.0...n8n@0.208.1) (2022-12-19)
|
||||||
|
|
||||||
|
|
||||||
|
### Bug Fixes
|
||||||
|
|
||||||
|
* Always retain original errors in the error chain on NodeOperationError ([#4951](https://github.com/n8n-io/n8n/issues/4951)) ([231257d](https://github.com/n8n-io/n8n/commit/231257d0817df711cf900703fd686efb8307eeb2))
|
||||||
|
* BinaryDataManager should store metadata when saving from buffer as well ([#4964](https://github.com/n8n-io/n8n/issues/4964)) ([5cbb5f4](https://github.com/n8n-io/n8n/commit/5cbb5f4bc8e09755e29bcc08715129d61c3fd1b6))
|
||||||
|
* **editor:** Fix for wrong execution data displayed in executions preview ([#4966](https://github.com/n8n-io/n8n/issues/4966)) ([bfc8e68](https://github.com/n8n-io/n8n/commit/bfc8e68b37f77bd1a8259ca8162269451aca4f28))
|
||||||
|
* Pick up credential test functions from versioned nodes as well ([#4962](https://github.com/n8n-io/n8n/issues/4962)) ([2797c08](https://github.com/n8n-io/n8n/commit/2797c085e51548a29b83dd6ce057ac71bde9ed0c))
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
# [0.208.0](https://github.com/n8n-io/n8n/compare/n8n@0.207.1...n8n@0.208.0) (2022-12-16)
|
# [0.208.0](https://github.com/n8n-io/n8n/compare/n8n@0.207.1...n8n@0.208.0) (2022-12-16)
|
||||||
|
|
||||||
|
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
{
|
{
|
||||||
"name": "n8n",
|
"name": "n8n",
|
||||||
"version": "0.208.0",
|
"version": "0.208.1",
|
||||||
"private": true,
|
"private": true,
|
||||||
"homepage": "https://n8n.io",
|
"homepage": "https://n8n.io",
|
||||||
"engines": {
|
"engines": {
|
||||||
|
|
|
@ -170,9 +170,9 @@ importers:
|
||||||
lodash.split: ^4.4.2
|
lodash.split: ^4.4.2
|
||||||
lodash.unset: ^4.5.2
|
lodash.unset: ^4.5.2
|
||||||
mysql2: ~2.3.0
|
mysql2: ~2.3.0
|
||||||
n8n-core: ~0.148.0
|
n8n-core: ~0.148.1
|
||||||
n8n-editor-ui: ~0.174.0
|
n8n-editor-ui: ~0.174.1
|
||||||
n8n-nodes-base: ~0.206.0
|
n8n-nodes-base: ~0.206.1
|
||||||
n8n-workflow: ~0.130.0
|
n8n-workflow: ~0.130.0
|
||||||
nodemailer: ^6.7.1
|
nodemailer: ^6.7.1
|
||||||
nodemon: ^2.0.2
|
nodemon: ^2.0.2
|
||||||
|
@ -641,7 +641,7 @@ importers:
|
||||||
change-case: ^4.1.1
|
change-case: ^4.1.1
|
||||||
fast-glob: ^3.2.5
|
fast-glob: ^3.2.5
|
||||||
inquirer: ^7.0.1
|
inquirer: ^7.0.1
|
||||||
n8n-core: ~0.148.0
|
n8n-core: ~0.148.1
|
||||||
n8n-workflow: ~0.130.0
|
n8n-workflow: ~0.130.0
|
||||||
oauth-1.0a: ^2.2.6
|
oauth-1.0a: ^2.2.6
|
||||||
replace-in-file: ^6.0.0
|
replace-in-file: ^6.0.0
|
||||||
|
@ -732,7 +732,7 @@ importers:
|
||||||
mqtt: 4.2.6
|
mqtt: 4.2.6
|
||||||
mssql: ^8.1.2
|
mssql: ^8.1.2
|
||||||
mysql2: ~2.3.0
|
mysql2: ~2.3.0
|
||||||
n8n-core: ~0.148.0
|
n8n-core: ~0.148.1
|
||||||
n8n-workflow: ~0.130.0
|
n8n-workflow: ~0.130.0
|
||||||
node-html-markdown: ^1.1.3
|
node-html-markdown: ^1.1.3
|
||||||
node-ssh: ^12.0.0
|
node-ssh: ^12.0.0
|
||||||
|
|
Loading…
Reference in a new issue