From ce8059d5c6620acc9f8a090e447c610f80913af4 Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Tue, 9 May 2023 04:33:44 +0000 Subject: [PATCH] chore(release): 3.13.2 [skip ci] ## [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)) --- docs/gitbook/changelog.md | 7 +++++++ package.json | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/docs/gitbook/changelog.md b/docs/gitbook/changelog.md index ae872f92b1..ceb2451437 100644 --- a/docs/gitbook/changelog.md +++ b/docs/gitbook/changelog.md @@ -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) diff --git a/package.json b/package.json index 548de94323..edbca28418 100644 --- a/package.json +++ b/package.json @@ -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",