From b20044ad0d180ab1078716e52fd6e4219735b976 Mon Sep 17 00:00:00 2001 From: y-infra Date: Fri, 13 Sep 2024 14:07:19 +0000 Subject: [PATCH] chore(release): 10.6.8 --- 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 f32464465..6bcdef7f9 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.8](https://github.com/gemini-testing/html-reporter/compare/v10.6.7...v10.6.8) (2024-09-13) + + +### Bug Fixes + +* **gui:** wrong base url for tests in gui mode ([82a9e7a](https://github.com/gemini-testing/html-reporter/commit/82a9e7a)) + + + ## [10.6.7](https://github.com/gemini-testing/html-reporter/compare/v10.6.6...v10.6.7) (2024-08-29) diff --git a/package-lock.json b/package-lock.json index 6acbf905b..14f608414 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "html-reporter", - "version": "10.6.7", + "version": "10.6.8", "lockfileVersion": 2, "requires": true, "packages": { diff --git a/package.json b/package.json index 5a64e3b61..45f74e733 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "html-reporter", - "version": "10.6.7", + "version": "10.6.8", "description": "Html-reporter and GUI for viewing and managing results of a tests run. Currently supports Testplane and Hermione.", "files": [ "build"