diff --git a/CHANGELOG.md b/CHANGELOG.md index 4e4bd3cfa..02b79507a 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.10.1](https://github.com/gemini-testing/html-reporter/compare/v9.10.0...v9.10.1) (2023-07-10) + + +### Bug Fixes + +* rename js extension to jsx for files using jsx ([9423a00](https://github.com/gemini-testing/html-reporter/commit/9423a00)) +* various minor test fixes ([c98c45b](https://github.com/gemini-testing/html-reporter/commit/c98c45b)) + + + # [9.10.0](https://github.com/gemini-testing/html-reporter/compare/v9.9.2...v9.10.0) (2023-07-03) diff --git a/package-lock.json b/package-lock.json index 4f8f9072d..c43321904 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "html-reporter", - "version": "9.10.0", + "version": "9.10.1", "lockfileVersion": 2, "requires": true, "packages": { diff --git a/package.json b/package.json index 7c8b557a8..2e7ec8f26 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "html-reporter", - "version": "9.10.0", + "version": "9.10.1", "description": "Plugin for hermione which is intended to aggregate the results of tests running into html report", "files": [ "build"