From 7cff2b33eafd2f0a74884603b580e9ad467752f9 Mon Sep 17 00:00:00 2001 From: Anton Usmansky Date: Thu, 19 Jul 2018 16:17:45 +0300 Subject: [PATCH] chore(release): 0.78.3 --- CHANGELOG.md | 10 ++++++++++ package.json | 2 +- 2 files changed, 11 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index d48eb1d76..d1f1a371b 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.78.3](https://github.com/gemini-testing/hermione/compare/v0.78.2...v0.78.3) (2018-07-19) + + +### Bug Fixes + +* .only does not work for all browsers ([fb855ca](https://github.com/gemini-testing/hermione/commit/fb855ca)) + + + ## [0.78.2](https://github.com/gemini-testing/hermione/compare/v0.78.1...v0.78.2) (2018-07-18) diff --git a/package.json b/package.json index 5bec90d3b..74c905688 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "hermione", - "version": "0.78.2", + "version": "0.78.3", "description": "Tests framework based on mocha and wdio", "main": "lib/hermione.js", "scripts": {