From a27c876444d90eb8a9c50c2e6d360b6be4619cc4 Mon Sep 17 00:00:00 2001 From: Roman Kuznetsov Date: Fri, 13 Jan 2023 13:22:33 +0500 Subject: [PATCH] chore(release): 9.7.5 --- 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 db5dd43c9..0f07f9da6 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. + +## [9.7.5](https://github.com/gemini-testing/html-reporter/compare/v9.7.4...v9.7.5) (2023-01-13) + + +### Bug Fixes + +* add inactive ViewInBrowser icon ([8282985](https://github.com/gemini-testing/html-reporter/commit/8282985)) + + + ## [9.7.4](https://github.com/gemini-testing/html-reporter/compare/v9.7.3...v9.7.4) (2023-01-11) diff --git a/package-lock.json b/package-lock.json index 003bc9ab1..f7928abf4 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "html-reporter", - "version": "9.7.4", + "version": "9.7.5", "lockfileVersion": 2, "requires": true, "packages": { diff --git a/package.json b/package.json index c77c01fe2..84435bd60 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "html-reporter", - "version": "9.7.4", + "version": "9.7.5", "description": "Plugin for hermione which is intended to aggregate the results of tests running into html report", "scripts": { "coverage": "nyc npm run test-unit",