Skip to content

Commit

Permalink
release v6.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Adam Gruber committed Apr 27, 2020
1 parent 1bd41ad commit 34fce31
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 3 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]

## [6.1.1] - 2020-04-27
### Fixed
- Restore inline-diff rendering [#312](https://github.com/adamgruber/mochawesome/issues/312)

Expand Down Expand Up @@ -252,7 +254,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/6.1.0...HEAD
[Unreleased]: https://github.com/adamgruber/mochawesome/compare/6.1.1...HEAD
[6.1.1]: https://github.com/adamgruber/mochawesome/compare/6.1.0...6.1.1
[6.1.0]: https://github.com/adamgruber/mochawesome/compare/6.0.0...6.1.0
[6.0.0]: https://github.com/adamgruber/mochawesome/compare/5.0.0...6.0.0
[5.0.0]: https://github.com/adamgruber/mochawesome/compare/4.1.0...5.0.0
Expand Down
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

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": "6.1.0",
"version": "6.1.1",
"description": "A gorgeous reporter for Mocha.js",
"scripts": {
"lint": "eslint src test",
Expand Down

0 comments on commit 34fce31

Please sign in to comment.