Skip to content

Commit

Permalink
chore(release): 5.7.8 [skip ci]
Browse files Browse the repository at this point in the history
## [5.7.8](v5.7.7...v5.7.8) (2024-05-01)

### Bug Fixes

* **worker:** make sure clearTimeout is always called after bzpopmin ([782382e](782382e))
  • Loading branch information
semantic-release-bot committed May 1, 2024
1 parent 782382e commit bc71850
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.7.8](https://github.com/taskforcesh/bullmq/compare/v5.7.7...v5.7.8) (2024-05-01)


### Bug Fixes

* **worker:** make sure clearTimeout is always called after bzpopmin ([782382e](https://github.com/taskforcesh/bullmq/commit/782382e599218024bb9912ff0572c4aa9b1f22a3))

## [5.7.7](https://github.com/taskforcesh/bullmq/compare/v5.7.6...v5.7.7) (2024-04-30)


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

0 comments on commit bc71850

Please sign in to comment.