From 33259c4cb08343fa42b8985dcdd5b10175596cc1 Mon Sep 17 00:00:00 2001 From: rostik404 Date: Mon, 31 Oct 2016 09:52:51 +0300 Subject: [PATCH] 0.15.2 --- CHANGELOG.md | 4 ++++ package.json | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index a372d8f22..97596604f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,9 @@ # Changelog +## 0.15.2 – 2016-10-31 + +* Fixed bug with hermione freezing because of errors in `prepareBrowser` option in config + ## 0.15.1 - 2016-10-26 * Added passing of runner instance to `RUNNER_START` event handler which allows to trigger and subscribe to any other events via this runner diff --git a/package.json b/package.json index 5dc219669..c1a0160d1 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "hermione", - "version": "0.15.1", + "version": "0.15.2", "description": "Tests framework based on mocha and wdio", "main": "lib/hermione.js", "scripts": {