Skip to content

Commit

Permalink
chore(release): 5.12.2 [skip ci]
Browse files Browse the repository at this point in the history
## [5.12.2](v5.12.1...v5.12.2) (2024-08-09)

### Performance Improvements

* **worker:** promote delayed jobs while queue is rate limited ([#2697](#2697)) ref [#2582](#2582) ([f3290ac](f3290ac))
  • Loading branch information
semantic-release-bot committed Aug 9, 2024
1 parent f3290ac commit 1777e38
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.12.2](https://github.com/taskforcesh/bullmq/compare/v5.12.1...v5.12.2) (2024-08-09)


### Performance Improvements

* **worker:** promote delayed jobs while queue is rate limited ([#2697](https://github.com/taskforcesh/bullmq/issues/2697)) ref [#2582](https://github.com/taskforcesh/bullmq/issues/2582) ([f3290ac](https://github.com/taskforcesh/bullmq/commit/f3290ace2f117e26357f9fae611a255af26b950b))

## [5.12.1](https://github.com/taskforcesh/bullmq/compare/v5.12.0...v5.12.1) (2024-08-07)


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

0 comments on commit 1777e38

Please sign in to comment.