Skip to content

Commit

Permalink
release v6.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Adam Gruber committed Apr 13, 2020
1 parent 5117e86 commit cefb2dd
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 4 deletions.
7 changes: 5 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,10 @@
# mochawesome changelog

## [Unreleased]

## [6.1.0] - 2020-04-13
### Changed
- No longer requires react or react-dom as peer deps
- Bump mochawesome-report-generator to 5.1.0. No longer requires react or react-dom as peer deps

## [6.0.0] - 2020-04-10
### Changed
Expand Down Expand Up @@ -248,7 +250,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.0.0...HEAD
[Unreleased]: https://github.com/adamgruber/mochawesome/compare/6.1.0...HEAD
[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
[4.1.0]: https://github.com/adamgruber/mochawesome/compare/4.0.1...4.1.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.0.0",
"version": "6.1.0",
"description": "A gorgeous reporter for Mocha.js",
"scripts": {
"lint": "eslint src test",
Expand Down

0 comments on commit cefb2dd

Please sign in to comment.