diff --git a/CHANGELOG.md b/CHANGELOG.md index 61f06cbb..50581de5 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. + +## [10.9.1](https://github.com/gemini-testing/html-reporter/compare/v10.9.0...v10.9.1) (2024-10-21) + + +### Bug Fixes + +* do not fall with enabled debug log when compare images ([fa4c04b](https://github.com/gemini-testing/html-reporter/commit/fa4c04b)) + + + # [10.9.0](https://github.com/gemini-testing/html-reporter/compare/v10.8.0...v10.9.0) (2024-10-16) diff --git a/package-lock.json b/package-lock.json index 24813393..4508a456 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "html-reporter", - "version": "10.9.0", + "version": "10.9.1", "lockfileVersion": 2, "requires": true, "packages": { diff --git a/package.json b/package.json index cd202d10..1215aed9 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "html-reporter", - "version": "10.9.0", + "version": "10.9.1", "description": "Html-reporter and GUI for viewing and managing results of a tests run. Currently supports Testplane and Hermione.", "files": [ "build"