From b08f95d9b87ec03b645af866ac869f771a42e1f1 Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Fri, 3 Feb 2023 15:55:22 +0000 Subject: [PATCH] chore(release): 3.6.2 [skip ci] ## [3.6.2](https://github.com/taskforcesh/bullmq/compare/v3.6.1...v3.6.2) (2023-02-03) ### Bug Fixes * **redis:** increase minimum default retry time ([d521531](https://github.com/taskforcesh/bullmq/commit/d521531e22ba9eda8ad8d6e8eddf450fdc3f50f4)) --- 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 637a1262c1..3d1e2a58ae 100644 --- a/docs/gitbook/changelog.md +++ b/docs/gitbook/changelog.md @@ -1,3 +1,10 @@ +## [3.6.2](https://github.com/taskforcesh/bullmq/compare/v3.6.1...v3.6.2) (2023-02-03) + + +### Bug Fixes + +* **redis:** increase minimum default retry time ([d521531](https://github.com/taskforcesh/bullmq/commit/d521531e22ba9eda8ad8d6e8eddf450fdc3f50f4)) + ## [3.6.1](https://github.com/taskforcesh/bullmq/compare/v3.6.0...v3.6.1) (2023-01-31) diff --git a/package.json b/package.json index c5a3dbfcc9..23afd52361 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "bullmq", - "version": "3.6.1", + "version": "3.6.2", "description": "Queue for messages and jobs based on Redis", "main": "./dist/cjs/index.js", "module": "./dist/esm/index.js",