Skip to content

Commit

Permalink
chore(release): 5.12.4 [skip ci]
Browse files Browse the repository at this point in the history
## [5.12.4](v5.12.3...v5.12.4) (2024-08-12)

### Bug Fixes

* **worker:** fix close sequence to reduce risk for open handlers ([#2656](#2656)) ([8468e44](8468e44))
  • Loading branch information
semantic-release-bot committed Aug 12, 2024
1 parent 8468e44 commit b7b31dd
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions docs/gitbook/changelog.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
## [5.12.4](https://github.com/taskforcesh/bullmq/compare/v5.12.3...v5.12.4) (2024-08-12)


### Bug Fixes

* **worker:** fix close sequence to reduce risk for open handlers ([#2656](https://github.com/taskforcesh/bullmq/issues/2656)) ([8468e44](https://github.com/taskforcesh/bullmq/commit/8468e44e5e9e39c7b65691945c26688a9e5d2275))

## [5.12.3](https://github.com/taskforcesh/bullmq/compare/v5.12.2...v5.12.3) (2024-08-10)


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": "bullmq",
"version": "5.12.3",
"version": "5.12.4",
"description": "Queue for messages and jobs based on Redis",
"homepage": "https://bullmq.io/",
"main": "./dist/cjs/index.js",
Expand Down

0 comments on commit b7b31dd

Please sign in to comment.