Skip to content

Commit

Permalink
6.2.2
Browse files Browse the repository at this point in the history
  • Loading branch information
boneskull committed Oct 18, 2019
1 parent aec8b02 commit 843a322
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 9 deletions.
14 changes: 7 additions & 7 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,16 +2,16 @@

## :bug: Fixes

- #4025: Fix duplicate `EVENT_RUN_END` events upon uncaught exception (@juergba)
- #4051: Fix "unhide" function in `html` reporter (browser) (@pec9399)
- #4063: Fix use of [esm](https://npm.im/esm) in Node.js v8.x (@boneskull)
- #4033: Fix output when multiple async exceptions are thrown (@juergba)
- [#4025](https://github.com/mochajs/mocha/issues/4025): Fix duplicate `EVENT_RUN_END` events upon uncaught exception ([**@juergba**](https://github.com/juergba))
- [#4051](https://github.com/mochajs/mocha/issues/4051): Fix "unhide" function in `html` reporter (browser) ([**@pec9399**](https://github.com/pec9399))
- [#4063](https://github.com/mochajs/mocha/issues/4063): Fix use of [esm](https://npm.im/esm) in Node.js v8.x ([**@boneskull**](https://github.com/boneskull))
- [#4033](https://github.com/mochajs/mocha/issues/4033): Fix output when multiple async exceptions are thrown ([**@juergba**](https://github.com/juergba))

## :book: Documentation

- #4046: Site accessibility fixes (@Mia-jeong)
- #4026: Update docs for custom reporters in browser (@Lindsay-Needs-Sleep)
- #3971: Adopt new OpenJS Foundation Code of Conduct (@craigtaub)
- [#4046](https://github.com/mochajs/mocha/issues/4046): Site accessibility fixes ([**@Mia-jeong**](https://github.com/Mia-jeong))
- [#4026](https://github.com/mochajs/mocha/issues/4026): Update docs for custom reporters in browser ([**@Lindsay-Needs-Sleep**](https://github.com/Lindsay-Needs-Sleep))
- [#3971](https://github.com/mochajs/mocha/issues/3971): Adopt new OpenJS Foundation Code of Conduct ([**@craigtaub**](https://github.com/craigtaub))

# 6.2.1 / 2019-09-29

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.

5 changes: 4 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "mocha",
"version": "6.2.1",
"version": "6.2.2",
"description": "simple, flexible, fun test framework",
"keywords": [
"mocha",
Expand Down Expand Up @@ -147,6 +147,7 @@
"Enric Pallerols <[email protected]>",
"Erik Eng <[email protected]>",
"Eugene Tiutiunnyk <[email protected]>",
"EunChan Park <[email protected]>",
"Fabio M. Costa <[email protected]>",
"Fábio Santos <[email protected]>",
"Fagner Brack <[email protected]>",
Expand Down Expand Up @@ -286,6 +287,7 @@
"László Bácsi <[email protected]>",
"Laurence Rowe <[email protected]>",
"Liam Newman <[email protected]>",
"Lindsay-Needs-Sleep <[email protected]>",
"Linus Unnebäck <[email protected]>",
"lodr <[email protected]>",
"Long Ho <[email protected]>",
Expand All @@ -312,6 +314,7 @@
"Max Goodman <[email protected]>",
"Maximilian Antoni <[email protected]>",
"Merrick Christensen <[email protected]>",
"Mia <[email protected]>",
"Michael Demmer <[email protected]>",
"Michael Jackson <[email protected]>",
"Michael Olson <[email protected]>",
Expand Down

0 comments on commit 843a322

Please sign in to comment.