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 Feb 24, 2022
1 parent cf51b85 commit 2fb1713
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 4 deletions.
4 changes: 3 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
# mochawesome-report-generator changelog

## [Unreleased]
## [6.1.0] - 2022-02-24
### Added
- `reportFilename` option: support replacement tokens (`[name]`, `[status]`, `[datetime]`)

Expand Down Expand Up @@ -187,7 +188,8 @@ No release is complete without a quick hotfix.
## 1.0.0 - 2016-12-18
- Initial release

[Unreleased]: https://github.com/adamgruber/mochawesome-report-generator/compare/6.0.1...HEAD
[Unreleased]: https://github.com/adamgruber/mochawesome-report-generator/compare/6.1.0...HEAD
[6.1.0]: https://github.com/adamgruber/mochawesome-report-generator/compare/6.0.1...6.1.0
[6.0.1]: https://github.com/adamgruber/mochawesome-report-generator/compare/6.0.0...6.0.1
[6.0.0]: https://github.com/adamgruber/mochawesome-report-generator/compare/5.2.0...6.0.0
[5.2.0]: https://github.com/adamgruber/mochawesome-report-generator/compare/5.1.0...5.2.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-report-generator",
"version": "6.0.1",
"version": "6.1.0",
"description": "Generates gorgeous HTML reports from mochawesome reporter.",
"scripts": {
"lint": "eslint src test --ext js",
Expand Down

0 comments on commit 2fb1713

Please sign in to comment.