diff --git a/CHANGELOG.md b/CHANGELOG.md index 54de56e9b..9e514d597 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. + +## [10.6.3](https://github.com/gemini-testing/html-reporter/compare/v10.6.2...v10.6.3) (2024-08-09) + + +### Bug Fixes + +* strip ansi markup for error message ([a60522e](https://github.com/gemini-testing/html-reporter/commit/a60522e)) + + + ## [10.6.2](https://github.com/gemini-testing/html-reporter/compare/v10.6.1...v10.6.2) (2024-08-05) diff --git a/package-lock.json b/package-lock.json index 06ff47b65..eb9ee9938 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "html-reporter", - "version": "10.6.2", + "version": "10.6.3", "lockfileVersion": 2, "requires": true, "packages": { diff --git a/package.json b/package.json index 6cb065341..99d01ab19 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "html-reporter", - "version": "10.6.2", + "version": "10.6.3", "description": "Html-reporter and GUI for viewing and managing results of a tests run. Currently supports Testplane and Hermione.", "files": [ "build"