From d0a3b9f90de02f35ad311e62e5f190d6a0029a03 Mon Sep 17 00:00:00 2001 From: DudaGod Date: Wed, 17 Jan 2024 12:10:21 +0300 Subject: [PATCH] chore(release): 9.16.0 --- CHANGELOG.md | 16 ++++++++++++++++ package-lock.json | 2 +- package.json | 2 +- 3 files changed, 18 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 3faf46d5f..b33a3ed36 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,22 @@ 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.16.0](https://github.com/gemini-testing/html-reporter/compare/v9.15.0...v9.16.0) (2024-01-17) + + +### Bug Fixes + +* **playwright:** display provided image on screenshot match ([336511c](https://github.com/gemini-testing/html-reporter/commit/336511c)) + + +### Features + +* **merge-reports:** ability to pass headers for databaseUrls.json files ([a367122](https://github.com/gemini-testing/html-reporter/commit/a367122)) +* re-write the rest of the GUI logic to typescript ([#520](https://github.com/gemini-testing/html-reporter/issues/520)) ([6d0a7b3](https://github.com/gemini-testing/html-reporter/commit/6d0a7b3)) + + + # [9.15.0](https://github.com/gemini-testing/html-reporter/compare/v9.13.0...v9.15.0) (2023-10-23) diff --git a/package-lock.json b/package-lock.json index 61032da61..fd9be6538 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "html-reporter", - "version": "9.15.0", + "version": "9.16.0", "lockfileVersion": 2, "requires": true, "packages": { diff --git a/package.json b/package.json index 54eabd023..4a85b86fa 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "html-reporter", - "version": "9.15.0", + "version": "9.16.0", "description": "Plugin for hermione which is intended to aggregate the results of tests running into html report", "files": [ "build"