Skip to content

Commit 185cada

Browse files
committed
Release v8.2.1
1 parent bddc079 commit 185cada

File tree

4 files changed

+6
-5
lines changed

4 files changed

+6
-5
lines changed

AUTHORS

+1
Original file line numberDiff line numberDiff line change
@@ -515,5 +515,6 @@ François Hodierne <[email protected]>
515515
Evaline Ju <[email protected]>
516516
517517
Jordan Stephens <[email protected]>
518+
Adam Keating <[email protected]>
518519

519520
# Generated by scripts/update-authors.js

CHANGELOG.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -4,10 +4,10 @@ Fixed stuff.
44

55
## :bug: Fixes
66

7-
- #4489: Fix problematic handling of otherwise-unhandled `Promise` rejections and erroneous "`done()` called twice" errors (@boneskull)
8-
- #4496: Avoid `MaxListenersExceededWarning` in watch mode (@boneskull)
7+
- [#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))
8+
- [#4496](https://github.com/mochajs/mocha/issues/4496): Avoid `MaxListenersExceededWarning` in watch mode ([**@boneskull**](https://github.com/boneskull))
99

10-
Also thanks to @akeating for a documentation fix!
10+
Also thanks to [**@akeating**](https://github.com/akeating) for a documentation fix!
1111

1212
# 8.2.0 / 2020-10-16
1313

package-lock.json

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

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "mocha",
3-
"version": "8.2.0",
3+
"version": "8.2.1",
44
"description": "simple, flexible, fun test framework",
55
"keywords": [
66
"mocha",

0 commit comments

Comments
 (0)