Skip to content

Commit

Permalink
release 3.1.1 [ci skip]
Browse files Browse the repository at this point in the history
  • Loading branch information
Adam Gruber committed Oct 22, 2018
1 parent ccc288a commit 798911f
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.1] / 2018-10-22
### Changed
- Switch from RegExp to state machine for stripping function start in `cleanCode` method. [#257](https://github.com/adamgruber/mochawesome/issues/257)

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

0 comments on commit 798911f

Please sign in to comment.