Skip to content

Commit

Permalink
chore(release): 1.6.7 [skip ci]nn## [1.6.7](v1.6.6...v1.6.7) (2020-01…
Browse files Browse the repository at this point in the history
…-16)

### Bug Fixes

* don't fail a job when the worker already lost the lock ([23c0bf7](23c0bf7))
  • Loading branch information
semantic-release-bot committed Jan 16, 2020
1 parent da8cdb4 commit 9d796a1
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.6.7](https://github.com/taskforcesh/bullmq/compare/v1.6.6...v1.6.7) (2020-01-16)


### Bug Fixes

* don't fail a job when the worker already lost the lock ([23c0bf7](https://github.com/taskforcesh/bullmq/commit/23c0bf70eab6d166b0483336f103323d1bf2ca64))

## [1.6.6](https://github.com/taskforcesh/bullmq/compare/v1.6.5...v1.6.6) (2020-01-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.6.6",
"version": "1.6.7",
"description": "Queue for messages and jobs based on Redis",
"main": "dist/index.js",
"types": "dist/index.d.ts",
Expand Down

0 comments on commit 9d796a1

Please sign in to comment.