Skip to content

Commit

Permalink
🚀 Release 1.44.1 (#9594)
Browse files Browse the repository at this point in the history
Co-authored-by: ivov <[email protected]>
  • Loading branch information
github-actions[bot] and ivov committed Jun 3, 2024
1 parent 570839a commit bbf1469
Show file tree
Hide file tree
Showing 6 changed files with 17 additions and 5 deletions.
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,15 @@
## [1.44.1](https://github.com/n8n-io/n8n/compare/[email protected]@1.44.1) (2024-06-03)


### Bug Fixes

* **core:** Ensure graceful shutdown for workers ([#9547](https://github.com/n8n-io/n8n/issues/9547)) ([570839a](https://github.com/n8n-io/n8n/commit/570839a2e07a35cf4f8ebbb07ed4c09226c77ee6))
* **core:** Upgrade mysql2 to address CVE-2024-21512 ([#9565](https://github.com/n8n-io/n8n/issues/9565)) ([e7e738b](https://github.com/n8n-io/n8n/commit/e7e738bd3c3626af27afec7c2b078f20f64c5a53))
* **editor:** Replace more variants of BASE_PATH in static assets ([#9564](https://github.com/n8n-io/n8n/issues/9564)) ([4e42ac7](https://github.com/n8n-io/n8n/commit/4e42ac7c13118226b480a9f486b76e0f2f0000d1))
* **editor:** Show workflow data in header when execution page is hard reloaded ([#9529](https://github.com/n8n-io/n8n/issues/9529)) ([ab00672](https://github.com/n8n-io/n8n/commit/ab006728802d0f98a5497e7822ec829a14b71310))



# [1.44.0](https://github.com/n8n-io/n8n/compare/[email protected]@1.44.0) (2024-05-30)


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-monorepo",
"version": "1.44.0",
"version": "1.44.1",
"private": true,
"homepage": "https://n8n.io",
"engines": {
Expand Down
2 changes: 1 addition & 1 deletion packages/@n8n/nodes-langchain/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@n8n/n8n-nodes-langchain",
"version": "1.44.0",
"version": "1.44.1",
"description": "",
"license": "SEE LICENSE IN LICENSE.md",
"homepage": "https://n8n.io",
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": "1.44.0",
"version": "1.44.1",
"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": "1.44.0",
"version": "1.44.1",
"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": "1.44.0",
"version": "1.44.1",
"description": "Base nodes of n8n",
"license": "SEE LICENSE IN LICENSE.md",
"homepage": "https://n8n.io",
Expand Down

0 comments on commit bbf1469

Please sign in to comment.