From 5a3c821af86e0c6d828d29ec4e8b34ace5a949dd Mon Sep 17 00:00:00 2001 From: y-infra Date: Tue, 24 Dec 2024 22:30:20 +0000 Subject: [PATCH] chore(release): 10.13.0 --- 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 1821a5921..8ef34a33e 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.13.0](https://github.com/gemini-testing/html-reporter/compare/v10.12.1...v10.13.0) (2024-12-24) + + +### Features + +* add testplane gui --local support ([0111ce0](https://github.com/gemini-testing/html-reporter/commit/0111ce0)) + + + ## [10.12.1](https://github.com/gemini-testing/html-reporter/compare/v10.12.0...v10.12.1) (2024-12-18) diff --git a/package-lock.json b/package-lock.json index 6b637d6b9..4662b48bf 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "html-reporter", - "version": "10.12.1", + "version": "10.13.0", "lockfileVersion": 2, "requires": true, "packages": { diff --git a/package.json b/package.json index 732e2e7c5..6bd9263ea 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "html-reporter", - "version": "10.12.1", + "version": "10.13.0", "description": "Html-reporter and GUI for viewing and managing results of a tests run. Currently supports Testplane and Hermione.", "files": [ "build"