diff --git a/CHANGELOG.md b/CHANGELOG.md index 40266f1a4..65bdc5fca 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,17 @@ All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines. + +## [0.58.1](https://github.com/gemini-testing/hermione/compare/v0.58.0...v0.58.1) (2018-02-07) + + +### Bug Fixes + +* browser calibration ([2391a28](https://github.com/gemini-testing/hermione/commit/2391a28)) +* do not retry worker init on fail ([28352cd](https://github.com/gemini-testing/hermione/commit/28352cd)) + + + # [0.58.0](https://github.com/gemini-testing/hermione/compare/v0.57.0...v0.58.0) (2018-02-04) diff --git a/package.json b/package.json index 1a844f07d..734881d6c 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "hermione", - "version": "0.58.0", + "version": "0.58.1", "description": "Tests framework based on mocha and wdio", "main": "lib/hermione.js", "scripts": {