diff --git a/CHANGELOG.md b/CHANGELOG.md index d984d30d5..223ff7042 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.65.1](https://github.com/gemini-testing/hermione/compare/v0.65.0...v0.65.1) (2018-03-16) + + +### Bug Fixes + +* sync config in worker before running tests ([ba68fea](https://github.com/gemini-testing/hermione/commit/ba68fea)) + + + # [0.65.0](https://github.com/gemini-testing/hermione/compare/v0.64.0...v0.65.0) (2018-03-15) diff --git a/package.json b/package.json index 52e8beab9..e39b03cc6 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "hermione", - "version": "0.65.0", + "version": "0.65.1", "description": "Tests framework based on mocha and wdio", "main": "lib/hermione.js", "scripts": {