Skip to content

Commit 843a322

Browse files
committed
6.2.2
1 parent aec8b02 commit 843a322

File tree

3 files changed

+12
-9
lines changed

3 files changed

+12
-9
lines changed

Diff for: CHANGELOG.md

+7-7
Original file line numberDiff line numberDiff line change
@@ -2,16 +2,16 @@
22

33
## :bug: Fixes
44

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

1010
## :book: Documentation
1111

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

1616
# 6.2.1 / 2019-09-29
1717

Diff for: package-lock.json

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Diff for: package.json

+4-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "mocha",
3-
"version": "6.2.1",
3+
"version": "6.2.2",
44
"description": "simple, flexible, fun test framework",
55
"keywords": [
66
"mocha",
@@ -147,6 +147,7 @@
147147
"Enric Pallerols <[email protected]>",
148148
"Erik Eng <[email protected]>",
149149
"Eugene Tiutiunnyk <[email protected]>",
150+
"EunChan Park <[email protected]>",
150151
"Fabio M. Costa <[email protected]>",
151152
"Fábio Santos <[email protected]>",
152153
"Fagner Brack <[email protected]>",
@@ -286,6 +287,7 @@
286287
"László Bácsi <[email protected]>",
287288
"Laurence Rowe <[email protected]>",
288289
"Liam Newman <[email protected]>",
290+
"Lindsay-Needs-Sleep <[email protected]>",
289291
"Linus Unnebäck <[email protected]>",
290292
291293
"Long Ho <[email protected]>",
@@ -312,6 +314,7 @@
312314
"Max Goodman <[email protected]>",
313315
"Maximilian Antoni <[email protected]>",
314316
"Merrick Christensen <[email protected]>",
317+
315318
"Michael Demmer <[email protected]>",
316319
"Michael Jackson <[email protected]>",
317320
"Michael Olson <[email protected]>",

0 commit comments

Comments
 (0)