From 07041320e993de6d90deb1fa07a1989c447473bb Mon Sep 17 00:00:00 2001 From: y-infra Date: Thu, 14 Nov 2024 10:38:45 +0000 Subject: [PATCH] chore(release): 10.9.2 --- CHANGELOG.md | 16 ++++++++++++++++ package-lock.json | 2 +- package.json | 2 +- 3 files changed, 18 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 50581de59..2debd0940 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,22 @@ 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. + +## [10.9.2](https://github.com/gemini-testing/html-reporter/compare/v10.9.1...v10.9.2) (2024-11-14) + + +### Bug Fixes + +* fix diff bubbles in side-by-side fit screen mode ([#614](https://github.com/gemini-testing/html-reporter/issues/614)) ([569d4a2](https://github.com/gemini-testing/html-reporter/commit/569d4a2)) +* handle invalid ref image errors ([#611](https://github.com/gemini-testing/html-reporter/issues/611)) ([eae6670](https://github.com/gemini-testing/html-reporter/commit/eae6670)) + + +### Features + +* add static image accepter support to new ui ([#612](https://github.com/gemini-testing/html-reporter/issues/612)) ([f70e78b](https://github.com/gemini-testing/html-reporter/commit/f70e78b)) + + + ## [10.9.1](https://github.com/gemini-testing/html-reporter/compare/v10.9.0...v10.9.1) (2024-10-21) diff --git a/package-lock.json b/package-lock.json index 4508a4563..6aaa03c79 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "html-reporter", - "version": "10.9.1", + "version": "10.9.2", "lockfileVersion": 2, "requires": true, "packages": { diff --git a/package.json b/package.json index 1215aed9e..7701e6e14 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "html-reporter", - "version": "10.9.1", + "version": "10.9.2", "description": "Html-reporter and GUI for viewing and managing results of a tests run. Currently supports Testplane and Hermione.", "files": [ "build"