diff --git a/CHANGELOG.md b/CHANGELOG.md index 1d691538b..886d90579 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.43.2](https://github.com/gemini-testing/hermione/compare/v0.43.1...v0.43.2) (2017-08-15) + + +### Bug Fixes + +* correct passing of 'screenshotOnReject' option in subprocesses ([8faae64](https://github.com/gemini-testing/hermione/commit/8faae64)) + + + ## [0.43.1](https://github.com/gemini-testing/hermione/compare/v0.43.0...v0.43.1) (2017-08-15) diff --git a/package.json b/package.json index 80b9604ad..b98a854a2 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "hermione", - "version": "0.43.1", + "version": "0.43.2", "description": "Tests framework based on mocha and wdio", "main": "lib/hermione.js", "scripts": {