diff --git a/CHANGELOG.md b/CHANGELOG.md index 0f07f9da6..b2a6dabcd 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,17 @@ 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.7.6](https://github.com/gemini-testing/html-reporter/compare/v9.7.5...v9.7.6) (2023-01-30) + + +### Bug Fixes + +* add steps support ([b498f47](https://github.com/gemini-testing/html-reporter/commit/b498f47)) +* db popup inconsistent position ([25a5b64](https://github.com/gemini-testing/html-reporter/commit/25a5b64)) + + + ## [9.7.5](https://github.com/gemini-testing/html-reporter/compare/v9.7.4...v9.7.5) (2023-01-13) diff --git a/package-lock.json b/package-lock.json index c004d7e64..971740995 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "html-reporter", - "version": "9.7.5", + "version": "9.7.6", "lockfileVersion": 2, "requires": true, "packages": { diff --git a/package.json b/package.json index 84435bd60..9765cd899 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "html-reporter", - "version": "9.7.5", + "version": "9.7.6", "description": "Plugin for hermione which is intended to aggregate the results of tests running into html report", "scripts": { "coverage": "nyc npm run test-unit",