diff --git a/CHANGELOG.md b/CHANGELOG.md index 9e514d597..2e6274252 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.6.4](https://github.com/gemini-testing/html-reporter/compare/v10.6.3...v10.6.4) (2024-08-16) + + +### Bug Fixes + +* undo accept image ([e48634c](https://github.com/gemini-testing/html-reporter/commit/e48634c)) + + + ## [10.6.3](https://github.com/gemini-testing/html-reporter/compare/v10.6.2...v10.6.3) (2024-08-09) diff --git a/package-lock.json b/package-lock.json index eb9ee9938..2b3d4580a 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "html-reporter", - "version": "10.6.3", + "version": "10.6.4", "lockfileVersion": 2, "requires": true, "packages": { diff --git a/package.json b/package.json index 99d01ab19..303d58274 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "html-reporter", - "version": "10.6.3", + "version": "10.6.4", "description": "Html-reporter and GUI for viewing and managing results of a tests run. Currently supports Testplane and Hermione.", "files": [ "build"