Skip to content

Commit

Permalink
release v7.1.3
Browse files Browse the repository at this point in the history
  • Loading branch information
adamgruber committed Mar 25, 2022
1 parent 4d0f39b commit 963f073
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 4 deletions.
10 changes: 9 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,13 @@

## [Unreleased]

## [7.1.3] - 2022-03-25
### Changed
- Bump marge to 6.2.0 [#372](https://github.com/adamgruber/mochawesome/issues/372)

### Fixed
- Unhandled TypeError attempting to set filename of empty suite [#373](https://github.com/adamgruber/mochawesome/issues/373)

## [7.1.2] - 2022-03-05
### Changed
- Bump marge to 6.1.1 to fix [#195](https://github.com/adamgruber/mochawesome-report-generator/issues/195)
Expand Down Expand Up @@ -306,7 +313,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/7.1.2...HEAD
[Unreleased]: https://github.com/adamgruber/mochawesome/compare/7.1.3...HEAD
[7.1.3]: https://github.com/adamgruber/mochawesome/compare/7.1.2...7.1.3
[7.1.2]: https://github.com/adamgruber/mochawesome/compare/7.1.1...7.1.2
[7.1.1]: https://github.com/adamgruber/mochawesome/compare/7.1.0...7.1.1
[7.1.0]: https://github.com/adamgruber/mochawesome/compare/7.0.1...7.1.0
Expand Down
4 changes: 2 additions & 2 deletions 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": "7.1.2",
"version": "7.1.3",
"description": "A gorgeous reporter for Mocha.js",
"scripts": {
"lint": "eslint src test*",
Expand Down

0 comments on commit 963f073

Please sign in to comment.