Skip to content

Commit

Permalink
chore(release): 1.1.0 [skip ci]nn# [1.1.0](v1.0.1...v1.1.0) (2019-11-01)
Browse files Browse the repository at this point in the history
### Bug Fixes

* failing build ([bb21d53](bb21d53))
* fix failing tests ([824eb6b](824eb6b))

### Features

* initial version of job locking mechanism ([1d4fa38](1d4fa38))
  • Loading branch information
semantic-release-bot committed Nov 1, 2019
1 parent dd502b2 commit 1f55fa2
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.1.0](https://github.com/taskforcesh/bullmq/compare/v1.0.1...v1.1.0) (2019-11-01)


### Bug Fixes

* failing build ([bb21d53](https://github.com/taskforcesh/bullmq/commit/bb21d53b199885dcc97e7fe20f60caf65e55e782))
* fix failing tests ([824eb6b](https://github.com/taskforcesh/bullmq/commit/824eb6bfb2b750b823d057c894797ccb336245d8))


### Features

* initial version of job locking mechanism ([1d4fa38](https://github.com/taskforcesh/bullmq/commit/1d4fa383e39f4f5dcb69a71a1359dd5dea75544c))

## [1.0.1](https://github.com/taskforcesh/bullmq/compare/v1.0.0...v1.0.1) (2019-10-27)


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.0.1",
"version": "1.1.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 1f55fa2

Please sign in to comment.