From 30d8ec99835bf35a0aa14b2437d3ad7fbc76ba79 Mon Sep 17 00:00:00 2001 From: y-infra Date: Fri, 9 Aug 2024 15:41:32 +0000 Subject: [PATCH] chore(release): 10.6.3 --- CHANGELOG.md | 10 ++++++++++ package-lock.json | 2 +- package.json | 2 +- 3 files changed, 12 insertions(+), 2 deletions(-) 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"