Skip to content

Commit

Permalink
release v6.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
adamgruber committed Mar 5, 2022
1 parent fa6c468 commit 78daf62
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-report-generator changelog

## [Unreleased]

## [6.1.1] - 2022-03-05
### Fixed
- Regression: prevent saving reports with duplicate `.html` or `.json` extensions when the `reportFilename` option includes the extension. [#195](https://github.com/adamgruber/mochawesome-report-generator/issues/195)
## [6.1.0] - 2022-02-24
Expand Down Expand Up @@ -190,7 +192,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.1.0...HEAD
[Unreleased]: https://github.com/adamgruber/mochawesome-report-generator/compare/6.1.1...HEAD
[6.1.1]: https://github.com/adamgruber/mochawesome-report-generator/compare/6.1.0...6.1.1
[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
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.1.0",
"version": "6.1.1",
"description": "Generates gorgeous HTML reports from mochawesome reporter.",
"scripts": {
"lint": "eslint src test --ext js",
Expand Down

0 comments on commit 78daf62

Please sign in to comment.