From e40df4bbb0f8536f113286520654d09153176711 Mon Sep 17 00:00:00 2001 From: up73k Date: Wed, 22 Feb 2017 16:28:15 +0300 Subject: [PATCH] chore(release): 0.28.1 --- CHANGELOG.md | 10 ++++++++++ package.json | 2 +- 2 files changed, 11 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 3aa3597e1..7ad0b2821 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.1](https://github.com/gemini-testing/hermione/compare/v0.28.0...v0.28.1) (2017-02-22) + + +### Bug Fixes + +* Boolean env and cli vars reading ([fb5e932](https://github.com/gemini-testing/hermione/commit/fb5e932)) + + + # [0.28.0](https://github.com/gemini-testing/hermione/compare/v0.27.0...v0.28.0) (2017-02-13) diff --git a/package.json b/package.json index ec21da0da..ec6e2a2d4 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "hermione", - "version": "0.28.0", + "version": "0.28.1", "description": "Tests framework based on mocha and wdio", "main": "lib/hermione.js", "scripts": {