diff --git a/CHANGELOG.md b/CHANGELOG.md index 676f613..ed8322d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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) @@ -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 diff --git a/package.json b/package.json index 436c49c..79514ec 100644 --- a/package.json +++ b/package.json @@ -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",