From 7685d459377d2c3cdd4a3574d9a9b67acbae419e Mon Sep 17 00:00:00 2001 From: y-infra Date: Tue, 17 Dec 2024 12:56:58 +0000 Subject: [PATCH] chore(release): 10.12.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 315c40bb0..dcfe43bff 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.12.0](https://github.com/gemini-testing/html-reporter/compare/v10.11.0...v10.12.0) (2024-12-17) + + +### Features + +* add ability to sort by duration and start time ([#623](https://github.com/gemini-testing/html-reporter/issues/623)) ([f1a7b7e](https://github.com/gemini-testing/html-reporter/commit/f1a7b7e)) + + + # [10.11.0](https://github.com/gemini-testing/html-reporter/compare/v10.10.1...v10.11.0) (2024-12-09) diff --git a/package-lock.json b/package-lock.json index 1278222ac..6bc485730 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "html-reporter", - "version": "10.11.0", + "version": "10.12.0", "lockfileVersion": 2, "requires": true, "packages": { diff --git a/package.json b/package.json index 1445a0faf..218548a99 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "html-reporter", - "version": "10.11.0", + "version": "10.12.0", "description": "Html-reporter and GUI for viewing and managing results of a tests run. Currently supports Testplane and Hermione.", "files": [ "build"