From 8eeb0dff6c68a7b1b57ab93c84b5cbbc82ceb3cf Mon Sep 17 00:00:00 2001 From: tormozz48 Date: Wed, 25 Jan 2017 16:14:05 +0300 Subject: [PATCH] chore(release): 0.25.0 --- CHANGELOG.md | 17 +++++++++++++++++ package.json | 2 +- 2 files changed, 18 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index f3d2947f6..6dcb77173 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,23 @@ 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.0](https://github.com/gemini-testing/hermione/compare/v0.22.0...v0.25.0) (2017-01-25) + + +### Bug Fixes + +* 'hermione.ctx' is not available in a callback of test ([a6fec7c](https://github.com/gemini-testing/hermione/commit/a6fec7c)) +* Fix url decoration for urls without pathnames ([5df188e](https://github.com/gemini-testing/hermione/commit/5df188e)) +* set meta info on before each hook ([f0ea113](https://github.com/gemini-testing/hermione/commit/f0ea113)) + + +### Features + +* add method 'hermione.ctx' to tests API ([0506da6](https://github.com/gemini-testing/hermione/commit/0506da6)) + + + ## [0.24.1](https://github.com/gemini-testing/hermione/compare/v0.24.0...v0.24.1) (2017-01-25) diff --git a/package.json b/package.json index 5a591a8b6..e2b136491 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "hermione", - "version": "0.24.1", + "version": "0.25.0", "description": "Tests framework based on mocha and wdio", "main": "lib/hermione.js", "scripts": {