From f41cf626e69d5bfda45552c93b1201b6d86a12fc Mon Sep 17 00:00:00 2001 From: egavr Date: Tue, 4 Jul 2017 14:22:31 +0300 Subject: [PATCH] chore(release): 0.39.0 --- CHANGELOG.md | 11 +++++++++++ package.json | 2 +- 2 files changed, 12 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 8b3aefd2f..972474d50 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,17 @@ 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.39.0](https://github.com/gemini-testing/hermione/compare/v0.37.4...v0.39.0) (2017-07-04) + + +### Features + +* provide the ability to modify retries count from plugins ([fc1a372](https://github.com/gemini-testing/hermione/commit/fc1a372)) +* reject session if error matches on patterns from config ([775e0ea](https://github.com/gemini-testing/hermione/commit/775e0ea)) + + + # [0.38.0](https://github.com/gemini-testing/hermione/compare/v0.21.0...v0.38.0) (2017-07-02) diff --git a/package.json b/package.json index 58663e5e0..3a6409235 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "hermione", - "version": "0.38.0", + "version": "0.39.0", "description": "Tests framework based on mocha and wdio", "main": "lib/hermione.js", "scripts": {