Skip to content

Commit

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

## Unreleased
## [Unreleased]

## [3.1.4] / 2018-10-05
### Changed
- Added `pending` and `skipped` to `TestState` enum. [#111](https://github.com/adamgruber/mochawesome-report-generator/issues/111)

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

[Unreleased]: https://github.com/adamgruber/mochawesome-report-generator/compare/3.1.4...HEAD
[3.1.4]: https://github.com/adamgruber/mochawesome-report-generator/compare/3.1.3...3.1.4
[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
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.3",
"version": "3.1.4",
"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 dceb19f

Please sign in to comment.