From 4d666ae539f8b433fa5a224902994ae7413be9ed Mon Sep 17 00:00:00 2001 From: Nikolai Markov Date: Tue, 23 Aug 2022 15:24:03 +0300 Subject: [PATCH] chore(release): 9.2.2 --- 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 d58806d86..9f7a477fe 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.2](https://github.com/gemini-testing/html-reporter/compare/v9.2.1...v9.2.2) (2022-08-23) + + +### Bug Fixes + +* fix freeze on install when using npm[@8](https://github.com/8) ([a8602d2](https://github.com/gemini-testing/html-reporter/commit/a8602d2)) +* wait for test screenshots and page screenshot on error to be saved ([10f5e01](https://github.com/gemini-testing/html-reporter/commit/10f5e01)) + + + ## [9.2.1](https://github.com/gemini-testing/html-reporter/compare/v9.2.0...v9.2.1) (2022-08-15) diff --git a/package-lock.json b/package-lock.json index 367d96fa8..103eef275 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "html-reporter", - "version": "9.2.1", + "version": "9.2.2", "lockfileVersion": 2, "requires": true, "packages": { diff --git a/package.json b/package.json index 61f3b1cb1..9b91bf9f9 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "html-reporter", - "version": "9.2.1", + "version": "9.2.2", "description": "Plugin for hermione which is intended to aggregate the results of tests running into html report", "scripts": { "coverage": "nyc npm run test-unit",