From 843a322f9e7724e4a75ceff1920caf24da94bdf2 Mon Sep 17 00:00:00 2001 From: Christopher Hiller Date: Fri, 18 Oct 2019 15:10:15 -0400 Subject: [PATCH] 6.2.2 --- CHANGELOG.md | 14 +++++++------- package-lock.json | 2 +- package.json | 5 ++++- 3 files changed, 12 insertions(+), 9 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 1f24d279f2..8236b4b21f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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 diff --git a/package-lock.json b/package-lock.json index 2bab79bd74..ffca8f5f4b 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "mocha", - "version": "6.2.1", + "version": "6.2.2", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index 1cb8f63eef..3a9ee95d9f 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "mocha", - "version": "6.2.1", + "version": "6.2.2", "description": "simple, flexible, fun test framework", "keywords": [ "mocha", @@ -147,6 +147,7 @@ "Enric Pallerols ", "Erik Eng ", "Eugene Tiutiunnyk ", + "EunChan Park ", "Fabio M. Costa ", "Fábio Santos ", "Fagner Brack ", @@ -286,6 +287,7 @@ "László Bácsi ", "Laurence Rowe ", "Liam Newman ", + "Lindsay-Needs-Sleep <51773923+Lindsay-Needs-Sleep@users.noreply.github.com>", "Linus Unnebäck ", "lodr ", "Long Ho ", @@ -312,6 +314,7 @@ "Max Goodman ", "Maximilian Antoni ", "Merrick Christensen ", + "Mia ", "Michael Demmer ", "Michael Jackson ", "Michael Olson ",