diff --git a/AUTHORS b/AUTHORS index 4548062d3b..6ce672fa5d 100644 --- a/AUTHORS +++ b/AUTHORS @@ -515,5 +515,6 @@ François Hodierne Evaline Ju <69598118+evaline-ju@users.noreply.github.com> Valeria Jordan Stephens +Adam Keating <1427265+akeating@users.noreply.github.com> # Generated by scripts/update-authors.js diff --git a/CHANGELOG.md b/CHANGELOG.md index 1fd01eb73b..132c0d8f98 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,10 +4,10 @@ Fixed stuff. ## :bug: Fixes -- #4489: Fix problematic handling of otherwise-unhandled `Promise` rejections and erroneous "`done()` called twice" errors (@boneskull) -- #4496: Avoid `MaxListenersExceededWarning` in watch mode (@boneskull) +- [#4489](https://github.com/mochajs/mocha/issues/4489): Fix problematic handling of otherwise-unhandled `Promise` rejections and erroneous "`done()` called twice" errors ([**@boneskull**](https://github.com/boneskull)) +- [#4496](https://github.com/mochajs/mocha/issues/4496): Avoid `MaxListenersExceededWarning` in watch mode ([**@boneskull**](https://github.com/boneskull)) -Also thanks to @akeating for a documentation fix! +Also thanks to [**@akeating**](https://github.com/akeating) for a documentation fix! # 8.2.0 / 2020-10-16 diff --git a/package-lock.json b/package-lock.json index 66032fce7d..b6b1a99596 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "mocha", - "version": "8.2.0", + "version": "8.2.1", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index b5cf9ca229..6ba7621733 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "mocha", - "version": "8.2.0", + "version": "8.2.1", "description": "simple, flexible, fun test framework", "keywords": [ "mocha",