diff --git a/CHANGELOG.md b/CHANGELOG.md index e354bb525..8a08aca83 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,17 @@ 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.30.0](https://github.com/gemini-testing/hermione/compare/v0.28.4...v0.30.0) (2017-03-15) + + +### Features + +* load plugins and pass events when reading files ([b402217](https://github.com/gemini-testing/hermione/commit/b402217)) +* pass mocha suite on 'beforeFileRead' and 'afterFileRead' events ([3e25894](https://github.com/gemini-testing/hermione/commit/3e25894)) + + + # [0.29.0](https://github.com/gemini-testing/hermione/compare/v0.21.0...v0.29.0) (2017-03-06) diff --git a/package.json b/package.json index 42bd82fc5..b6dbe959e 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "hermione", - "version": "0.29.0", + "version": "0.30.0", "description": "Tests framework based on mocha and wdio", "main": "lib/hermione.js", "scripts": {