Skip to content

Commit

Permalink
chore(release): 9.9.0
Browse files Browse the repository at this point in the history
  • Loading branch information
KuznetsovRoman committed May 11, 2023
1 parent 805010c commit 3490295
Show file tree
Hide file tree
Showing 3 changed files with 23 additions and 2 deletions.
21 changes: 21 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,27 @@

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.

<a name="9.9.0"></a>
# [9.9.0](https://github.com/gemini-testing/html-reporter/compare/v9.8.3...v9.9.0) (2023-05-11)


### Bug Fixes

* undo with remote images ([ba56a47](https://github.com/gemini-testing/html-reporter/commit/ba56a47))


### Features

* add diff mode '3-up scaled to fit' ([75624cd](https://github.com/gemini-testing/html-reporter/commit/75624cd))
* undo screen accept ([312e0eb](https://github.com/gemini-testing/html-reporter/commit/312e0eb))


### Performance Improvements

* preload images in screenshot-accepter mode ([126037d](https://github.com/gemini-testing/html-reporter/commit/126037d))



<a name="9.8.3"></a>
## [9.8.3](https://github.com/gemini-testing/html-reporter/compare/v9.8.2...v9.8.3) (2023-04-13)

Expand Down
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "html-reporter",
"version": "9.8.3",
"version": "9.9.0",
"description": "Plugin for hermione which is intended to aggregate the results of tests running into html report",
"scripts": {
"coverage": "nyc npm run test-unit",
Expand Down

0 comments on commit 3490295

Please sign in to comment.