Skip to content

Commit

Permalink
chore(release): 5.8.6 [skip ci]
Browse files Browse the repository at this point in the history
## [5.8.6](v5.8.5...v5.8.6) (2024-07-11)

### Bug Fixes

* **delayed:** avoid using jobId in order to schedule delayed jobs ([#2587](#2587)) (python) ([228db2c](228db2c))
  • Loading branch information
semantic-release-bot committed Jul 11, 2024
1 parent 228db2c commit 8bb08a7
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.8.6](https://github.com/taskforcesh/bullmq/compare/v5.8.5...v5.8.6) (2024-07-11)


### Bug Fixes

* **delayed:** avoid using jobId in order to schedule delayed jobs ([#2587](https://github.com/taskforcesh/bullmq/issues/2587)) (python) ([228db2c](https://github.com/taskforcesh/bullmq/commit/228db2c780a1ca8323900fc568156495a13355a3))

## [5.8.5](https://github.com/taskforcesh/bullmq/compare/v5.8.4...v5.8.5) (2024-07-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.8.5",
"version": "5.8.6",
"description": "Queue for messages and jobs based on Redis",
"homepage": "https://bullmq.io/",
"main": "./dist/cjs/index.js",
Expand Down

0 comments on commit 8bb08a7

Please sign in to comment.