From b9f8955b7b4e80dc23ba2339ef832418b2ed22d6 Mon Sep 17 00:00:00 2001 From: DudaGod Date: Thu, 18 Nov 2021 19:45:28 +0300 Subject: [PATCH] chore(release): 7.7.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 7c27a8499..cd689fb23 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. + +## [7.7.1](https://github.com/gemini-testing/html-reporter/compare/v7.7.0...v7.7.1) (2021-11-18) + + +### Bug Fixes + +* **gui:** reconnect to database on tests end event ([#411](https://github.com/gemini-testing/html-reporter/issues/411)) ([002b43d](https://github.com/gemini-testing/html-reporter/commit/002b43d)) + + + # [7.7.0](https://github.com/gemini-testing/html-reporter/compare/v7.6.1...v7.7.0) (2021-11-09) diff --git a/package-lock.json b/package-lock.json index fb3f2246d..3881b777f 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "html-reporter", - "version": "7.7.0", + "version": "7.7.1", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index 44444f8c2..5485ee559 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "html-reporter", - "version": "7.7.0", + "version": "7.7.1", "description": "Plugin for hermione which is intended to aggregate the results of tests running into html report", "scripts": { "coverage": "nyc npm run test-unit",