Skip to content

Commit

Permalink
chore(release): 4.9.0
Browse files Browse the repository at this point in the history
  • Loading branch information
CatWithApple committed Jul 10, 2019
1 parent c7f0e25 commit 8d1188a
Show file tree
Hide file tree
Showing 3 changed files with 18 additions and 2 deletions.
16 changes: 16 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,22 @@

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="4.9.0"></a>
# [4.9.0](https://github.com/gemini-testing/html-reporter/compare/v4.8.0...v4.9.0) (2019-07-10)


### Bug Fixes

* hide failed suite when it contain children and browsers ([ab42805](https://github.com/gemini-testing/html-reporter/commit/ab42805))
* **merge-reports:** do not try to move images specified as urls ([3c3b061](https://github.com/gemini-testing/html-reporter/commit/3c3b061))


### Features

* run integration tests in CI ([ebd189a](https://github.com/gemini-testing/html-reporter/commit/ebd189a))



<a name="4.8.0"></a>
# [4.8.0](https://github.com/gemini-testing/html-reporter/compare/v4.7.0...v4.8.0) (2019-06-21)

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": "4.8.0",
"version": "4.9.0",
"description": "Plugin for gemini and 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 8d1188a

Please sign in to comment.