From 4f49fa3f4d9b549f8cf51d42062324a9ee46f68c Mon Sep 17 00:00:00 2001 From: Anton Usmansky Date: Wed, 15 Mar 2017 23:09:36 +0300 Subject: [PATCH] chore(release): 0.30.2 --- CHANGELOG.md | 10 ++++++++++ package.json | 2 +- 2 files changed, 11 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index e1f2ee0c7..94ef90a11 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.30.2](https://github.com/gemini-testing/hermione/compare/v0.30.1...v0.30.2) (2017-03-15) + + +### Bug Fixes + +* ignore failed tests from mocha ([bd41074](https://github.com/gemini-testing/hermione/commit/bd41074)) + + + ## [0.30.1](https://github.com/gemini-testing/hermione/compare/v0.30.0...v0.30.1) (2017-03-15) diff --git a/package.json b/package.json index 77fcd6ef5..21c9f60dd 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "hermione", - "version": "0.30.1", + "version": "0.30.2", "description": "Tests framework based on mocha and wdio", "main": "lib/hermione.js", "scripts": {