diff --git a/CHANGELOG.md b/CHANGELOG.md index 4e5eefc..1655cec 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,8 +1,11 @@ # mochawesome changelog ## [Unreleased] + +## [5.0.0] - 2020-02-25 ### Changed -- Drop support for node 8 +- **BREAKING** Drop support for node 8 +- **BREAKING** Requies mocha 7+ ### Fixed - Ensure a stats collector is always initialized @@ -204,7 +207,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/4.1.0...HEAD +[Unreleased]: https://github.com/adamgruber/mochawesome/compare/5.0.0...HEAD +[5.0.0]: https://github.com/adamgruber/mochawesome/compare/4.1.0...5.0.0 [4.1.0]: https://github.com/adamgruber/mochawesome/compare/4.0.1...4.1.0 [4.0.1]: https://github.com/adamgruber/mochawesome/compare/4.0.0...4.0.1 [4.0.0]: https://github.com/adamgruber/mochawesome/compare/3.1.2...4.0.0