Skip to content

Commit

Permalink
🚀 Release 1.44.2 (#9715)
Browse files Browse the repository at this point in the history
Co-authored-by: netroy <[email protected]>
  • Loading branch information
github-actions[bot] and netroy committed Jun 12, 2024
1 parent 486a290 commit cac8dcb
Show file tree
Hide file tree
Showing 9 changed files with 22 additions and 8 deletions.
14 changes: 14 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,17 @@
## [1.44.2](https://github.com/n8n-io/n8n/compare/[email protected]@1.44.2) (2024-06-12)


### Bug Fixes

* **core:** Allow graceful shutdown for main with active executions ([#9661](https://github.com/n8n-io/n8n/issues/9661)) ([486a290](https://github.com/n8n-io/n8n/commit/486a290e1537af94df20292057f2f20a42dc7b49))
* **core:** Fix optional chaining in continue on fail check ([#9667](https://github.com/n8n-io/n8n/issues/9667)) ([0434690](https://github.com/n8n-io/n8n/commit/0434690e4d9f64cca69dcc919bfda50dc87abcc6))
* **core:** Start WaitTracker only in the main container ([#9600](https://github.com/n8n-io/n8n/issues/9600)) ([31a3260](https://github.com/n8n-io/n8n/commit/31a3260246154da66980e1897b3105877cf04fa5))
* **editor:** Fix empty page for cloud users ([#9707](https://github.com/n8n-io/n8n/issues/9707)) ([d392ce8](https://github.com/n8n-io/n8n/commit/d392ce8d09f14d659ad4075651fd808c51488009))
* **editor:** Render credentials editable when opening them from the node view ([#9678](https://github.com/n8n-io/n8n/issues/9678)) ([8c5a171](https://github.com/n8n-io/n8n/commit/8c5a171ee987b6c5b7d4f1f8d644428cd0ca1932))
* **Gotify Node:** Fix issue with self signed certificates not working ([#9647](https://github.com/n8n-io/n8n/issues/9647)) ([1057c81](https://github.com/n8n-io/n8n/commit/1057c813e2dd9afb3bcd4fd3bcabeff450c10041))



## [1.44.1](https://github.com/n8n-io/n8n/compare/[email protected]@1.44.1) (2024-06-03)


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.1",
"version": "1.44.2",
"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.1",
"version": "1.44.2",
"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.1",
"version": "1.44.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/core/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "n8n-core",
"version": "1.44.0",
"version": "1.44.1",
"description": "Core functionality of n8n",
"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.1",
"version": "1.44.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/node-dev/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "n8n-node-dev",
"version": "1.44.0",
"version": "1.44.1",
"description": "CLI to simplify n8n credentials/node development",
"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.1",
"version": "1.44.2",
"description": "Base nodes of n8n",
"license": "SEE LICENSE IN LICENSE.md",
"homepage": "https://n8n.io",
Expand Down
2 changes: 1 addition & 1 deletion packages/workflow/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "n8n-workflow",
"version": "1.43.0",
"version": "1.43.1",
"description": "Workflow base code of n8n",
"license": "SEE LICENSE IN LICENSE.md",
"homepage": "https://n8n.io",
Expand Down

0 comments on commit cac8dcb

Please sign in to comment.