Skip to content

Commit

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

### Bug Fixes

* **connection:** use async Retry ([#2555](#2555)) [python] ([d6dd21d](d6dd21d))
* **job:** validate job existence when adding a log ([#2562](#2562)) ([f87e3fe](f87e3fe))
  • Loading branch information
semantic-release-bot committed May 16, 2024
1 parent f87e3fe commit 7d51ed7
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.7.9](https://github.com/taskforcesh/bullmq/compare/v5.7.8...v5.7.9) (2024-05-16)


### Bug Fixes

* **connection:** use async Retry ([#2555](https://github.com/taskforcesh/bullmq/issues/2555)) [python] ([d6dd21d](https://github.com/taskforcesh/bullmq/commit/d6dd21d3ac28660bbfa7825bba0b586328769709))
* **job:** validate job existence when adding a log ([#2562](https://github.com/taskforcesh/bullmq/issues/2562)) ([f87e3fe](https://github.com/taskforcesh/bullmq/commit/f87e3fe029e48d8964722da762326e531c2256ee))

## [5.7.8](https://github.com/taskforcesh/bullmq/compare/v5.7.7...v5.7.8) (2024-05-01)


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

0 comments on commit 7d51ed7

Please sign in to comment.