diff --git a/CHANGELOG.md b/CHANGELOG.md index e0e394d1d..307076db2 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.23.0](https://github.com/gemini-testing/hermione/compare/v0.20.0...v0.23.0) (2016-12-30) + + +### Bug Fixes + +* set meta info on before each hook ([f0ea113](https://github.com/gemini-testing/hermione/commit/f0ea113)) + + +### Features + +* add ability to specify sets in config ([b713732](https://github.com/gemini-testing/hermione/commit/b713732)) +* make hermione instance available from hermione plugins ([0767d5f](https://github.com/gemini-testing/hermione/commit/0767d5f)) +* remove hermione facade module ([738796b](https://github.com/gemini-testing/hermione/commit/738796b)) + + + # [0.22.0](https://github.com/gemini-testing/hermione/compare/v0.15.3...v0.22.0) (2016-12-26) diff --git a/package.json b/package.json index 7d5f21df1..532a7e488 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "hermione", - "version": "0.22.0", + "version": "0.23.0", "description": "Tests framework based on mocha and wdio", "main": "lib/hermione.js", "scripts": {