Skip to content

Commit

Permalink
🚀 Release 1.58.2 (#10790)
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 authored Sep 12, 2024
1 parent db9f6ff commit 859d890
Show file tree
Hide file tree
Showing 4 changed files with 13 additions and 3 deletions.
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,13 @@
## [1.58.2](https://github.com/n8n-io/n8n/compare/[email protected]@1.58.2) (2024-09-12)


### Bug Fixes

* **core:** Restore queue listeners for `webhook` process ([#10781](https://github.com/n8n-io/n8n/issues/10781)) ([db9f6ff](https://github.com/n8n-io/n8n/commit/db9f6fff32f03f0739a94120edba9ac25c4aa90d))
* **editor:** Show docs link in credential modal when docs sidebar is hidden ([#10750](https://github.com/n8n-io/n8n/issues/10750)) ([9340a8e](https://github.com/n8n-io/n8n/commit/9340a8eed9bfa6f9b9a8d079b323bdc2f438df7b))



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


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.58.1",
"version": "1.58.2",
"private": true,
"engines": {
"node": ">=20.15",
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.58.1",
"version": "1.58.2",
"description": "n8n Workflow Automation Tool",
"main": "dist/index",
"types": "dist/index.d.ts",
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.58.1",
"version": "1.58.2",
"description": "Workflow Editor UI for n8n",
"main": "index.js",
"scripts": {
Expand Down

0 comments on commit 859d890

Please sign in to comment.