diff --git a/CHANGELOG.md b/CHANGELOG.md index 0a5c059c7..fca599837 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,27 @@ 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.0.0](/~https://github.com/gemini-testing/html-reporter/compare/v9.19.0...v10.0.0) (2024-05-31) + + +### Bug Fixes + +* align the menu icon with the rest of the items ([0d493cc](/~https://github.com/gemini-testing/html-reporter/commit/0d493cc)) +* handle edge case when error is null ([#523](/~https://github.com/gemini-testing/html-reporter/issues/523)) ([65b3808](/~https://github.com/gemini-testing/html-reporter/commit/65b3808)) + + +### Features + +* drop node versions less than 18 ([5569be6](/~https://github.com/gemini-testing/html-reporter/commit/5569be6)) + + +### BREAKING CHANGES + +* node versions less than 18.0.0 are no longer supported + + + # [9.19.0](/~https://github.com/gemini-testing/html-reporter/compare/v9.18.1...v9.19.0) (2024-05-01) diff --git a/package-lock.json b/package-lock.json index d1b389b2e..292f8fc51 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "html-reporter", - "version": "9.19.0", + "version": "10.0.0", "lockfileVersion": 2, "requires": true, "packages": { diff --git a/package.json b/package.json index bd97a3f26..22e45575f 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "html-reporter", - "version": "9.19.0", + "version": "10.0.0", "description": "Html-reporter and GUI for viewing and managing results of a tests run. Currently supports Testplane and Hermione.", "files": [ "build"