Skip to content

Commit

Permalink
release v6.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
adamgruber committed Nov 3, 2021
1 parent fa95f95 commit 5ba3a8b
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 3 deletions.
10 changes: 9 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,13 @@
# mochawesome-report-generator changelog

## [Unreleased]

## [6.0.0] - 2021-11-03
### Changed
- **BREAKING** Dropped support for Node<12
- Updated all dependencies to latest versions with the exception of `dateformat` which has moved to es modules
- Updated `epilog` function to use current year in copyright

### Fixed
- Allow pending/skipped tests with context to be expanded [mochawesome #337](https://github.com/adamgruber/mochawesome/issues/337)

Expand Down Expand Up @@ -174,7 +181,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/5.2.0...HEAD
[Unreleased]: https://github.com/adamgruber/mochawesome-report-generator/compare/6.0.0...HEAD
[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
[5.1.0]: https://github.com/adamgruber/mochawesome-report-generator/compare/5.0.0...5.1.0
[5.0.0]: https://github.com/adamgruber/mochawesome-report-generator/compare/4.1.0...5.0.0
Expand Down
2 changes: 1 addition & 1 deletion 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": "5.2.0",
"version": "6.0.0",
"description": "Generates gorgeous HTML reports from mochawesome reporter.",
"scripts": {
"lint": "eslint src test --ext js",
Expand Down

0 comments on commit 5ba3a8b

Please sign in to comment.