From 7da203440ac2b88fc0dd9de0ca53a79997a2fe78 Mon Sep 17 00:00:00 2001 From: Anton Usmansky Date: Tue, 29 Aug 2017 18:29:30 +0300 Subject: [PATCH] chore(release): 0.43.7 --- CHANGELOG.md | 10 ++++++++++ package.json | 2 +- 2 files changed, 11 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index ef6c4f715..fc11ffe97 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.43.7](https://github.com/gemini-testing/hermione/compare/v0.43.6...v0.43.7) (2017-08-29) + + +### Bug Fixes + +* do not hang on errors in config.prepareBrowser ([643a344](https://github.com/gemini-testing/hermione/commit/643a344)) + + + ## [0.43.6](https://github.com/gemini-testing/hermione/compare/v0.43.5...v0.43.6) (2017-08-25) diff --git a/package.json b/package.json index 64f5a1442..fe4624d44 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "hermione", - "version": "0.43.6", + "version": "0.43.7", "description": "Tests framework based on mocha and wdio", "main": "lib/hermione.js", "scripts": {