Skip to content

Commit

Permalink
chore(release): 1.8.3 [skip ci]nn## [1.8.3](taskforcesh/bullmq@v1.8.2…
Browse files Browse the repository at this point in the history
…...v1.8.3) (2020-03-13)

### Bug Fixes

* **sandbox:** If the child process is killed, remove it from the pool. ([8fb0fb5](taskforcesh@8fb0fb5))
  • Loading branch information
semantic-release-bot committed Mar 13, 2020
1 parent 8fb0fb5 commit acf3159
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
## [1.8.3](https://github.com/taskforcesh/bullmq/compare/v1.8.2...v1.8.3) (2020-03-13)


### Bug Fixes

* **sandbox:** If the child process is killed, remove it from the pool. ([8fb0fb5](https://github.com/taskforcesh/bullmq/commit/8fb0fb569a0236b37d3bae06bf58a2a1da3221c6))

## [1.8.2](https://github.com/taskforcesh/bullmq/compare/v1.8.1...v1.8.2) (2020-03-03)


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

0 comments on commit acf3159

Please sign in to comment.