From fa31f5caa8f9e48fcebc9880ab683523c7c17ab0 Mon Sep 17 00:00:00 2001 From: Roman Kuznetsov Date: Tue, 30 May 2023 18:22:50 +0300 Subject: [PATCH] chore(release): 9.9.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 931cf9015..1e18854eb 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.9.1](https://github.com/gemini-testing/html-reporter/compare/v9.9.0...v9.9.1) (2023-05-30) + + +### Bug Fixes + +* 3-up scaled to fit diff bubble ([58aefb8](https://github.com/gemini-testing/html-reporter/commit/58aefb8)) + + + # [9.9.0](https://github.com/gemini-testing/html-reporter/compare/v9.8.3...v9.9.0) (2023-05-11) diff --git a/package-lock.json b/package-lock.json index 28af067c5..363f9d95b 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "html-reporter", - "version": "9.9.0", + "version": "9.9.1", "lockfileVersion": 2, "requires": true, "packages": { diff --git a/package.json b/package.json index 2953e048e..c09095235 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "html-reporter", - "version": "9.9.0", + "version": "9.9.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",