Skip to content

Commit

Permalink
chore(release): 1.6.8 [skip ci]nn## [1.6.8](v1.6.7...v1.6.8) (2020-02…
Browse files Browse the repository at this point in the history
…-22)

### Bug Fixes

* modified QueueGetters.getJob and Job.fromId to also return null to ([65183fc](65183fc))
* modified QueueGetters.getJob and Job.fromId to return undefined ([ede352b](ede352b))
  • Loading branch information
semantic-release-bot committed Feb 22, 2020
1 parent 10f493e commit 293ef56
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
## [1.6.8](https://github.com/taskforcesh/bullmq/compare/v1.6.7...v1.6.8) (2020-02-22)


### Bug Fixes

* modified QueueGetters.getJob and Job.fromId to also return null to ([65183fc](https://github.com/taskforcesh/bullmq/commit/65183fcf542d0227ec1d4d6637b46b5381331787))
* modified QueueGetters.getJob and Job.fromId to return undefined ([ede352b](https://github.com/taskforcesh/bullmq/commit/ede352be75ffe05bf633516db9eda88467c562bf))

## [1.6.7](https://github.com/taskforcesh/bullmq/compare/v1.6.6...v1.6.7) (2020-01-16)


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

0 comments on commit 293ef56

Please sign in to comment.