Skip to content

Commit

Permalink
🚀 Release 1.54.4 (#10437)
Browse files Browse the repository at this point in the history
Co-authored-by: netroy <[email protected]>
  • Loading branch information
github-actions[bot] and netroy committed Aug 15, 2024
1 parent b5b5295 commit dbb6aa7
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.4](https://github.com/n8n-io/n8n/compare/[email protected]@1.54.4) (2024-08-15)


### Bug Fixes

* **core:** Use explicit types in configs to ensure valid decorator metadata ([#10433](https://github.com/n8n-io/n8n/issues/10433)) ([b5b5295](https://github.com/n8n-io/n8n/commit/b5b529511eee0ac4783f3d5a3c687eb444ab1ee8))



## [1.54.3](https://github.com/n8n-io/n8n/compare/[email protected]@1.54.3) (2024-08-15)


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.3",
"version": "1.54.4",
"private": true,
"engines": {
"node": ">=20.15",
Expand Down
2 changes: 1 addition & 1 deletion packages/@n8n/config/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@n8n/config",
"version": "1.4.0",
"version": "1.4.1",
"scripts": {
"clean": "rimraf dist .turbo",
"dev": "pnpm watch",
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.3",
"version": "1.54.4",
"description": "n8n Workflow Automation Tool",
"main": "dist/index",
"types": "dist/index.d.ts",
Expand Down

0 comments on commit dbb6aa7

Please sign in to comment.