From a913747b96855b6039adc9497df6a24e9bf606b2 Mon Sep 17 00:00:00 2001 From: DudaGod Date: Mon, 17 Sep 2018 23:40:33 +0300 Subject: [PATCH] chore(release): 0.90.0 --- CHANGELOG.md | 15 +++++++++++++++ package.json | 2 +- 2 files changed, 16 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 477713062..1ae7638b8 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,21 @@ 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.90.0](https://github.com/gemini-testing/hermione/compare/v0.89.0...v0.90.0) (2018-09-17) + + +### Bug Fixes + +* reset window size on default before the test is started ([8357206](https://github.com/gemini-testing/hermione/commit/8357206)) + + +### Features + +* add debug mode ([aaa42b7](https://github.com/gemini-testing/hermione/commit/aaa42b7)) + + + ## [0.89.1](https://github.com/gemini-testing/hermione/compare/v0.89.0...v0.89.1) (2018-09-14) diff --git a/package.json b/package.json index 9bb4e56f5..d18adcd83 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "hermione", - "version": "0.89.1", + "version": "0.90.0", "description": "Tests framework based on mocha and wdio", "main": "lib/hermione.js", "scripts": {