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 17, 2019
1 parent d6d6cde commit ce0cafe
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
5 changes: 4 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
# mochawesome changelog

## [Unreleased]

## [3.1.2] - 2019-04-17
### Fixed
- Issue where a suite with skipped tests reports duration as `0`. [#276](https://github.com/adamgruber/mochawesome/issues/276)

Expand Down Expand Up @@ -171,7 +173,8 @@ This release is in tandem with and requires mochawesome-report-generator >= 3.0.
- Custom font-icon set
- All fonts are now local to the report

[Unreleased]: https://github.com/adamgruber/mochawesome/compare/3.1.1...HEAD
[Unreleased]: https://github.com/adamgruber/mochawesome/compare/3.1.2...HEAD
[3.1.2]: https://github.com/adamgruber/mochawesome/compare/3.1.1...3.1.2
[3.1.1]: https://github.com/adamgruber/mochawesome/compare/3.1.0...3.1.1
[3.1.0]: https://github.com/adamgruber/mochawesome/compare/3.0.3...3.1.0
[3.0.3]: https://github.com/adamgruber/mochawesome/compare/3.0.2...3.0.3
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",
"version": "3.1.1",
"version": "3.1.2",
"description": "A Gorgeous HTML/CSS Reporter for Mocha.js",
"scripts": {
"lint": "eslint src test",
Expand Down

0 comments on commit ce0cafe

Please sign in to comment.