Skip to content

Commit

Permalink
release v4.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
adamgruber committed Jun 15, 2019
1 parent 3367ba7 commit 286581d
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
5 changes: 4 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
# mochawesome changelog

## [Unreleased]

## [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 @@ -192,7 +194,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.0...HEAD
[Unreleased]: https://github.com/adamgruber/mochawesome/compare/4.0.1...HEAD
[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
[3.1.1]: https://github.com/adamgruber/mochawesome/compare/3.1.0...3.1.1
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.0",
"version": "4.0.1",
"description": "A gorgeous reporter for Mocha.js",
"scripts": {
"lint": "eslint src test",
Expand Down

0 comments on commit 286581d

Please sign in to comment.