Skip to content

Commit

Permalink
chore(release): 5.7.14 [skip ci]
Browse files Browse the repository at this point in the history
## [5.7.14](v5.7.13...v5.7.14) (2024-05-29)

### Bug Fixes

* **worker:** properly cancel blocking command during disconnections ([2cf12b3](2cf12b3))
  • Loading branch information
semantic-release-bot committed May 29, 2024
1 parent 2cf12b3 commit 02cd61d
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.14](https://github.com/taskforcesh/bullmq/compare/v5.7.13...v5.7.14) (2024-05-29)


### Bug Fixes

* **worker:** properly cancel blocking command during disconnections ([2cf12b3](https://github.com/taskforcesh/bullmq/commit/2cf12b3622b0517f645971ece8acdcf673bede97))

## [5.7.13](https://github.com/taskforcesh/bullmq/compare/v5.7.12...v5.7.13) (2024-05-28)


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

0 comments on commit 02cd61d

Please sign in to comment.