Skip to content

Commit 341fcb5

Browse files
author
Adam Gruber
committed
release v6.2.1
1 parent e0d3255 commit 341fcb5

3 files changed

Lines changed: 8 additions & 3 deletions

File tree

CHANGELOG.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,10 @@
22

33
## [Unreleased]
44

5+
## [6.2.1] - 2020-11-02
6+
### Fixed
7+
- Add `register.js` to "files" array
8+
59
## [6.2.0] - 2020-11-01
610
### Added
711
- Support mocha `--parallel` mode
@@ -265,7 +269,8 @@ This release is in tandem with and requires mochawesome-report-generator >= 3.0.
265269
- Custom font-icon set
266270
- All fonts are now local to the report
267271

268-
[Unreleased]: https://github.com/adamgruber/mochawesome/compare/6.2.0...HEAD
272+
[Unreleased]: https://github.com/adamgruber/mochawesome/compare/6.2.1...HEAD
273+
[6.2.1]: https://github.com/adamgruber/mochawesome/compare/6.2.0...6.2.1
269274
[6.2.0]: https://github.com/adamgruber/mochawesome/compare/6.1.1...6.2.0
270275
[6.1.1]: https://github.com/adamgruber/mochawesome/compare/6.1.0...6.1.1
271276
[6.1.0]: https://github.com/adamgruber/mochawesome/compare/6.0.0...6.1.0

package-lock.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "mochawesome",
3-
"version": "6.2.0",
3+
"version": "6.2.1",
44
"description": "A gorgeous reporter for Mocha.js",
55
"scripts": {
66
"lint": "eslint src test*",

0 commit comments

Comments
 (0)