Skip to content

Commit

Permalink
🚀 Release 1.55.4
Browse files Browse the repository at this point in the history
  • Loading branch information
despairblue authored and github-actions[bot] committed Aug 26, 2024
1 parent ca995c5 commit d1fd75a
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 2 deletions.
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,12 @@
## [1.55.4](https://github.com/n8n-io/n8n/compare/[email protected]@1.55.4) (2024-08-26)


### Bug Fixes

* **core:** Stop explicit redis client disconnect on shutdown ([#10551](https://github.com/n8n-io/n8n/issues/10551)) ([ca995c5](https://github.com/n8n-io/n8n/commit/ca995c56f5f52972b8b400a76680191e697772a1))



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


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

0 comments on commit d1fd75a

Please sign in to comment.