From daa0f567ddd42545de8d0f15de3f3caf285efcf1 Mon Sep 17 00:00:00 2001 From: DudaGod Date: Tue, 7 Feb 2017 14:11:35 +0300 Subject: [PATCH] chore(release): 0.25.2 --- CHANGELOG.md | 10 ++++++++++ package.json | 2 +- 2 files changed, 11 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index f909ad0c6..c1ace2b1f 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.25.2](https://github.com/gemini-testing/hermione/compare/v0.25.1...v0.25.2) (2017-02-07) + + +### Bug Fixes + +* skip.only should skip only one test/suite below the record ([c13adc8](https://github.com/gemini-testing/hermione/commit/c13adc8)) + + + ## [0.25.1](https://github.com/gemini-testing/hermione/compare/v0.25.0...v0.25.1) (2017-01-25) diff --git a/package.json b/package.json index 37be4a691..d5f2d75af 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "hermione", - "version": "0.25.1", + "version": "0.25.2", "description": "Tests framework based on mocha and wdio", "main": "lib/hermione.js", "scripts": {