Skip to content

Commit

Permalink
chore(release): 4.13.0 [skip ci]
Browse files Browse the repository at this point in the history
# [4.13.0](v4.12.9...v4.13.0) (2024-06-12)

### Features

* **queue:** add getCountsPerPriority method ([#2746](#2746)) ([0376dcc](0376dcc))
  • Loading branch information
semantic-release-bot committed Jun 12, 2024
1 parent 0376dcc commit 79113ac
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
# [4.13.0](https://github.com/OptimalBits/bull/compare/v4.12.9...v4.13.0) (2024-06-12)


### Features

* **queue:** add getCountsPerPriority method ([#2746](https://github.com/OptimalBits/bull/issues/2746)) ([0376dcc](https://github.com/OptimalBits/bull/commit/0376dcc128d9af13ecbd658d8ea7ff19fce56915))

## [4.12.9](https://github.com/OptimalBits/bull/compare/v4.12.8...v4.12.9) (2024-05-24)


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": "bull",
"version": "4.12.9",
"version": "4.13.0",
"description": "Job manager",
"engines": {
"node": ">=12"
Expand Down

0 comments on commit 79113ac

Please sign in to comment.