From b5fc128671b30bf1178e905a48c5978256f3af9f Mon Sep 17 00:00:00 2001 From: DudaGod Date: Fri, 16 Mar 2018 16:42:09 +0300 Subject: [PATCH] chore(release): 0.65.1 --- CHANGELOG.md | 10 ++++++++++ package.json | 2 +- 2 files changed, 11 insertions(+), 1 deletion(-) 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": {