Skip to content

Commit

Permalink
release 3.1.2 [ci skip]
Browse files Browse the repository at this point in the history
  • Loading branch information
Adam Gruber committed Apr 20, 2018
1 parent b97fc41 commit a55719c
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
# mochawesome-report-generator changelog

## Unreleased

## [3.1.2] / 2018-04-20
### Fixed
- Skip copying assets and rendering HTML when `html` option is `false` [mochawesome #237](https://github.com/adamgruber/mochawesome/issues/237)

Expand Down Expand Up @@ -145,6 +147,7 @@ You can still use the `--reportFilename` flag to set the filename of the generat
## 1.0.0 / 2016-12-18
- Initial release

[3.1.2]: https://github.com/adamgruber/mochawesome-report-generator/compare/3.1.1...3.1.2
[3.1.1]: https://github.com/adamgruber/mochawesome-report-generator/compare/3.1.0...3.1.1
[3.1.0]: https://github.com/adamgruber/mochawesome-report-generator/compare/3.0.1...3.1.0
[3.0.1]: https://github.com/adamgruber/mochawesome-report-generator/compare/3.0.0...3.0.1
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "mochawesome-report-generator",
"version": "3.1.1",
"version": "3.1.2",
"description": "Generates gorgeous HTML reports from mochawesome reporter.",
"scripts": {
"lint": "eslint bin/src lib/src src test --ext js,jsx",
Expand Down

0 comments on commit a55719c

Please sign in to comment.