Skip to content

Commit

Permalink
chore(release): 5.8.0 [skip ci]
Browse files Browse the repository at this point in the history
# [5.8.0](v5.7.15...v5.8.0) (2024-06-11)

### Bug Fixes

* remove print calls [python] ([#2579](#2579)) ([f957186](f957186))

### Features

* **queue:** add getCountsPerPriority method ([#2595](#2595)) ([77971f4](77971f4))
  • Loading branch information
semantic-release-bot committed Jun 11, 2024
1 parent 77971f4 commit 74e7cce
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 1 deletion.
12 changes: 12 additions & 0 deletions docs/gitbook/changelog.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,15 @@
# [5.8.0](https://github.com/taskforcesh/bullmq/compare/v5.7.15...v5.8.0) (2024-06-11)


### Bug Fixes

* remove print calls [python] ([#2579](https://github.com/taskforcesh/bullmq/issues/2579)) ([f957186](https://github.com/taskforcesh/bullmq/commit/f95718689864dbaca8a6b4113a6b37727919d6df))


### Features

* **queue:** add getCountsPerPriority method ([#2595](https://github.com/taskforcesh/bullmq/issues/2595)) ([77971f4](https://github.com/taskforcesh/bullmq/commit/77971f42b9fc425ad66e0b581e800ea429fc254e))

## [5.7.15](https://github.com/taskforcesh/bullmq/compare/v5.7.14...v5.7.15) (2024-06-04)


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

0 comments on commit 74e7cce

Please sign in to comment.