Skip to content

Commit

Permalink
chore(release): 3.13.2 [skip ci]
Browse files Browse the repository at this point in the history
## [3.13.2](v3.13.1...v3.13.2) (2023-05-09)

### Bug Fixes

* **rate-limit:** consider paused queue when dynamic rate limit ([#1884](#1884)) ([a23f37e](a23f37e))
  • Loading branch information
semantic-release-bot committed May 9, 2023
1 parent a23f37e commit ce8059d
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 @@
## [3.13.2](https://github.com/taskforcesh/bullmq/compare/v3.13.1...v3.13.2) (2023-05-09)


### Bug Fixes

* **rate-limit:** consider paused queue when dynamic rate limit ([#1884](https://github.com/taskforcesh/bullmq/issues/1884)) ([a23f37e](https://github.com/taskforcesh/bullmq/commit/a23f37e4079d34c8589efc85e4d726a62244f0d2))

## [3.13.1](https://github.com/taskforcesh/bullmq/compare/v3.13.0...v3.13.1) (2023-05-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": "3.13.1",
"version": "3.13.2",
"description": "Queue for messages and jobs based on Redis",
"main": "./dist/cjs/index.js",
"module": "./dist/esm/index.js",
Expand Down

0 comments on commit ce8059d

Please sign in to comment.