diff --git a/CHANGELOG.md b/CHANGELOG.md index 8781a246f..6edc5ccee 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.54.0](https://github.com/gemini-testing/hermione/compare/v0.53.0...v0.54.0) (2017-12-07) + + +### Features + +* allow to extend cli parser via CLI event ([6d5f96a](https://github.com/gemini-testing/hermione/commit/6d5f96a)) + + + # [0.53.0](https://github.com/gemini-testing/hermione/compare/v0.52.1...v0.53.0) (2017-12-01) diff --git a/package.json b/package.json index b95291de9..f3c31d7ea 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "hermione", - "version": "0.53.0", + "version": "0.54.0", "description": "Tests framework based on mocha and wdio", "main": "lib/hermione.js", "scripts": {