diff --git a/CHANGELOG.md b/CHANGELOG.md index 868a0763a..f32464465 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,23 @@ 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.7](https://github.com/gemini-testing/html-reporter/compare/v10.6.6...v10.6.7) (2024-08-29) + + +### Bug Fixes + +* pwt static image accepter ([a9fcd4c](https://github.com/gemini-testing/html-reporter/commit/a9fcd4c)) + + +### Features + +* implement basic suites page in new UI ([#590](https://github.com/gemini-testing/html-reporter/issues/590)) ([fea8cf5](https://github.com/gemini-testing/html-reporter/commit/fea8cf5)) +* implement filtering by browser in new ui ([#593](https://github.com/gemini-testing/html-reporter/issues/593)) ([e526ec3](https://github.com/gemini-testing/html-reporter/commit/e526ec3)) +* implement filtering by status in new ui ([#592](https://github.com/gemini-testing/html-reporter/issues/592)) ([549a42f](https://github.com/gemini-testing/html-reporter/commit/549a42f)) + + + ## [10.6.6](https://github.com/gemini-testing/html-reporter/compare/v10.6.5...v10.6.6) (2024-08-20) diff --git a/package-lock.json b/package-lock.json index ca693fe33..b3e7ce906 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "html-reporter", - "version": "10.6.6", + "version": "10.6.7", "lockfileVersion": 2, "requires": true, "packages": { diff --git a/package.json b/package.json index b0f6db89a..b3334ea9d 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "html-reporter", - "version": "10.6.6", + "version": "10.6.7", "description": "Html-reporter and GUI for viewing and managing results of a tests run. Currently supports Testplane and Hermione.", "files": [ "build"