From 403679e21d77a4bf0db7c884a4d221baf9c4aa42 Mon Sep 17 00:00:00 2001 From: DudaGod Date: Tue, 28 Feb 2017 08:37:52 +0300 Subject: [PATCH] chore(release): 0.28.3 --- CHANGELOG.md | 10 ++++++++++ package.json | 2 +- 2 files changed, 11 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 63f0247b0..2d728713a 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.28.3](https://github.com/gemini-testing/hermione/compare/v0.28.2...v0.28.3) (2017-02-28) + + +### Bug Fixes + +* the output to file path on 'before all' hook ([1378e75](https://github.com/gemini-testing/hermione/commit/1378e75)) + + + ## [0.28.2](https://github.com/gemini-testing/hermione/compare/v0.28.1...v0.28.2) (2017-02-23) diff --git a/package.json b/package.json index 96e0a0894..030af0f28 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "hermione", - "version": "0.28.2", + "version": "0.28.3", "description": "Tests framework based on mocha and wdio", "main": "lib/hermione.js", "scripts": {