From c938b02190e2fae796482b9b89ae226b9a0a76cf Mon Sep 17 00:00:00 2001 From: DudaGod Date: Fri, 5 Aug 2022 12:57:18 +0300 Subject: [PATCH] chore(release): 9.2.0 --- CHANGELOG.md | 11 +++++++++++ package-lock.json | 2 +- package.json | 2 +- 3 files changed, 13 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index b5eb52089..663838173 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,17 @@ 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. + +# [9.2.0](https://github.com/gemini-testing/html-reporter/compare/v9.1.1...v9.2.0) (2022-08-05) + + +### Features + +* add ability to group tests by keys from meta of tests ([5fd3526](https://github.com/gemini-testing/html-reporter/commit/5fd3526)) +* add ability to mark matched results on selected group ([8275b95](https://github.com/gemini-testing/html-reporter/commit/8275b95)) + + + ## [9.1.1](https://github.com/gemini-testing/html-reporter/compare/v9.1.0...v9.1.1) (2022-08-04) diff --git a/package-lock.json b/package-lock.json index efde805d5..adb52c627 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "html-reporter", - "version": "9.1.1", + "version": "9.2.0", "lockfileVersion": 2, "requires": true, "packages": { diff --git a/package.json b/package.json index ea2f1b397..049c8dff2 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "html-reporter", - "version": "9.1.1", + "version": "9.2.0", "description": "Plugin for hermione which is intended to aggregate the results of tests running into html report", "scripts": { "coverage": "nyc npm run test-unit",