mirror of
https://github.com/n8n-io/n8n.git
synced 2025-01-26 12:01:16 -08:00
📚 Update CHANGELOG.md and main package.json to 0.214.3
This commit is contained in:
parent
c278f010ef
commit
1c6a93feec
|
@ -1,3 +1,12 @@
|
|||
## [0.214.3](https://github.com/n8n-io/n8n/compare/n8n@0.214.2...n8n@0.214.3) (2023-02-09)
|
||||
|
||||
|
||||
### Bug Fixes
|
||||
|
||||
* **editor:** Prevent creation of input connections for nodes without input slot ([#5425](https://github.com/n8n-io/n8n/issues/5425)) ([b57ec1d](https://github.com/n8n-io/n8n/commit/b57ec1d6abbae9e23ae5f473d70674aa14701bce))
|
||||
|
||||
|
||||
|
||||
## [0.214.1](https://github.com/n8n-io/n8n/compare/n8n@0.214.0...n8n@0.214.1) (2023-02-06)
|
||||
|
||||
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "n8n",
|
||||
"version": "0.214.1",
|
||||
"version": "0.214.3",
|
||||
"private": true,
|
||||
"homepage": "https://n8n.io",
|
||||
"engines": {
|
||||
|
|
|
@ -198,8 +198,8 @@ importers:
|
|||
luxon: ^3.1.0
|
||||
mysql2: ~2.3.3
|
||||
n8n-core: ~0.153.0
|
||||
n8n-editor-ui: ~0.180.1
|
||||
n8n-nodes-base: ~0.212.1
|
||||
n8n-editor-ui: ~0.180.3
|
||||
n8n-nodes-base: ~0.212.2
|
||||
n8n-workflow: ~0.135.0
|
||||
nodemailer: ^6.7.1
|
||||
nodemon: ^2.0.2
|
||||
|
|
Loading…
Reference in a new issue