Skip to content

Commit

Permalink
🚀 Release 0.222.3 (#5982)
Browse files Browse the repository at this point in the history
Co-authored-by: netroy <netroy@users.noreply.github.com>
  • Loading branch information
github-actions[bot] and netroy authored Apr 14, 2023
1 parent f565b16 commit b21360e
Show file tree
Hide file tree
Showing 4 changed files with 14 additions and 3 deletions.
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,14 @@
## [0.222.3](https://github.com/n8n-io/n8n/compare/n8n@0.222.2...n8n@0.222.3) (2023-04-14)


### Bug Fixes

* **core:** Fix broken API permissions in public API ([#5978](https://github.com/n8n-io/n8n/issues/5978)) ([f4be887](https://github.com/n8n-io/n8n/commit/f4be8870366d9ef9913e56ad426db56eb6b906e0))
* **editor:** Only treat as CTRL pressed by default on touch devices for MouseEvent ([#5968](https://github.com/n8n-io/n8n/issues/5968)) ([57af90f](https://github.com/n8n-io/n8n/commit/57af90ff6874980e88929e9dd09c8b06e683d03e))
* **editor:** Update vite legacy-plugin browser target (no-changelog) ([#5952](https://github.com/n8n-io/n8n/issues/5952)) ([f565b16](https://github.com/n8n-io/n8n/commit/f565b16cfc150b05b5a38f77e29e92ad879be96d))



## [0.222.2](https://github.com/n8n-io/n8n/compare/n8n@0.222.1...n8n@0.222.2) (2023-04-11)


Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "n8n",
"version": "0.222.2",
"version": "0.222.3",
"private": true,
"homepage": "https://n8n.io",
"engines": {
Expand Down
2 changes: 1 addition & 1 deletion packages/cli/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "n8n",
"version": "0.222.2",
"version": "0.222.3",
"description": "n8n Workflow Automation Tool",
"license": "SEE LICENSE IN LICENSE.md",
"homepage": "https://n8n.io",
Expand Down
2 changes: 1 addition & 1 deletion packages/editor-ui/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "n8n-editor-ui",
"version": "0.188.2",
"version": "0.188.3",
"description": "Workflow Editor UI for n8n",
"license": "SEE LICENSE IN LICENSE.md",
"homepage": "https://n8n.io",
Expand Down

0 comments on commit b21360e

Please sign in to comment.