From 03df9c58546c7064121d77c122f3a22b3cdaf2b3 Mon Sep 17 00:00:00 2001 From: y-infra Date: Wed, 16 Oct 2024 23:45:03 +0000 Subject: [PATCH] chore(release): 10.9.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 dc201626..61f06cbb 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. + +# [10.9.0](https://github.com/gemini-testing/html-reporter/compare/v10.8.0...v10.9.0) (2024-10-16) + + +### Features + +* implement a button to switch between new and old UI ([#609](https://github.com/gemini-testing/html-reporter/issues/609)) ([dcebd53](https://github.com/gemini-testing/html-reporter/commit/dcebd53)) +* **new-ui:** implement smooth loading experience ([#608](https://github.com/gemini-testing/html-reporter/issues/608)) ([33ce925](https://github.com/gemini-testing/html-reporter/commit/33ce925)) + + + # [10.8.0](https://github.com/gemini-testing/html-reporter/compare/v10.7.1...v10.8.0) (2024-10-08) diff --git a/package-lock.json b/package-lock.json index f5b4e9ce..24813393 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "html-reporter", - "version": "10.8.0", + "version": "10.9.0", "lockfileVersion": 2, "requires": true, "packages": { diff --git a/package.json b/package.json index e6de58cf..cd202d10 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "html-reporter", - "version": "10.8.0", + "version": "10.9.0", "description": "Html-reporter and GUI for viewing and managing results of a tests run. Currently supports Testplane and Hermione.", "files": [ "build"