Skip to content

Commit

Permalink
chore(release): 1.57.4 [skip ci]
Browse files Browse the repository at this point in the history
## [1.57.4](v1.57.3...v1.57.4) (2021-12-14)

### Bug Fixes

* **move-to-active:** add try catch in moveToActive call ([#933](#933)) ([bab45b0](bab45b0))
* **redis-connection:** consider cluster redisOptions config ([#934](#934)) ([5130f63](5130f63))
  • Loading branch information
semantic-release-bot committed Dec 14, 2021
1 parent 5130f63 commit 9d2d62c
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docs/gitbook/api/bullmq.redisoptions.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<b>Signature:</b>

```typescript
export declare type RedisOptions = BaseRedisOptions & {
export declare type RedisOptions = (BaseRedisOptions | ClusterOptions) & {
skipVersionCheck?: boolean;
};
```
8 changes: 8 additions & 0 deletions docs/gitbook/changelog.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
## [1.57.4](https://github.com/taskforcesh/bullmq/compare/v1.57.3...v1.57.4) (2021-12-14)


### Bug Fixes

* **move-to-active:** add try catch in moveToActive call ([#933](https://github.com/taskforcesh/bullmq/issues/933)) ([bab45b0](https://github.com/taskforcesh/bullmq/commit/bab45b05d08c625557e2df65921e12f48081d39c))
* **redis-connection:** consider cluster redisOptions config ([#934](https://github.com/taskforcesh/bullmq/issues/934)) ([5130f63](https://github.com/taskforcesh/bullmq/commit/5130f63ad969efa9649ab8f9abf36a72e8f553f4))

## [1.57.3](https://github.com/taskforcesh/bullmq/compare/v1.57.2...v1.57.3) (2021-12-14)


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": "1.57.3",
"version": "1.57.4",
"description": "Queue for messages and jobs based on Redis",
"main": "dist/index.js",
"types": "dist/index.d.ts",
Expand Down

0 comments on commit 9d2d62c

Please sign in to comment.