Skip to content

Commit

Permalink
🚀 Release 1.51.2 (#10211)
Browse files Browse the repository at this point in the history
Co-authored-by: elsmr <[email protected]>
  • Loading branch information
github-actions[bot] and elsmr authored Jul 26, 2024
1 parent 981f335 commit 7f4782a
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 3 deletions.
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,12 @@
## [1.51.2](https://github.com/n8n-io/n8n/compare/[email protected]@1.51.2) (2024-07-26)


### Bug Fixes

* **editor:** Fix issue with existing credential not opening in HTTP agent tool ([#10167](https://github.com/n8n-io/n8n/issues/10167)) ([cc0dff2](https://github.com/n8n-io/n8n/commit/cc0dff2cf85cb4d183428403792abfef84049deb))



## [1.51.1](https://github.com/n8n-io/n8n/compare/[email protected]@1.51.1) (2024-07-23)


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.51.1",
"version": "1.51.2",
"private": true,
"engines": {
"node": ">=18.10",
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.51.1",
"version": "1.51.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.51.1",
"version": "1.51.2",
"description": "Workflow Editor UI for n8n",
"main": "index.js",
"scripts": {
Expand Down

0 comments on commit 7f4782a

Please sign in to comment.