From 3179ac4f0da2c3b78586d9b256956d35d3d35ea4 Mon Sep 17 00:00:00 2001 From: egavr Date: Wed, 25 Jan 2017 11:38:17 +0300 Subject: [PATCH] chore(release): 0.24.0 --- CHANGELOG.md | 10 ++++++++++ package.json | 2 +- 2 files changed, 11 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 2d39dba0b..4b665a1da 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.24.0](https://github.com/gemini-testing/hermione/compare/v0.23.1...v0.24.0) (2017-01-25) + + +### Features + +* add method 'hermione.ctx' to tests API ([0506da6](https://github.com/gemini-testing/hermione/commit/0506da6)) + + + ## [0.23.1](https://github.com/gemini-testing/hermione/compare/v0.23.0...v0.23.1) (2017-01-15) diff --git a/package.json b/package.json index b088d5537..30466b760 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "hermione", - "version": "0.23.1", + "version": "0.24.0", "description": "Tests framework based on mocha and wdio", "main": "lib/hermione.js", "scripts": {