Skip to content

Commit

Permalink
chore(release): 1.1.0 [skip ci]
Browse files Browse the repository at this point in the history
# [1.1.0](1.0.10...1.1.0) (2019-06-20)

### Bug Fixes

* **README:** provides typo ([13447b7](13447b7))
* convert health check logging to debug ([885ce16](885ce16))
* downstream initial notification to use once ([6b8bed9](6b8bed9))
* remove deps ([3ebb4c6](3ebb4c6))
* semantic release in ci only ([dc7761f](dc7761f))
* service specific notification to only trigger once ([a6dcd73](a6dcd73))
* start service returns existing running service ([74ac72a](74ac72a))

### Features

* add dev environment for multi-geth ([be6bc86](be6bc86))
* add health check support to service runnner ([bc577d6](bc577d6))
* refactor tasks to support nofications and ([a655ab3](a655ab3))
  • Loading branch information
semantic-release-bot committed Jun 20, 2019
1 parent bc74608 commit 9953399
Show file tree
Hide file tree
Showing 3 changed files with 158 additions and 231 deletions.
20 changes: 20 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,23 @@
# [1.1.0](https://github.com/etclabscore/jade-service-runner/compare/1.0.10...1.1.0) (2019-06-20)


### Bug Fixes

* **README:** provides typo ([13447b7](https://github.com/etclabscore/jade-service-runner/commit/13447b7))
* convert health check logging to debug ([885ce16](https://github.com/etclabscore/jade-service-runner/commit/885ce16))
* downstream initial notification to use once ([6b8bed9](https://github.com/etclabscore/jade-service-runner/commit/6b8bed9))
* remove deps ([3ebb4c6](https://github.com/etclabscore/jade-service-runner/commit/3ebb4c6))
* semantic release in ci only ([dc7761f](https://github.com/etclabscore/jade-service-runner/commit/dc7761f))
* service specific notification to only trigger once ([a6dcd73](https://github.com/etclabscore/jade-service-runner/commit/a6dcd73))
* start service returns existing running service ([74ac72a](https://github.com/etclabscore/jade-service-runner/commit/74ac72a))


### Features

* add dev environment for multi-geth ([be6bc86](https://github.com/etclabscore/jade-service-runner/commit/be6bc86))
* add health check support to service runnner ([bc577d6](https://github.com/etclabscore/jade-service-runner/commit/bc577d6))
* refactor tasks to support nofications and ([a655ab3](https://github.com/etclabscore/jade-service-runner/commit/a655ab3))

## [1.0.10](https://github.com/etclabscore/jade-service-runner/compare/1.0.9...1.0.10) (2019-06-07)


Expand Down
Loading

0 comments on commit 9953399

Please sign in to comment.