Skip to content

Commit

Permalink
chore(release): 1.8.6 [skip ci]nn## [1.8.6](taskforcesh/bullmq@v1.8.5…
Browse files Browse the repository at this point in the history
…...v1.8.6) (2020-04-10)

### Bug Fixes

* **workers:** do not call super.close() ([ebd2ae1](taskforcesh@ebd2ae1))
* make sure closing is returned in every close call ([88c5948](taskforcesh@88c5948))
* **scheduler:** duplicate connections fixes [taskforcesh#174](taskforcesh#174) ([011b8ac](taskforcesh@011b8ac))
* **worker:** return this.closing when calling close ([06d3d4f](taskforcesh@06d3d4f))
  • Loading branch information
semantic-release-bot committed Apr 10, 2020
1 parent d7888ae commit 4654721
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 1 deletion.
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,13 @@
## [1.8.6](https://github.com/taskforcesh/bullmq/compare/v1.8.5...v1.8.6) (2020-04-10)


### Bug Fixes

* **workers:** do not call super.close() ([ebd2ae1](https://github.com/taskforcesh/bullmq/commit/ebd2ae1a5613d71643c5a7ba3f685d77585de68e))
* make sure closing is returned in every close call ([88c5948](https://github.com/taskforcesh/bullmq/commit/88c5948d33a9a7b7a4f4f64f3183727b87d80207))
* **scheduler:** duplicate connections fixes [#174](https://github.com/taskforcesh/bullmq/issues/174) ([011b8ac](https://github.com/taskforcesh/bullmq/commit/011b8acfdec54737d94a9fead2423e060e3364db))
* **worker:** return this.closing when calling close ([06d3d4f](https://github.com/taskforcesh/bullmq/commit/06d3d4f476444a2d2af8538d60cb2561a1915868))

## [1.8.5](https://github.com/taskforcesh/bullmq/compare/v1.8.4...v1.8.5) (2020-04-05)


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

0 comments on commit 4654721

Please sign in to comment.