From 0e43b10c68bbf013ac31c02bdf24e727c0df3470 Mon Sep 17 00:00:00 2001 From: y-infra Date: Mon, 5 Aug 2024 21:06:20 +0000 Subject: [PATCH] chore(release): 10.6.2 --- CHANGELOG.md | 13 +++++++++++++ package-lock.json | 2 +- package.json | 2 +- 3 files changed, 15 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index ade589691..54de56e9b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,19 @@ 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.6.2](https://github.com/gemini-testing/html-reporter/compare/v10.6.1...v10.6.2) (2024-08-05) + + +### Bug Fixes + +* display a human-readable error message when report is completely empty ([#585](https://github.com/gemini-testing/html-reporter/issues/585)) ([4584b67](https://github.com/gemini-testing/html-reporter/commit/4584b67)) +* do not return after first disabled test ([#586](https://github.com/gemini-testing/html-reporter/issues/586)) ([52b83be](https://github.com/gemini-testing/html-reporter/commit/52b83be)) +* fix button styles ([#587](https://github.com/gemini-testing/html-reporter/issues/587)) ([ed0a2c3](https://github.com/gemini-testing/html-reporter/commit/ed0a2c3)) +* prefer to use url from meta instead of suiteUrl ([#588](https://github.com/gemini-testing/html-reporter/issues/588)) ([cd4c30c](https://github.com/gemini-testing/html-reporter/commit/cd4c30c)) + + + ## [10.6.1](https://github.com/gemini-testing/html-reporter/compare/v10.6.0...v10.6.1) (2024-08-01) diff --git a/package-lock.json b/package-lock.json index b6909f50a..06ff47b65 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "html-reporter", - "version": "10.6.1", + "version": "10.6.2", "lockfileVersion": 2, "requires": true, "packages": { diff --git a/package.json b/package.json index 8b0991e17..6cb065341 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "html-reporter", - "version": "10.6.1", + "version": "10.6.2", "description": "Html-reporter and GUI for viewing and managing results of a tests run. Currently supports Testplane and Hermione.", "files": [ "build"