🔀 Merge branch 'escape-quote-in-migrations'

This commit is contained in:
Jan Oberhauser
2021-05-31 13:22:54 -05:00
2 changed files with 3 additions and 3 deletions

View File

@@ -1,6 +1,6 @@
{
"name": "n8n",
"version": "0.122.1",
"version": "0.122.2",
"description": "n8n Workflow Automation Tool",
"license": "SEE LICENSE IN LICENSE.md",
"homepage": "https://n8n.io",
@@ -107,7 +107,7 @@
"lodash.get": "^4.4.2",
"mysql2": "~2.2.0",
"n8n-core": "~0.73.0",
"n8n-editor-ui": "~0.92.0",
"n8n-editor-ui": "~0.92.1",
"n8n-nodes-base": "~0.119.1",
"n8n-workflow": "~0.60.0",
"oauth-1.0a": "^2.2.6",

View File

@@ -1,6 +1,6 @@
{
"name": "n8n-editor-ui",
"version": "0.92.0",
"version": "0.92.1",
"description": "Workflow Editor UI for n8n",
"license": "SEE LICENSE IN LICENSE.md",
"homepage": "https://n8n.io",