Skip to content

Commit

Permalink
release v4.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Adam Gruber committed Aug 6, 2019
1 parent 9222d7b commit a40d86b
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
7 changes: 6 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,10 @@

## [Unreleased]

## [4.1.0] - 2019-08-06
### Added
- New `consoleReporter` option to allow specifying console reporter to use or disabling console reporter entirely [#99](https://github.com/adamgruber/mochawesome/issues/99)

## [4.0.1] - 2019-06-15
### Fixed
- Issue where using `addContext` inside a `before` or `after` hook would incorrectly apply context to the test [#284](https://github.com/adamgruber/mochawesome/issues/284)
Expand Down Expand Up @@ -194,7 +198,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.0.1...HEAD
[Unreleased]: https://github.com/adamgruber/mochawesome/compare/4.1.0...HEAD
[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
[3.1.2]: https://github.com/adamgruber/mochawesome/compare/3.1.1...3.1.2
Expand Down
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": "4.0.1",
"version": "4.1.0",
"description": "A gorgeous reporter for Mocha.js",
"scripts": {
"lint": "eslint src test",
Expand Down

0 comments on commit a40d86b

Please sign in to comment.