From 277997d0162761921870828e6bf0073d177dc1a4 Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Thu, 29 Apr 2021 18:18:01 +0000 Subject: [PATCH] chore(release): 1.22.2 [skip ci] ## [1.22.2](https://github.com/taskforcesh/bullmq/compare/v1.22.1...v1.22.2) (2021-04-29) ### Bug Fixes * add missing Redis Cluster types fixes [#406](https://github.com/taskforcesh/bullmq/issues/406) ([07743ff](https://github.com/taskforcesh/bullmq/commit/07743ff310ad716802afdd5bdc6844eb5296318e)) --- docs/gitbook/CHANGELOG.md | 7 +++++++ docs/gitbook/api/bullmq.connectionoptions.md | 2 +- package.json | 2 +- 3 files changed, 9 insertions(+), 2 deletions(-) diff --git a/docs/gitbook/CHANGELOG.md b/docs/gitbook/CHANGELOG.md index d1fa0ee627..41f9b2cc7a 100644 --- a/docs/gitbook/CHANGELOG.md +++ b/docs/gitbook/CHANGELOG.md @@ -1,3 +1,10 @@ +## [1.22.2](https://github.com/taskforcesh/bullmq/compare/v1.22.1...v1.22.2) (2021-04-29) + + +### Bug Fixes + +* add missing Redis Cluster types fixes [#406](https://github.com/taskforcesh/bullmq/issues/406) ([07743ff](https://github.com/taskforcesh/bullmq/commit/07743ff310ad716802afdd5bdc6844eb5296318e)) + ## [1.22.1](https://github.com/taskforcesh/bullmq/compare/v1.22.0...v1.22.1) (2021-04-28) diff --git a/docs/gitbook/api/bullmq.connectionoptions.md b/docs/gitbook/api/bullmq.connectionoptions.md index b0fd796afe..4b2f3504b2 100644 --- a/docs/gitbook/api/bullmq.connectionoptions.md +++ b/docs/gitbook/api/bullmq.connectionoptions.md @@ -7,7 +7,7 @@ Signature: ```typescript -export declare type ConnectionOptions = RedisOptions | Redis; +export declare type ConnectionOptions = RedisOptions | Redis | Cluster; ``` References: [RedisOptions](./bullmq.redisoptions.md) diff --git a/package.json b/package.json index 41d9c4e4ef..d3c5ca884d 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "bullmq", - "version": "1.22.1", + "version": "1.22.2", "description": "Queue for messages and jobs based on Redis", "main": "dist/index.js", "types": "dist/index.d.ts",