Skip to content

Commit

Permalink
🚀 Release 1.54.2 (#10415)
Browse files Browse the repository at this point in the history
Co-authored-by: mutdmour <[email protected]>
  • Loading branch information
github-actions[bot] and mutdmour committed Aug 14, 2024
1 parent dfc5596 commit e98dd6a
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.54.2](https://github.com/n8n-io/n8n/compare/[email protected]@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/[email protected]@1.54.1) (2024-08-13)


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

0 comments on commit e98dd6a

Please sign in to comment.