Skip to content

Commit

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

* only run coveralls after success ([bd51893](bd51893))

### Features

* added code coverage and coveralls ([298cfc4](298cfc4))
* added missing deps for coverage ([6f3ab8d](6f3ab8d))
* ignore commitlint file in coverage ([f874441](f874441))
* only upload coverage once after all tests pass ([a7f73ec](a7f73ec))
  • Loading branch information
semantic-release-bot committed Nov 3, 2019
1 parent 4deb7d4 commit 89bb554
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 1 deletion.
15 changes: 15 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,18 @@
# [1.2.0](https://github.com/taskforcesh/bullmq/compare/v1.1.0...v1.2.0) (2019-11-03)


### Bug Fixes

* only run coveralls after success ([bd51893](https://github.com/taskforcesh/bullmq/commit/bd51893c35793657b65246a2f5a06469488c8a06))


### Features

* added code coverage and coveralls ([298cfc4](https://github.com/taskforcesh/bullmq/commit/298cfc48e35e648e6a22ac0d1633ac16c7b6e3de))
* added missing deps for coverage ([6f3ab8d](https://github.com/taskforcesh/bullmq/commit/6f3ab8d78ba8503a76447f0db5abf0c1c4f8e185))
* ignore commitlint file in coverage ([f874441](https://github.com/taskforcesh/bullmq/commit/f8744411a1b20b95e568502be15ec50cf8520926))
* only upload coverage once after all tests pass ([a7f73ec](https://github.com/taskforcesh/bullmq/commit/a7f73ecc2f51544f1d810de046ba073cb7aa5663))

# [1.1.0](https://github.com/taskforcesh/bullmq/compare/v1.0.1...v1.1.0) (2019-11-01)


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.1.0",
"version": "1.2.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 89bb554

Please sign in to comment.