From 843a273cc1a18fe56a4d6005c4bdd75316dab262 Mon Sep 17 00:00:00 2001 From: catwithapple Date: Wed, 3 Apr 2019 14:46:38 +0300 Subject: [PATCH] chore(release): 4.4.1 --- CHANGELOG.md | 10 ++++++++++ package-lock.json | 2 +- package.json | 2 +- 3 files changed, 12 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 50432c2f0..068709716 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. + +## [4.4.1](https://github.com/gemini-testing/html-reporter/compare/v4.4.0...v4.4.1) (2019-04-03) + + +### Bug Fixes + +* forever yellow tests in gui mode after running all tests ([14cf0f9](https://github.com/gemini-testing/html-reporter/commit/14cf0f9)) + + + # [4.4.0](https://github.com/gemini-testing/html-reporter/compare/v4.3.0...v4.4.0) (2019-04-02) diff --git a/package-lock.json b/package-lock.json index c80fee907..db346ec10 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "html-reporter", - "version": "4.4.0", + "version": "4.4.1", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index 4638a5403..ea3befefe 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "html-reporter", - "version": "4.4.0", + "version": "4.4.1", "description": "Plugin for gemini and hermione which is intended to aggregate the results of tests running into html report", "scripts": { "lint": "eslint .",