Skip to content

Commit

Permalink
chore(release): 1.14.7 [skip ci]
Browse files Browse the repository at this point in the history
## [1.14.7](v1.14.6...v1.14.7) (2021-02-16)

### Bug Fixes

* remove "client" property of QueueBaseOptions ([#324](#324)) ([e0b9e71](e0b9e71))
  • Loading branch information
semantic-release-bot committed Feb 16, 2021
1 parent e0b9e71 commit 9d0f6e7
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 13 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.14.7](https://github.com/taskforcesh/bullmq/compare/v1.14.6...v1.14.7) (2021-02-16)


### Bug Fixes

* remove "client" property of QueueBaseOptions ([#324](https://github.com/taskforcesh/bullmq/issues/324)) ([e0b9e71](https://github.com/taskforcesh/bullmq/commit/e0b9e71c4da4a93af54c4386af461c61ab5f146c))

## [1.14.6](https://github.com/taskforcesh/bullmq/compare/v1.14.5...v1.14.6) (2021-02-16)


Expand Down
11 changes: 0 additions & 11 deletions docs/gitbook/api/bullmq.queuebaseoptions.client.md

This file was deleted.

1 change: 0 additions & 1 deletion docs/gitbook/api/bullmq.queuebaseoptions.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,6 @@ export interface QueueBaseOptions

| Property | Type | Description |
| --- | --- | --- |
| [client?](./bullmq.queuebaseoptions.client.md) | Redis | <i>(Optional)</i> |
| [connection?](./bullmq.queuebaseoptions.connection.md) | [ConnectionOptions](./bullmq.connectionoptions.md) | <i>(Optional)</i> |
| [prefix?](./bullmq.queuebaseoptions.prefix.md) | string | <i>(Optional)</i> Prefix for all queue keys. |

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

0 comments on commit 9d0f6e7

Please sign in to comment.