From 6406d09463ef56d61a088248201c2e5a5804ecf5 Mon Sep 17 00:00:00 2001 From: Anton Usmansky Date: Thu, 8 Feb 2018 11:06:13 +0300 Subject: [PATCH] chore(release): 0.59.0 --- CHANGELOG.md | 10 ++++++++++ package.json | 2 +- 2 files changed, 11 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 65bdc5fca..53d0b6c6d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,16 @@ 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.59.0](https://github.com/gemini-testing/hermione/compare/v0.58.1...v0.59.0) (2018-02-08) + + +### Features + +* ability to restart workers on crash ([e7e08c2](https://github.com/gemini-testing/hermione/commit/e7e08c2)) + + + ## [0.58.1](https://github.com/gemini-testing/hermione/compare/v0.58.0...v0.58.1) (2018-02-07) diff --git a/package.json b/package.json index 0fa07cd83..a32a112e2 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "hermione", - "version": "0.58.1", + "version": "0.59.0", "description": "Tests framework based on mocha and wdio", "main": "lib/hermione.js", "scripts": {