From fb4a5d6d67459236370870e482f608774f357633 Mon Sep 17 00:00:00 2001 From: DudaGod Date: Wed, 12 Apr 2023 13:20:37 +0300 Subject: [PATCH] chore(release): 9.8.2 --- CHANGELOG.md | 10 ++++++++++ package-lock.json | 2 +- package.json | 2 +- 3 files changed, 12 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index e929c4542..43f5f831e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,16 @@ 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.8.2](https://github.com/gemini-testing/html-reporter/compare/v9.8.1...v9.8.2) (2023-04-12) + + +### Bug Fixes + +* do not reuse reference images from another browser ([cb0467e](https://github.com/gemini-testing/html-reporter/commit/cb0467e)) + + + ## [9.8.1](https://github.com/gemini-testing/html-reporter/compare/v9.8.0...v9.8.1) (2023-04-05) diff --git a/package-lock.json b/package-lock.json index 9281bf646..38c80f7a5 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "html-reporter", - "version": "9.8.1", + "version": "9.8.2", "lockfileVersion": 2, "requires": true, "packages": { diff --git a/package.json b/package.json index 6ff94008d..1cfefe456 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "html-reporter", - "version": "9.8.1", + "version": "9.8.2", "description": "Plugin for hermione which is intended to aggregate the results of tests running into html report", "scripts": { "coverage": "nyc npm run test-unit",