diff --git a/CHANGELOG.md b/CHANGELOG.md index ab52ea150610b..1e717145ae419 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,12 @@ +## [1.54.2](https://github.com/n8n-io/n8n/compare/n8n@1.54.1...n8n@1.54.2) (2024-08-14) + + +### Bug Fixes + +* **AI Agent Node:** Fix issues with some tools not populating ([#10406](https://github.com/n8n-io/n8n/issues/10406)) ([dfc5596](https://github.com/n8n-io/n8n/commit/dfc5596258addc2aa9513d76d09c275041a84c8e)) + + + ## [1.54.1](https://github.com/n8n-io/n8n/compare/n8n@1.54.0...n8n@1.54.1) (2024-08-13) diff --git a/package.json b/package.json index 4e14de745ebf5..521620f6e6867 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "n8n-monorepo", - "version": "1.54.1", + "version": "1.54.2", "private": true, "engines": { "node": ">=20.15", diff --git a/packages/@n8n/nodes-langchain/package.json b/packages/@n8n/nodes-langchain/package.json index c7c258979025e..42a528bed8f00 100644 --- a/packages/@n8n/nodes-langchain/package.json +++ b/packages/@n8n/nodes-langchain/package.json @@ -1,6 +1,6 @@ { "name": "@n8n/n8n-nodes-langchain", - "version": "1.54.1", + "version": "1.54.2", "description": "", "main": "index.js", "scripts": { diff --git a/packages/cli/package.json b/packages/cli/package.json index ec90c184ddf81..555f8a0c0fe51 100644 --- a/packages/cli/package.json +++ b/packages/cli/package.json @@ -1,6 +1,6 @@ { "name": "n8n", - "version": "1.54.1", + "version": "1.54.2", "description": "n8n Workflow Automation Tool", "main": "dist/index", "types": "dist/index.d.ts",