Skip to content

Commit

Permalink
chore(release): 1.8.0 [skip ci]nn# [1.8.0](taskforcesh/bullmq@v1.7.0.…
Browse files Browse the repository at this point in the history
…..v1.8.0) (2020-03-02)

### Bug Fixes

* cleanup signatures for queue add and addBulk ([taskforcesh#127](taskforcesh#127)) ([48e221b](taskforcesh@48e221b))
* exit code 12 when using inspect with child process ([taskforcesh#137](taskforcesh#137)) ([43ebc67](taskforcesh@43ebc67))

### Features

* **types:** add sandboxed job processor types ([taskforcesh#114](taskforcesh#114)) ([a50a88c](taskforcesh@a50a88c))
  • Loading branch information
semantic-release-bot committed Mar 2, 2020
1 parent 43ebc67 commit 5cde2fa
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 1 deletion.
13 changes: 13 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,16 @@
# [1.8.0](https://github.com/taskforcesh/bullmq/compare/v1.7.0...v1.8.0) (2020-03-02)


### Bug Fixes

* cleanup signatures for queue add and addBulk ([#127](https://github.com/taskforcesh/bullmq/issues/127)) ([48e221b](https://github.com/taskforcesh/bullmq/commit/48e221b53909079a4def9c48c1b69cebabd0ed74))
* exit code 12 when using inspect with child process ([#137](https://github.com/taskforcesh/bullmq/issues/137)) ([43ebc67](https://github.com/taskforcesh/bullmq/commit/43ebc67cec3e8f283f9a555b4466cf918226687b))


### Features

* **types:** add sandboxed job processor types ([#114](https://github.com/taskforcesh/bullmq/issues/114)) ([a50a88c](https://github.com/taskforcesh/bullmq/commit/a50a88cd1658fa9d568235283a4c23a74eb8ed2a))

# [1.7.0](https://github.com/taskforcesh/bullmq/compare/v1.6.8...v1.7.0) (2020-03-02)


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

0 comments on commit 5cde2fa

Please sign in to comment.