From 28415b3c2b4a3fa7aecacb784ec47943d407b8ba Mon Sep 17 00:00:00 2001 From: egavr Date: Tue, 2 May 2017 17:23:22 +0300 Subject: [PATCH] chore(release): 0.35.1 --- CHANGELOG.md | 10 ++++++++++ package.json | 2 +- 2 files changed, 11 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index a99469c48..a550e4615 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.35.1](https://github.com/gemini-testing/hermione/compare/v0.35.0...v0.35.1) (2017-05-02) + + +### Bug Fixes + +* handle 'before*' hooks failure correctly ([a0934ba](https://github.com/gemini-testing/hermione/commit/a0934ba)) + + + # [0.35.0](https://github.com/gemini-testing/hermione/compare/v0.34.0...v0.35.0) (2017-04-25) diff --git a/package.json b/package.json index a307a4854..120d9922e 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "hermione", - "version": "0.35.0", + "version": "0.35.1", "description": "Tests framework based on mocha and wdio", "main": "lib/hermione.js", "scripts": {