From a6700ff9e89f2440928da84b0819034779b9d7e4 Mon Sep 17 00:00:00 2001 From: y-infra Date: Mon, 22 Jul 2024 08:03:47 +0000 Subject: [PATCH] chore(release): 10.5.0 --- 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 00f98fe51..bf8f3a2f6 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. + +# [10.5.0](https://github.com/gemini-testing/html-reporter/compare/v10.4.0...v10.5.0) (2024-07-22) + + +### Bug Fixes + +* remove excessive margins ([#577](https://github.com/gemini-testing/html-reporter/issues/577)) ([a195efc](https://github.com/gemini-testing/html-reporter/commit/a195efc)) +* return correct test result status ([5763ffb](https://github.com/gemini-testing/html-reporter/commit/5763ffb)) +* support hermione ([370af0b](https://github.com/gemini-testing/html-reporter/commit/370af0b)) + + +### Features + +* add "timestamp" field to redux storage ([c2ed9e2](https://github.com/gemini-testing/html-reporter/commit/c2ed9e2)) +* add static image accepter (experimental feature) ([a5db178](https://github.com/gemini-testing/html-reporter/commit/a5db178)) + + + # [10.4.0](https://github.com/gemini-testing/html-reporter/compare/v10.3.1...v10.4.0) (2024-07-11) diff --git a/package-lock.json b/package-lock.json index 27a6e6e47..e058460d9 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "html-reporter", - "version": "10.4.0", + "version": "10.5.0", "lockfileVersion": 2, "requires": true, "packages": { diff --git a/package.json b/package.json index e19b1bdf3..645a54acc 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "html-reporter", - "version": "10.4.0", + "version": "10.5.0", "description": "Html-reporter and GUI for viewing and managing results of a tests run. Currently supports Testplane and Hermione.", "files": [ "build"