From b3f8340cb1485840816fdc1688bd8407ed4d2e63 Mon Sep 17 00:00:00 2001 From: DudaGod Date: Thu, 4 May 2017 21:28:08 +0300 Subject: [PATCH] chore(release): 0.36.0 --- CHANGELOG.md | 15 +++++++++++++++ package.json | 2 +- 2 files changed, 16 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index a550e4615..d83d8c4f3 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,21 @@ 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.36.0](https://github.com/gemini-testing/hermione/compare/v0.35.1...v0.36.0) (2017-05-04) + + +### Bug Fixes + +* do not pass browser to retried tests ([b2cb7cc](https://github.com/gemini-testing/hermione/commit/b2cb7cc)) + + +### Features + +* emit BEGIN event between runners initialize and tests execution ([6e3f56b](https://github.com/gemini-testing/hermione/commit/6e3f56b)) + + + ## [0.35.1](https://github.com/gemini-testing/hermione/compare/v0.35.0...v0.35.1) (2017-05-02) diff --git a/package.json b/package.json index 120d9922e..e52d121ea 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "hermione", - "version": "0.35.1", + "version": "0.36.0", "description": "Tests framework based on mocha and wdio", "main": "lib/hermione.js", "scripts": {