Skip to content

Commit

Permalink
chore(release): 5.4.4 [skip ci]
Browse files Browse the repository at this point in the history
## [5.4.4](v5.4.3...v5.4.4) (2024-03-21)

### Bug Fixes

* **queue:** use QueueOptions type in opts attribute ([#2481](#2481)) ([51a589f](51a589f))
* **worker:** set blockTimeout as 0.001 when reach the time to get delayed jobs [python] ([#2478](#2478)) ([b385034](b385034))
  • Loading branch information
semantic-release-bot committed Mar 21, 2024
1 parent 51a589f commit ea973b9
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
8 changes: 8 additions & 0 deletions docs/gitbook/changelog.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
## [5.4.4](https://github.com/taskforcesh/bullmq/compare/v5.4.3...v5.4.4) (2024-03-21)


### Bug Fixes

* **queue:** use QueueOptions type in opts attribute ([#2481](https://github.com/taskforcesh/bullmq/issues/2481)) ([51a589f](https://github.com/taskforcesh/bullmq/commit/51a589f7e07b5336eb35ed00a1b795501b24f254))
* **worker:** set blockTimeout as 0.001 when reach the time to get delayed jobs [python] ([#2478](https://github.com/taskforcesh/bullmq/issues/2478)) ([b385034](https://github.com/taskforcesh/bullmq/commit/b385034006ac183a26093f593269349eb78f8b54))

## [5.4.3](https://github.com/taskforcesh/bullmq/compare/v5.4.2...v5.4.3) (2024-03-17)


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.4.3",
"version": "5.4.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 ea973b9

Please sign in to comment.