From 3a8b257a799ab768bde32d7c136858479cb2b558 Mon Sep 17 00:00:00 2001 From: Roman Kuznetsov Date: Thu, 20 Jun 2024 13:19:08 +0300 Subject: [PATCH] chore(release): 10.2.0 --- CHANGELOG.md | 10 ++++++++++ package-lock.json | 4 ++-- package.json | 2 +- 3 files changed, 13 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 8d198c2cb..3a502c77f 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.2.0](https://github.com/gemini-testing/html-reporter/compare/v10.0.0...v10.2.0) (2024-06-20) + + +### Features + +* add relativePath to refImg ([b722899](https://github.com/gemini-testing/html-reporter/commit/b722899)) + + + # [10.1.0](https://github.com/gemini-testing/html-reporter/compare/v10.0.0...v10.1.0) (2024-06-20) diff --git a/package-lock.json b/package-lock.json index bfafd3a5c..bf1c92600 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "html-reporter", - "version": "10.1.0", + "version": "10.2.0", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "html-reporter", - "version": "10.0.0", + "version": "10.2.0", "license": "MIT", "workspaces": [ "test/func/fixtures/*", diff --git a/package.json b/package.json index d6fe4df14..063bd0884 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "html-reporter", - "version": "10.1.0", + "version": "10.2.0", "description": "Html-reporter and GUI for viewing and managing results of a tests run. Currently supports Testplane and Hermione.", "files": [ "build"