From 0b75dde7b3ccc5a80c980e799c53c9ae8422ed76 Mon Sep 17 00:00:00 2001 From: Anton Usmansky Date: Fri, 2 Mar 2018 16:58:07 +0300 Subject: [PATCH] chore(release): 0.63.0 --- CHANGELOG.md | 18 ++++++++++++++++++ package.json | 2 +- 2 files changed, 19 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index c2156aea1..068729dfe 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,24 @@ 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.63.0](https://github.com/gemini-testing/hermione/compare/v0.62.0...v0.63.0) (2018-03-02) + + +### Bug Fixes + +* optional timeouts by default does not equal to httpTimeout ([aa670d9](https://github.com/gemini-testing/hermione/commit/aa670d9)) + + +### Features + +* assert view by selectors ([b090a5f](https://github.com/gemini-testing/hermione/commit/b090a5f)) +* do not use webdriverio screenshotOnReject option ([326a8d0](https://github.com/gemini-testing/hermione/commit/326a8d0)) +* drop node versions previous to 8 ([5136865](https://github.com/gemini-testing/hermione/commit/5136865)) +* take screenshot on test or hook fail ([ec47808](https://github.com/gemini-testing/hermione/commit/ec47808)) + + + # [0.62.0](https://github.com/gemini-testing/hermione/compare/v0.61.0...v0.62.0) (2018-02-20) diff --git a/package.json b/package.json index 60aef46d4..876bfdfe3 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "hermione", - "version": "0.62.0", + "version": "0.63.0", "description": "Tests framework based on mocha and wdio", "main": "lib/hermione.js", "scripts": {