diff --git a/CHANGELOG.md b/CHANGELOG.md index 2b895dcfc..e1bc8c5ad 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.60.1](https://github.com/gemini-testing/hermione/compare/v0.60.0...v0.60.1) (2018-02-09) + + +### Bug Fixes + +* do not store all mocha instances in workers ([ed7aab4](https://github.com/gemini-testing/hermione/commit/ed7aab4)) +* drop webdriverio command history after each test in workers ([51c4daf](https://github.com/gemini-testing/hermione/commit/51c4daf)) + + + # [0.60.0](https://github.com/gemini-testing/hermione/compare/v0.59.0...v0.60.0) (2018-02-08) diff --git a/package.json b/package.json index 30adbedc1..598161512 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "hermione", - "version": "0.60.0", + "version": "0.60.1", "description": "Tests framework based on mocha and wdio", "main": "lib/hermione.js", "scripts": {