From 4fc421b6a66a2da74b2d9e7724a79b394838ade4 Mon Sep 17 00:00:00 2001 From: Roman Kuznetsov Date: Wed, 27 Mar 2024 03:02:39 +0300 Subject: [PATCH] chore(release): 9.17.1 --- 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 f490368ce..f334dfdfc 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. + +## [9.17.1](https://github.com/gemini-testing/html-reporter/compare/v9.17.0...v9.17.1) (2024-03-27) + + +### Bug Fixes + +* ensure right image states order html-reporter ([8ffead1](https://github.com/gemini-testing/html-reporter/commit/8ffead1)) + + + # [9.17.0](https://github.com/gemini-testing/html-reporter/compare/v9.16.4...v9.17.0) (2024-03-04) diff --git a/package-lock.json b/package-lock.json index a17c4f44c..01edc276f 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "html-reporter", - "version": "9.17.0", + "version": "9.17.1", "lockfileVersion": 2, "requires": true, "packages": { diff --git a/package.json b/package.json index 2ac88a12b..f6ce1d2f7 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "html-reporter", - "version": "9.17.0", + "version": "9.17.1", "description": "Plugin for hermione which is intended to aggregate the results of tests running into html report", "files": [ "build"