From f6fc826c0e391548a3cf8c088125b2ad1fe542f4 Mon Sep 17 00:00:00 2001 From: DudaGod Date: Mon, 5 Feb 2018 00:37:04 +0300 Subject: [PATCH] chore(release): 0.58.0 --- CHANGELOG.md | 10 ++++++++++ package.json | 2 +- 2 files changed, 11 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 1e08bea93..40266f1a4 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.58.0](https://github.com/gemini-testing/hermione/compare/v0.57.0...v0.58.0) (2018-02-04) + + +### Features + +* **stats:** emit test statistics on RUNNER_END ([320da47](https://github.com/gemini-testing/hermione/commit/320da47)) + + + # [0.57.0](https://github.com/gemini-testing/hermione/compare/v0.56.2...v0.57.0) (2018-02-04) diff --git a/package.json b/package.json index fb418ba91..622def713 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "hermione", - "version": "0.57.0", + "version": "0.58.0", "description": "Tests framework based on mocha and wdio", "main": "lib/hermione.js", "scripts": {