From 95987896d89b3d76ab692b78fc9493d1138d864b Mon Sep 17 00:00:00 2001 From: y-infra Date: Wed, 27 Nov 2024 06:30:22 +0000 Subject: [PATCH] chore(release): 10.10.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 5abc5ad4..071b0e50 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. + +## [10.10.1](https://github.com/gemini-testing/html-reporter/compare/v10.10.0...v10.10.1) (2024-11-27) + + +### Bug Fixes + +* check status in tree view for skipped tests ([#619](https://github.com/gemini-testing/html-reporter/issues/619)) ([ee2eb8c](https://github.com/gemini-testing/html-reporter/commit/ee2eb8c)) + + + # [10.10.0](https://github.com/gemini-testing/html-reporter/compare/v10.9.2...v10.10.0) (2024-11-26) diff --git a/package-lock.json b/package-lock.json index b80996c7..96d74b6d 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "html-reporter", - "version": "10.10.0", + "version": "10.10.1", "lockfileVersion": 2, "requires": true, "packages": { diff --git a/package.json b/package.json index 68b38b5d..06dd22fa 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "html-reporter", - "version": "10.10.0", + "version": "10.10.1", "description": "Html-reporter and GUI for viewing and managing results of a tests run. Currently supports Testplane and Hermione.", "files": [ "build"