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.0
This commit is contained in:
parent
e472f4f3b1
commit
4da9c3918d
24
CHANGELOG.md
24
CHANGELOG.md
|
@ -1,3 +1,27 @@
|
||||||
|
# [0.209.0](https://github.com/n8n-io/n8n/compare/n8n@0.208.1...n8n@0.209.0) (2022-12-21)
|
||||||
|
|
||||||
|
|
||||||
|
### Bug Fixes
|
||||||
|
|
||||||
|
* **editor:** Correctly display trigger nodes without actions and with related regular node in the "On App Events" category ([#4976](https://github.com/n8n-io/n8n/issues/4976)) ([445463a](https://github.com/n8n-io/n8n/commit/445463a605f5f327f897b23a9b4504939358d0df))
|
||||||
|
* Fix stickies resize ([#4986](https://github.com/n8n-io/n8n/issues/4986)) ([82f7635](https://github.com/n8n-io/n8n/commit/82f763589b21815e5ba91c10a4676d25f843eddd))
|
||||||
|
* Hide trigger tooltip for nodes with static test output ([#4970](https://github.com/n8n-io/n8n/issues/4970)) ([5b11dc3](https://github.com/n8n-io/n8n/commit/5b11dc3ff9ff75eb7c65721e0d6c03707039e7ff))
|
||||||
|
* Keep expression when dropping mapped value ([#4981](https://github.com/n8n-io/n8n/issues/4981)) ([87c7643](https://github.com/n8n-io/n8n/commit/87c76434a294f10474711ba3f023f2f4ca47f14d))
|
||||||
|
* Prevent keyboard shortcuts in expression editor modal ([#4984](https://github.com/n8n-io/n8n/issues/4984)) ([29364ea](https://github.com/n8n-io/n8n/commit/29364ea7026e5e2a288b1866956f01e380ff05a0))
|
||||||
|
* Redirect home to workflows always ([#4968](https://github.com/n8n-io/n8n/issues/4968)) ([90bfdfd](https://github.com/n8n-io/n8n/commit/90bfdfd577c02aee520545cf8758019042cdf99c))
|
||||||
|
* Update mapping gifs ([#4982](https://github.com/n8n-io/n8n/issues/4982)) ([9d00b47](https://github.com/n8n-io/n8n/commit/9d00b4748b39f5c2b08721c5ee73e47b43230b9d))
|
||||||
|
* Upgrade amqplib to address CVE-2022-0686 ([#4972](https://github.com/n8n-io/n8n/issues/4972)) ([570ed3b](https://github.com/n8n-io/n8n/commit/570ed3b52191cf3a162fcdaaabc8ab15fb0ef08c))
|
||||||
|
* View option for binary-data shouldn't download the file on Chrome/Edge ([#4995](https://github.com/n8n-io/n8n/issues/4995)) ([e225c31](https://github.com/n8n-io/n8n/commit/e225c3190ea4cb5f68f642aab455ed0044fdecf9))
|
||||||
|
|
||||||
|
|
||||||
|
### Features
|
||||||
|
|
||||||
|
* Add PR template ([#4983](https://github.com/n8n-io/n8n/issues/4983)) ([17311ca](https://github.com/n8n-io/n8n/commit/17311ca0499d90c56013e3f79458c49c0ae3dcdc))
|
||||||
|
* **editor:** Add usage and plan pages ([#4819](https://github.com/n8n-io/n8n/issues/4819)) ([0da338f](https://github.com/n8n-io/n8n/commit/0da338f9b5f850b25e97383ae1f4cec8d0e4c17b)), closes [#4793](https://github.com/n8n-io/n8n/issues/4793) [#4842](https://github.com/n8n-io/n8n/issues/4842) [#4866](https://github.com/n8n-io/n8n/issues/4866) [#4875](https://github.com/n8n-io/n8n/issues/4875) [#4958](https://github.com/n8n-io/n8n/issues/4958) [#4979](https://github.com/n8n-io/n8n/issues/4979)
|
||||||
|
* Update mapping pill for table/json views ([#4965](https://github.com/n8n-io/n8n/issues/4965)) ([343f53b](https://github.com/n8n-io/n8n/commit/343f53bf5393e86eb850d07de85b762476294656))
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
## [0.208.1](https://github.com/n8n-io/n8n/compare/n8n@0.208.0...n8n@0.208.1) (2022-12-19)
|
## [0.208.1](https://github.com/n8n-io/n8n/compare/n8n@0.208.0...n8n@0.208.1) (2022-12-19)
|
||||||
|
|
||||||
|
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
{
|
{
|
||||||
"name": "n8n",
|
"name": "n8n",
|
||||||
"version": "0.208.1",
|
"version": "0.209.0",
|
||||||
"private": true,
|
"private": true,
|
||||||
"homepage": "https://n8n.io",
|
"homepage": "https://n8n.io",
|
||||||
"engines": {
|
"engines": {
|
||||||
|
|
|
@ -170,10 +170,10 @@ 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.1
|
n8n-core: ~0.149.0
|
||||||
n8n-editor-ui: ~0.174.1
|
n8n-editor-ui: ~0.175.0
|
||||||
n8n-nodes-base: ~0.206.1
|
n8n-nodes-base: ~0.207.0
|
||||||
n8n-workflow: ~0.130.0
|
n8n-workflow: ~0.131.0
|
||||||
nodemailer: ^6.7.1
|
nodemailer: ^6.7.1
|
||||||
nodemon: ^2.0.2
|
nodemon: ^2.0.2
|
||||||
oauth-1.0a: ^2.2.6
|
oauth-1.0a: ^2.2.6
|
||||||
|
@ -347,7 +347,7 @@ importers:
|
||||||
form-data: ^4.0.0
|
form-data: ^4.0.0
|
||||||
lodash.get: ^4.4.2
|
lodash.get: ^4.4.2
|
||||||
mime-types: ^2.1.27
|
mime-types: ^2.1.27
|
||||||
n8n-workflow: ~0.130.0
|
n8n-workflow: ~0.131.0
|
||||||
oauth-1.0a: ^2.2.6
|
oauth-1.0a: ^2.2.6
|
||||||
p-cancelable: ^2.0.0
|
p-cancelable: ^2.0.0
|
||||||
pretty-bytes: ^5.6.0
|
pretty-bytes: ^5.6.0
|
||||||
|
@ -521,8 +521,8 @@ importers:
|
||||||
lodash.set: ^4.3.2
|
lodash.set: ^4.3.2
|
||||||
luxon: ^2.3.0
|
luxon: ^2.3.0
|
||||||
monaco-editor: ^0.33.0
|
monaco-editor: ^0.33.0
|
||||||
n8n-design-system: ~0.48.0
|
n8n-design-system: ~0.49.0
|
||||||
n8n-workflow: ~0.130.0
|
n8n-workflow: ~0.131.0
|
||||||
normalize-wheel: ^1.0.1
|
normalize-wheel: ^1.0.1
|
||||||
pinia: ^2.0.22
|
pinia: ^2.0.22
|
||||||
prismjs: ^1.17.1
|
prismjs: ^1.17.1
|
||||||
|
@ -641,8 +641,8 @@ 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.1
|
n8n-core: ~0.149.0
|
||||||
n8n-workflow: ~0.130.0
|
n8n-workflow: ~0.131.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
|
||||||
request: ^2.88.2
|
request: ^2.88.2
|
||||||
|
@ -732,8 +732,8 @@ 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.1
|
n8n-core: ~0.149.0
|
||||||
n8n-workflow: ~0.130.0
|
n8n-workflow: ~0.131.0
|
||||||
node-html-markdown: ^1.1.3
|
node-html-markdown: ^1.1.3
|
||||||
node-ssh: ^12.0.0
|
node-ssh: ^12.0.0
|
||||||
nodemailer: ^6.7.1
|
nodemailer: ^6.7.1
|
||||||
|
|
Loading…
Reference in a new issue