From a41d400d5a4e4e507c5934d3b08896bea903db6d Mon Sep 17 00:00:00 2001 From: shadowusr Date: Thu, 14 Sep 2023 13:54:26 +0300 Subject: [PATCH] chore(release): 9.11.4 --- CHANGELOG.md | 18 ++++++++++++++++++ package-lock.json | 2 +- package.json | 2 +- 3 files changed, 20 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index a1aece442..c38cf4fdd 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,24 @@ 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.11.4](https://github.com/gemini-testing/html-reporter/compare/v9.11.3...v9.11.4) (2023-09-14) + + +### Bug Fixes + +* normalize urls while merging reports ([50bf872](https://github.com/gemini-testing/html-reporter/commit/50bf872)) +* save actual image even when errImg is not available ([#504](https://github.com/gemini-testing/html-reporter/issues/504)) ([68d6d21](https://github.com/gemini-testing/html-reporter/commit/68d6d21)) +* **css:** change color for failed tests ([b603dbf](https://github.com/gemini-testing/html-reporter/commit/b603dbf)) + + +### Performance Improvements + +* preload dbUrls, sql-wasm, plugins ([204462a](https://github.com/gemini-testing/html-reporter/commit/204462a)) +* resolve json databases while merging report ([7d9150f](https://github.com/gemini-testing/html-reporter/commit/7d9150f)) + + + ## [9.11.3](https://github.com/gemini-testing/html-reporter/compare/v9.11.1...v9.11.3) (2023-09-08) diff --git a/package-lock.json b/package-lock.json index 03b36ce1b..2e63f4921 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "html-reporter", - "version": "9.11.3", + "version": "9.11.4", "lockfileVersion": 2, "requires": true, "packages": { diff --git a/package.json b/package.json index 37f3dc482..13025877e 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "html-reporter", - "version": "9.11.3", + "version": "9.11.4", "description": "Plugin for hermione which is intended to aggregate the results of tests running into html report", "files": [ "build"