Skip to content

Commit

Permalink
release 3.1.0 [ci skip]
Browse files Browse the repository at this point in the history
  • Loading branch information
Adam Gruber committed Oct 17, 2018
1 parent 155b087 commit e176d7f
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
5 changes: 4 additions & 1 deletion CHANGELOG.md
@@ -1,6 +1,8 @@
# mochawesome changelog

## [Unreleased]

## [3.1.0] / 2018-10-17
### Changed
- Invert logic for getting test code by checking for `test.body` before `test.fn` inside `cleanTest` method [#252](https://github.com/adamgruber/mochawesome/issues/252)

Expand Down Expand Up @@ -163,7 +165,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.0.3...HEAD
[Unreleased]: https://github.com/adamgruber/mochawesome/compare/3.1.0...HEAD
[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
[3.0.2]: https://github.com/adamgruber/mochawesome/compare/3.0.1...3.0.2
[3.0.1]: https://github.com/adamgruber/mochawesome/compare/3.0.0...3.0.1
Expand Down
2 changes: 1 addition & 1 deletion package.json
@@ -1,6 +1,6 @@
{
"name": "mochawesome",
"version": "3.0.3",
"version": "3.1.0",
"description": "A Gorgeous HTML/CSS Reporter for Mocha.js",
"scripts": {
"lint": "eslint src test",
Expand Down

0 comments on commit e176d7f

Please sign in to comment.