Skip to content

Commit

Permalink
chore(release): 1.67.3 [skip ci]
Browse files Browse the repository at this point in the history
## [1.67.3](v1.67.2...v1.67.3) (2022-01-28)

### Bug Fixes

* **drain:** consider checking parent jobs when draining ([#992](#992)) ([81b7221](81b7221))
  • Loading branch information
semantic-release-bot committed Jan 28, 2022
1 parent 81b7221 commit e45a0f7
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 3 deletions.
4 changes: 2 additions & 2 deletions docs/gitbook/api/bullmq.scripts.drainargs.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<b>Signature:</b>

```typescript
static drainArgs(queue: MinimalQueue, delayed: boolean): string[];
static drainArgs(queue: MinimalQueue, delayed: boolean): (string | number)[];
```

## Parameters
Expand All @@ -19,5 +19,5 @@ static drainArgs(queue: MinimalQueue, delayed: boolean): string[];

<b>Returns:</b>

string\[\]
(string \| number)\[\]

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.67.3](https://github.com/taskforcesh/bullmq/compare/v1.67.2...v1.67.3) (2022-01-28)


### Bug Fixes

* **drain:** consider checking parent jobs when draining ([#992](https://github.com/taskforcesh/bullmq/issues/992)) ([81b7221](https://github.com/taskforcesh/bullmq/commit/81b72213a9ff31d6b297825391de77557598ebd1))

## [1.67.2](https://github.com/taskforcesh/bullmq/compare/v1.67.1...v1.67.2) (2022-01-28)


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.67.2",
"version": "1.67.3",
"description": "Queue for messages and jobs based on Redis",
"main": "dist/cjs/index.js",
"module": "dist/esm/index.js",
Expand Down

0 comments on commit e45a0f7

Please sign in to comment.