diff --git a/CHANGELOG.md b/CHANGELOG.md index 31e7b7e..4ea2948 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## [1.0.1](https://github.com/qiwi/health-indicator/compare/v1.0.0...v1.0.1) (2018-06-18) + + +### Bug Fixes + +* **travis:** fix build runner script ([33a6f95](https://github.com/qiwi/health-indicator/commit/33a6f95)) + # 1.0.0 (2018-06-18) diff --git a/npm-shrinkwrap.json b/npm-shrinkwrap.json index 524a395..e49d872 100644 --- a/npm-shrinkwrap.json +++ b/npm-shrinkwrap.json @@ -1,6 +1,6 @@ { "name": "@qiwi/health-indicator", - "version": "1.0.0", + "version": "1.0.1", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index 00d9377..53a5302 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@qiwi/health-indicator", - "version": "1.0.0", + "version": "1.0.1", "description": "Health indicator kit for server-side monitoring & balancing", "main": "dist/index", "directories": {