8000 6.2.2 · mochajs/mocha@843a322 · GitHub
[go: up one dir, main page]

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

CHANGELOG.md

Lines changed: 7 additions & 7 deletions
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

package-lock.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 4 additions & 1 deletion
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 <enric@pallerols.cat>",
148148
"Erik Eng <mail@ptz0n.se>",
149149
"Eugene Tiutiunnyk <eugene.tiutiunnyk@lookout.com>",
150+
"EunChan Park <pec9399@naver.com>",
150151
"Fabio M. Costa <fabiomcosta@gmail.com>",
151152
"Fábio Santos <fabiosantosart@gmail.com>",
152153
"Fagner Brack <github3@fagnermartins.com>",
@@ -286,6 +287,7 @@
286287
"László Bácsi <lackac@lackac.hu>",
287288
"Laurence Rowe <lrowe@netflix.com>",
288289
"Liam Newman <bitwiseman@gmail.com>",
290+
"Lindsay-Needs-Sleep <51773923+Lindsay-Needs-Sleep@users.noreply.github.com>",
289291
"Linus Unnebäck <linus@folkdatorn.se>",
290292
"lodr <salva@unoyunodiez.com>",
291293
"Long Ho <longlho@users.noreply.github.com>",
@@ -312,6 +314,7 @@
312314
"Max Goodman <c@chromakode.com>",
313315
"Maximilian Antoni <mail@maxantoni.de>",
314316
"Merrick Christensen <merrick.christensen@gmail.com>",
317+
"Mia <miajeongdev@gmail.com>",
315318
"Michael Demmer <demmer@jut.io>",
316319
"Michael Jackson <mjijackson@gmail.com>",
317320
"Michael Olson <mwolson@member.fsf.org>",

0 commit comments

Comments
 (0)
0