From 97010c785b2ab4dfb5d5ebaf38012ebc666094b9 Mon Sep 17 00:00:00 2001 From: elsmr Date: Fri, 26 Jul 2024 12:22:37 +0000 Subject: [PATCH] :rocket: Release 1.51.2 --- CHANGELOG.md | 9 +++++++++ package.json | 2 +- packages/cli/package.json | 2 +- packages/editor-ui/package.json | 2 +- 4 files changed, 12 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index e524cbe2a8890..e8f0eb4919e43 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,12 @@ +## [1.51.2](https://github.com/n8n-io/n8n/compare/n8n@1.51.1...n8n@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/n8n@1.51.0...n8n@1.51.1) (2024-07-23) diff --git a/package.json b/package.json index a20661e85cfc7..e45c43b671ebb 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "n8n-monorepo", - "version": "1.51.1", + "version": "1.51.2", "private": true, "engines": { "node": ">=18.10", diff --git a/packages/cli/package.json b/packages/cli/package.json index c65255658f1c0..b0dc940c2fa8f 100644 --- a/packages/cli/package.json +++ b/packages/cli/package.json @@ -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", diff --git a/packages/editor-ui/package.json b/packages/editor-ui/package.json index f50e28b8514b1..9eb6519b2d091 100644 --- a/packages/editor-ui/package.json +++ b/packages/editor-ui/package.json @@ -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": {