diff --git a/CHANGELOG.md b/CHANGELOG.md index ad6853f6a..f490368ce 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. + +# [9.17.0](https://github.com/gemini-testing/html-reporter/compare/v9.16.4...v9.17.0) (2024-03-04) + + +### Features + +* display differentPixels, if available ([aeb47d5](https://github.com/gemini-testing/html-reporter/commit/aeb47d5)) + + + ## [9.16.4](https://github.com/gemini-testing/html-reporter/compare/v9.16.3...v9.16.4) (2024-02-27) diff --git a/package-lock.json b/package-lock.json index e19c12694..a17c4f44c 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "html-reporter", - "version": "9.16.4", + "version": "9.17.0", "lockfileVersion": 2, "requires": true, "packages": { diff --git a/package.json b/package.json index b1c1849b4..2ac88a12b 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "html-reporter", - "version": "9.16.4", + "version": "9.17.0", "description": "Plugin for hermione which is intended to aggregate the results of tests running into html report", "files": [ "build"