Skip to content

Commit

Permalink
chore(release): 1.30.1 [skip ci]
Browse files Browse the repository at this point in the history
## [1.30.1](v1.30.0...v1.30.1) (2021-06-02)

### Bug Fixes

* **move-to-waiting-children:** make opts optional ([33bd76a](33bd76a))
  • Loading branch information
semantic-release-bot committed Jun 2, 2021
1 parent 33bd76a commit 46e35c3
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.30.1](https://github.com/taskforcesh/bullmq/compare/v1.30.0...v1.30.1) (2021-06-02)


### Bug Fixes

* **move-to-waiting-children:** make opts optional ([33bd76a](https://github.com/taskforcesh/bullmq/commit/33bd76a2cac9be450b5d76c6cfe16751c7569ceb))

# [1.30.0](https://github.com/taskforcesh/bullmq/compare/v1.29.1...v1.30.0) (2021-06-02)


Expand Down
2 changes: 1 addition & 1 deletion docs/gitbook/api/bullmq.job.movetowaitingchildren.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ Moves the job to the waiting-children set.
<b>Signature:</b>

```typescript
moveToWaitingChildren(token: string, opts: MoveToChildrenOpts): Promise<boolean | Error>;
moveToWaitingChildren(token: string, opts?: MoveToChildrenOpts): Promise<boolean | Error>;
```

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

0 comments on commit 46e35c3

Please sign in to comment.