diff --git a/CHANGELOG.md b/CHANGELOG.md index 6bcdef7f9..d9de2d334 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.7.0](https://github.com/gemini-testing/html-reporter/compare/v10.6.8...v10.7.0) (2024-09-17) + + +### Features + +* **new-ui:** implement drag to hide hint card ([#602](https://github.com/gemini-testing/html-reporter/issues/602)) ([f3227da](https://github.com/gemini-testing/html-reporter/commit/f3227da)) + + + ## [10.6.8](https://github.com/gemini-testing/html-reporter/compare/v10.6.7...v10.6.8) (2024-09-13) diff --git a/package-lock.json b/package-lock.json index 14f608414..1ffa7a225 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "html-reporter", - "version": "10.6.8", + "version": "10.7.0", "lockfileVersion": 2, "requires": true, "packages": { diff --git a/package.json b/package.json index 45f74e733..bd4128721 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "html-reporter", - "version": "10.6.8", + "version": "10.7.0", "description": "Html-reporter and GUI for viewing and managing results of a tests run. Currently supports Testplane and Hermione.", "files": [ "build"