Skip to content

Commit

Permalink
release 3.1.3 [ci skip]
Browse files Browse the repository at this point in the history
  • Loading branch information
Adam Gruber committed Jul 18, 2018
1 parent 88fa91a commit 7a59427
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.3] / 2018-07-18
### Fixed
- Updated webpack config to correctly set `devtool` to `false` when building for production. [#101](https://github.com/adamgruber/mochawesome-report-generator/issues/101)

Expand Down Expand Up @@ -149,6 +151,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.3]: https://github.com/adamgruber/mochawesome-report-generator/compare/3.1.2...3.1.3
[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
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.2",
"version": "3.1.3",
"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 7a59427

Please sign in to comment.