diff --git a/CHANGELOG.md b/CHANGELOG.md index 8a5d4c697..bcf5b24c1 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.4.0](https://github.com/gemini-testing/html-reporter/compare/v9.3.1...v9.4.0) (2022-10-28) + + +### Features + +* **static:** expand test statuses filter ([0217508](https://github.com/gemini-testing/html-reporter/commit/0217508)) +* use looks-same directly instead of gemini-core.Image wrapper ([0ed8f83](https://github.com/gemini-testing/html-reporter/commit/0ed8f83)) + + + ## [9.3.1](https://github.com/gemini-testing/html-reporter/compare/v9.3.0...v9.3.1) (2022-09-18) diff --git a/package-lock.json b/package-lock.json index 52af3dfc4..51717a890 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "html-reporter", - "version": "9.3.1", + "version": "9.4.0", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index 0120e3349..0032466c7 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "html-reporter", - "version": "9.3.1", + "version": "9.4.0", "description": "Plugin for hermione which is intended to aggregate the results of tests running into html report", "scripts": { "coverage": "nyc npm run test-unit",