Skip to content

Commit

Permalink
chore(release): 1.24.2 [skip ci]
Browse files Browse the repository at this point in the history
## [1.24.2](v1.24.1...v1.24.2) (2021-05-05)

### Bug Fixes

* **sandbox:** handle broken processor files ([2326983](2326983))
  • Loading branch information
semantic-release-bot committed May 5, 2021
1 parent 2326983 commit 6bdacb8
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 20 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.24.2](https://github.com/taskforcesh/bullmq/compare/v1.24.1...v1.24.2) (2021-05-05)


### Bug Fixes

* **sandbox:** handle broken processor files ([2326983](https://github.com/taskforcesh/bullmq/commit/23269839af0be2f7cf2a4f6062563d30904bc259))

## [1.24.1](https://github.com/taskforcesh/bullmq/compare/v1.24.0...v1.24.1) (2021-05-05)


Expand Down
13 changes: 0 additions & 13 deletions docs/gitbook/api/bullmq.childpool._constructor_.md

This file was deleted.

6 changes: 0 additions & 6 deletions docs/gitbook/api/bullmq.childpool.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,12 +10,6 @@
export declare class ChildPool
```

## Constructors

| Constructor | Modifiers | Description |
| --- | --- | --- |
| [(constructor)()](./bullmq.childpool._constructor_.md) | | Constructs a new instance of the <code>ChildPool</code> class |

## Properties

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

0 comments on commit 6bdacb8

Please sign in to comment.