Skip to content

Commit

Permalink
release v7.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
adamgruber committed Feb 24, 2022
1 parent 7105e62 commit 77eba22
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 4 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]

## [7.1.0] - 2022-02-24
### Added
- Support for `[name]` replacement token in `reportFilename` option

Expand Down Expand Up @@ -297,7 +299,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.0.1...HEAD
[Unreleased]: https://github.com/adamgruber/mochawesome/compare/7.1.0...HEAD
[7.1.0]: https://github.com/adamgruber/mochawesome/compare/7.0.1...7.1.0
[7.0.1]: https://github.com/adamgruber/mochawesome/compare/7.0.0...7.0.1
[7.0.0]: https://github.com/adamgruber/mochawesome/compare/6.3.1...7.0.0
[6.3.1]: https://github.com/adamgruber/mochawesome/compare/6.3.0...6.3.1
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.0.1",
"version": "7.1.0",
"description": "A gorgeous reporter for Mocha.js",
"scripts": {
"lint": "eslint src test*",
Expand Down

0 comments on commit 77eba22

Please sign in to comment.