From e45a0f7e18b28385022eaafd678fbe5edb82eb4f Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Fri, 28 Jan 2022 16:09:56 +0000 Subject: [PATCH] chore(release): 1.67.3 [skip ci] ## [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)) --- docs/gitbook/api/bullmq.scripts.drainargs.md | 4 ++-- docs/gitbook/changelog.md | 7 +++++++ package.json | 2 +- 3 files changed, 10 insertions(+), 3 deletions(-) diff --git a/docs/gitbook/api/bullmq.scripts.drainargs.md b/docs/gitbook/api/bullmq.scripts.drainargs.md index 7cf6f341c7..a78df26c16 100644 --- a/docs/gitbook/api/bullmq.scripts.drainargs.md +++ b/docs/gitbook/api/bullmq.scripts.drainargs.md @@ -7,7 +7,7 @@ Signature: ```typescript -static drainArgs(queue: MinimalQueue, delayed: boolean): string[]; +static drainArgs(queue: MinimalQueue, delayed: boolean): (string | number)[]; ``` ## Parameters @@ -19,5 +19,5 @@ static drainArgs(queue: MinimalQueue, delayed: boolean): string[]; Returns: -string\[\] +(string \| number)\[\] diff --git a/docs/gitbook/changelog.md b/docs/gitbook/changelog.md index 27f7c85d86..0a506cc581 100644 --- a/docs/gitbook/changelog.md +++ b/docs/gitbook/changelog.md @@ -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) diff --git a/package.json b/package.json index 57cb8e70eb..1534297a03 100644 --- a/package.json +++ b/package.json @@ -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",