From e4950fb0ade1466a2d215ebf9c7857085dbf107b Mon Sep 17 00:00:00 2001 From: Roman Kuznetsov Date: Wed, 23 Nov 2022 12:54:18 +0300 Subject: [PATCH] chore(release): 9.5.1 --- CHANGELOG.md | 5 +++++ package-lock.json | 2 +- package.json | 2 +- 3 files changed, 7 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 63b73b8b7..a95e25559 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,11 @@ 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.5.1](https://github.com/gemini-testing/html-reporter/compare/v9.5.0...v9.5.1) (2022-11-23) + + + # [9.5.0](https://github.com/gemini-testing/html-reporter/compare/v9.4.0...v9.5.0) (2022-11-21) diff --git a/package-lock.json b/package-lock.json index f27752092..64f351bd0 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "html-reporter", - "version": "9.5.0", + "version": "9.5.1", "lockfileVersion": 2, "requires": true, "packages": { diff --git a/package.json b/package.json index 0ffe505a4..3049eb38e 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "html-reporter", - "version": "9.5.0", + "version": "9.5.1", "description": "Plugin for hermione which is intended to aggregate the results of tests running into html report", "scripts": { "coverage": "nyc npm run test-unit",