Skip to content

Commit 3562f25

Browse files
committed
chore(release): 9.8.0
1 parent a861ffe commit 3562f25

File tree

3 files changed

+29
-2
lines changed

3 files changed

+29
-2
lines changed

CHANGELOG.md

Lines changed: 27 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,33 @@
22

33
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.
44

5+
<a name="9.8.0"></a>
6+
# [9.8.0](https://github.com/gemini-testing/html-reporter/compare/v9.7.6...v9.8.0) (2023-03-31)
7+
8+
9+
### Bug Fixes
10+
11+
* avoid saved test extension ([574111f](https://github.com/gemini-testing/html-reporter/commit/574111f))
12+
* change determination logic ([0d29828](https://github.com/gemini-testing/html-reporter/commit/0d29828))
13+
* dont save equal references ([2f1e800](https://github.com/gemini-testing/html-reporter/commit/2f1e800))
14+
* support "id" field from test for old hermione versions ([e9f2365](https://github.com/gemini-testing/html-reporter/commit/e9f2365))
15+
* test objects should be cloned with clone method if exists ([239555b](https://github.com/gemini-testing/html-reporter/commit/239555b))
16+
17+
18+
### Features
19+
20+
* fix: refresh url in meta if host in input was changed ([#465](https://github.com/gemini-testing/html-reporter/issues/465)) ([294625f](https://github.com/gemini-testing/html-reporter/commit/294625f))
21+
* make urls in meta shorter, add copy-to-clipboard icon ([#464](https://github.com/gemini-testing/html-reporter/issues/464)) ([5c60cfd](https://github.com/gemini-testing/html-reporter/commit/5c60cfd))
22+
* screenshot-accepter progress bar ([461647c](https://github.com/gemini-testing/html-reporter/commit/461647c))
23+
* use test object id property instead of id() method ([dd51714](https://github.com/gemini-testing/html-reporter/commit/dd51714))
24+
25+
26+
### Performance Improvements
27+
28+
* increase screenshot-accepter performance ([dfe5b2a](https://github.com/gemini-testing/html-reporter/commit/dfe5b2a))
29+
30+
31+
532
<a name="9.7.6"></a>
633
## [9.7.6](https://github.com/gemini-testing/html-reporter/compare/v9.7.5...v9.7.6) (2023-01-30)
734

package-lock.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "html-reporter",
3-
"version": "9.7.6",
3+
"version": "9.8.0",
44
"description": "Plugin for hermione which is intended to aggregate the results of tests running into html report",
55
"scripts": {
66
"coverage": "nyc npm run test-unit",

0 commit comments

Comments
 (0)