Skip to content

Commit

Permalink
chore(release): 1.22.2 [skip ci]
Browse files Browse the repository at this point in the history
## [1.22.2](v1.22.1...v1.22.2) (2021-04-29)

### Bug Fixes

* add missing Redis Cluster types fixes [#406](#406) ([07743ff](07743ff))
  • Loading branch information
semantic-release-bot committed Apr 29, 2021
1 parent 07743ff commit 277997d
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 2 deletions.
7 changes: 7 additions & 0 deletions docs/gitbook/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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)


Expand Down
2 changes: 1 addition & 1 deletion docs/gitbook/api/bullmq.connectionoptions.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<b>Signature:</b>

```typescript
export declare type ConnectionOptions = RedisOptions | Redis;
export declare type ConnectionOptions = RedisOptions | Redis | Cluster;
```
<b>References:</b> [RedisOptions](./bullmq.redisoptions.md)

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": "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",
Expand Down

0 comments on commit 277997d

Please sign in to comment.