From bd58a40b54324bd937d32fa71b86c02b06a36543 Mon Sep 17 00:00:00 2001 From: shadowusr Date: Fri, 6 Oct 2023 09:32:36 +0300 Subject: [PATCH] chore(release): 9.13.0 --- CHANGELOG.md | 17 +++++++++++++++++ package-lock.json | 2 +- package.json | 2 +- 3 files changed, 19 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 2d05eacd4..1dd921a42 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,23 @@ 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.13.0](https://github.com/gemini-testing/html-reporter/compare/v9.12.0...v9.13.0) (2023-10-06) + + +### Bug Fixes + +* **screenshot-accepter:** wrong utils import ([cffc992](https://github.com/gemini-testing/html-reporter/commit/cffc992)) +* fix skipped/total tests counters when there are retried skipped tests ([#511](https://github.com/gemini-testing/html-reporter/issues/511)) ([feeee1c](https://github.com/gemini-testing/html-reporter/commit/feeee1c)) +* **screenshot-undo:** do not fail on revert screenshot with different state name ([5c51487](https://github.com/gemini-testing/html-reporter/commit/5c51487)) + + +### Features + +* **screenshot-accepter:** add more space for screenshot view ([af01739](https://github.com/gemini-testing/html-reporter/commit/af01739)) + + + # [9.12.0](https://github.com/gemini-testing/html-reporter/compare/v9.11.6...v9.12.0) (2023-09-29) diff --git a/package-lock.json b/package-lock.json index f20d61530..d09fefed2 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "html-reporter", - "version": "9.12.0", + "version": "9.13.0", "lockfileVersion": 2, "requires": true, "packages": { diff --git a/package.json b/package.json index 4789d5a36..6eb3b1862 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "html-reporter", - "version": "9.12.0", + "version": "9.13.0", "description": "Plugin for hermione which is intended to aggregate the results of tests running into html report", "files": [ "build"