diff --git a/CHANGELOG.md b/CHANGELOG.md index 00578bc02..6cee32964 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. + +# [2.12.0](https://github.com/gemini-testing/hermione/compare/v2.11.2...v2.12.0) (2019-07-24) + + +### Features + +* release browser before firing any test finish event ([876510a](https://github.com/gemini-testing/hermione/commit/876510a)) + + + ## [2.11.2](https://github.com/gemini-testing/hermione/compare/v2.11.1...v2.11.2) (2019-07-23) diff --git a/package-lock.json b/package-lock.json index 06a60d62c..2fe63e2f1 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "hermione", - "version": "2.11.2", + "version": "2.12.0", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index fdc44403e..bb98874fa 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "hermione", - "version": "2.11.2", + "version": "2.12.0", "description": "Tests framework based on mocha and wdio", "main": "lib/hermione.js", "scripts": {