Skip to content

Commit

Permalink
release v6.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Adam Gruber committed Nov 2, 2020
1 parent e0d3255 commit 341fcb5
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 3 deletions.
7 changes: 6 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,10 @@

## [Unreleased]

## [6.2.1] - 2020-11-02
### Fixed
- Add `register.js` to "files" array

## [6.2.0] - 2020-11-01
### Added
- Support mocha `--parallel` mode
Expand Down Expand Up @@ -265,7 +269,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.2.0...HEAD
[Unreleased]: https://github.com/adamgruber/mochawesome/compare/6.2.1...HEAD
[6.2.1]: https://github.com/adamgruber/mochawesome/compare/6.2.0...6.2.1
[6.2.0]: https://github.com/adamgruber/mochawesome/compare/6.1.1...6.2.0
[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
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.2.0",
"version": "6.2.1",
"description": "A gorgeous reporter for Mocha.js",
"scripts": {
"lint": "eslint src test*",
Expand Down

0 comments on commit 341fcb5

Please sign in to comment.