Skip to content

Commit

Permalink
chore(release): 1.74.1 [skip ci]
Browse files Browse the repository at this point in the history
## [1.74.1](v1.74.0...v1.74.1) (2022-02-20)

### Bug Fixes

* **flow:** respect defaultJobOptions from queue opts ([#1080](#1080)) fixes [#1034](#1034) ([0aca072](0aca072))
  • Loading branch information
semantic-release-bot committed Feb 20, 2022
1 parent 0aca072 commit cf0710c
Show file tree
Hide file tree
Showing 4 changed files with 20 additions and 1 deletion.
11 changes: 11 additions & 0 deletions docs/gitbook/api/bullmq.asyncsend.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
<!-- Do not edit this file. It is automatically generated by API Documenter. -->

[Home](./index.md) &gt; [bullmq](./bullmq.md) &gt; [asyncSend](./bullmq.asyncsend.md)

## asyncSend variable

<b>Signature:</b>

```typescript
asyncSend: (proc: procSendLike, msg: any) => Promise<void>
```
1 change: 1 addition & 0 deletions docs/gitbook/api/bullmq.md
Original file line number Diff line number Diff line change
Expand Up @@ -96,6 +96,7 @@

| Variable | Description |
| --- | --- |
| [asyncSend](./bullmq.asyncsend.md) | |
| [childSend](./bullmq.childsend.md) | |
| [clientCommandMessageReg](./bullmq.clientcommandmessagereg.md) | |
| [DELAY\_TIME\_1](./bullmq.delay_time_1.md) | |
Expand Down
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.74.1](https://github.com/taskforcesh/bullmq/compare/v1.74.0...v1.74.1) (2022-02-20)


### Bug Fixes

* **flow:** respect defaultJobOptions from queue opts ([#1080](https://github.com/taskforcesh/bullmq/issues/1080)) fixes [#1034](https://github.com/taskforcesh/bullmq/issues/1034) ([0aca072](https://github.com/taskforcesh/bullmq/commit/0aca072f805302e660b6675fd4097ba893c91eb0))

# [1.74.0](https://github.com/taskforcesh/bullmq/compare/v1.73.0...v1.74.0) (2022-02-19)


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.74.0",
"version": "1.74.1",
"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 cf0710c

Please sign in to comment.