Skip to content

Commit

Permalink
🚀 Release 0.230.2 (#6338)
Browse files Browse the repository at this point in the history
* 🚀 Release 0.230.2

* Update CHANGELOG.md

---------

Co-authored-by: maspio <maspio@users.noreply.github.com>
Co-authored-by: Marcus <56945030+maspio@users.noreply.github.com>
  • Loading branch information
3 people authored May 30, 2023
1 parent 4045aee commit bb66093
Show file tree
Hide file tree
Showing 5 changed files with 16 additions and 4 deletions.
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,15 @@
## [0.230.2](https://github.com/n8n-io/n8n/compare/n8n@0.230.1...n8n@0.230.2) (2023-05-30)


### Bug Fixes

* **Code Node:** Update vm2 to address CVE-2023-32313 ([#6318](https://github.com/n8n-io/n8n/issues/6318)) ([4301127](https://github.com/n8n-io/n8n/commit/43011270865de044f6e0c8e0ab6f220f52a0f827))
* **core:** Optimize getSharedWorkflowIds query ([#6314](https://github.com/n8n-io/n8n/issues/6314)) ([4269d3f](https://github.com/n8n-io/n8n/commit/4269d3f1b2d888a909861e3236bffb07e9255222))
* **core:** Prevent prototype pollution on injectable services ([#6309](https://github.com/n8n-io/n8n/issues/6309)) ([a4bff84](https://github.com/n8n-io/n8n/commit/a4bff84834a536944d4ca6bffe3eed6f0a4bd3be))
* **editor:** Fix Luxon date parsing of ExecutionsUsage component ([#6333](https://github.com/n8n-io/n8n/issues/6333)) ([4045aee](https://github.com/n8n-io/n8n/commit/4045aee9cb5587a456318934700b59ba422f7422))



## [0.230.1](https://github.com/n8n-io/n8n/compare/n8n@0.230.0...n8n@0.230.1) (2023-05-25)


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.230.1",
"version": "0.230.2",
"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.230.1",
"version": "0.230.2",
"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.196.1",
"version": "0.196.2",
"description": "Workflow Editor UI for n8n",
"license": "SEE LICENSE IN LICENSE.md",
"homepage": "https://n8n.io",
Expand Down
2 changes: 1 addition & 1 deletion packages/nodes-base/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "n8n-nodes-base",
"version": "0.228.1",
"version": "0.228.2",
"description": "Base nodes of n8n",
"license": "SEE LICENSE IN LICENSE.md",
"homepage": "https://n8n.io",
Expand Down

0 comments on commit bb66093

Please sign in to comment.