From a8428a52498e426b7815eca7295fe4f998382935 Mon Sep 17 00:00:00 2001 From: y-infra Date: Mon, 9 Dec 2024 08:38:19 +0000 Subject: [PATCH] chore(release): 10.11.0 --- CHANGELOG.md | 16 ++++++++++++++++ package-lock.json | 2 +- package.json | 2 +- 3 files changed, 18 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 071b0e503..315c40bb0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,22 @@ 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.11.0](https://github.com/gemini-testing/html-reporter/compare/v10.10.1...v10.11.0) (2024-12-09) + + +### Bug Fixes + +* add error as last step if no suitable step to attach it to was found ([#620](https://github.com/gemini-testing/html-reporter/issues/620)) ([1277bef](https://github.com/gemini-testing/html-reporter/commit/1277bef)) + + +### Features + +* implement info panel ([#622](https://github.com/gemini-testing/html-reporter/issues/622)) ([c732fa7](https://github.com/gemini-testing/html-reporter/commit/c732fa7)) +* implement tests sorting ([#621](https://github.com/gemini-testing/html-reporter/issues/621)) ([4a341c3](https://github.com/gemini-testing/html-reporter/commit/4a341c3)) + + + ## [10.10.1](https://github.com/gemini-testing/html-reporter/compare/v10.10.0...v10.10.1) (2024-11-27) diff --git a/package-lock.json b/package-lock.json index 96d74b6d4..03a7e833f 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "html-reporter", - "version": "10.10.1", + "version": "10.11.0", "lockfileVersion": 2, "requires": true, "packages": { diff --git a/package.json b/package.json index 06dd22fae..39b38c978 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "html-reporter", - "version": "10.10.1", + "version": "10.11.0", "description": "Html-reporter and GUI for viewing and managing results of a tests run. Currently supports Testplane and Hermione.", "files": [ "build"