diff --git a/CHANGELOG.md b/CHANGELOG.md index 79cec614c..fb3b57bf0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,22 @@ 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.55.0](https://github.com/gemini-testing/hermione/compare/v0.54.3...v0.55.0) (2018-01-12) + + +### Bug Fixes + +* update webdriverio fork to 4.9.11 ([2f0b1fc](https://github.com/gemini-testing/hermione/commit/2f0b1fc)) + + +### Features + +* add ability to calibrate image before capturing ([c80f6f0](https://github.com/gemini-testing/hermione/commit/c80f6f0)) +* add assertView command ([49427cc](https://github.com/gemini-testing/hermione/commit/49427cc)) + + + ## [0.54.3](https://github.com/gemini-testing/hermione/compare/v0.54.2...v0.54.3) (2017-12-08) diff --git a/package.json b/package.json index f42199dc7..9146018f1 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "hermione", - "version": "0.54.3", + "version": "0.55.0", "description": "Tests framework based on mocha and wdio", "main": "lib/hermione.js", "scripts": {