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
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
@@ -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 <enric@pallerols.cat>",
"Erik Eng <mail@ptz0n.se>",
"Eugene Tiutiunnyk <eugene.tiutiunnyk@lookout.com>",
"EunChan Park <pec9399@naver.com>",
"Fabio M. Costa <fabiomcosta@gmail.com>",
"Fábio Santos <fabiosantosart@gmail.com>",
"Fagner Brack <github3@fagnermartins.com>",
Expand Down Expand Up @@ -286,6 +287,7 @@
"László Bácsi <lackac@lackac.hu>",
"Laurence Rowe <lrowe@netflix.com>",
"Liam Newman <bitwiseman@gmail.com>",
"Lindsay-Needs-Sleep <51773923+Lindsay-Needs-Sleep@users.noreply.github.com>",
"Linus Unnebäck <linus@folkdatorn.se>",
"lodr <salva@unoyunodiez.com>",
"Long Ho <longlho@users.noreply.github.com>",
Expand All @@ -312,6 +314,7 @@
"Max Goodman <c@chromakode.com>",
"Maximilian Antoni <mail@maxantoni.de>",
"Merrick Christensen <merrick.christensen@gmail.com>",
"Mia <miajeongdev@gmail.com>",
"Michael Demmer <demmer@jut.io>",
"Michael Jackson <mjijackson@gmail.com>",
"Michael Olson <mwolson@member.fsf.org>",
Expand Down

0 comments on commit 843a322

Please sign in to comment.