From d7bd1e4194c018670501771473d6e03b174d5dda Mon Sep 17 00:00:00 2001 From: Anton Usmansky Date: Fri, 9 Feb 2018 10:21:56 +0300 Subject: [PATCH] chore(release): 0.60.1 --- CHANGELOG.md | 11 +++++++++++ package.json | 2 +- 2 files changed, 12 insertions(+), 1 deletion(-) 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": {