Skip to content

Commit

Permalink
chore(release): 9.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Nikolai Markov committed Sep 15, 2022
1 parent ba13f29 commit e494be6
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 2 deletions.
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.

<a name="9.3.0"></a>
# [9.3.0](https://github.com/gemini-testing/html-reporter/compare/v9.2.2...v9.3.0) (2022-09-15)


### Features

* add REPORT_SAVED event ([cd16aa6](https://github.com/gemini-testing/html-reporter/commit/cd16aa6))
* use EventEmitter2 instead of AsyncEmitter from gemini-core ([3c41ab7](https://github.com/gemini-testing/html-reporter/commit/3c41ab7))



<a name="9.2.2"></a>
## [9.2.2](https://github.com/gemini-testing/html-reporter/compare/v9.2.1...v9.2.2) (2022-08-23)

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.2.2",
"version": "9.3.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 e494be6

Please sign in to comment.