Skip to content

Commit

Permalink
Release v8.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
boneskull committed Nov 2, 2020
1 parent bddc079 commit 185cada
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 5 deletions.
1 change: 1 addition & 0 deletions AUTHORS
Original file line number Diff line number Diff line change
Expand Up @@ -515,5 +515,6 @@ François Hodierne <[email protected]>
Evaline Ju <[email protected]>
Valeria <[email protected]>
Jordan Stephens <[email protected]>
Adam Keating <[email protected]>

# Generated by scripts/update-authors.js
6 changes: 3 additions & 3 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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:/mochajs/mocha/issues/4489): Fix problematic handling of otherwise-unhandled `Promise` rejections and erroneous "`done()` called twice" errors ([**@boneskull**](https:/boneskull))
- [#4496](https:/mochajs/mocha/issues/4496): Avoid `MaxListenersExceededWarning` in watch mode ([**@boneskull**](https:/boneskull))

Also thanks to @akeating for a documentation fix!
Also thanks to [**@akeating**](https:/akeating) for a documentation fix!

# 8.2.0 / 2020-10-16

Expand Down
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "mocha",
"version": "8.2.0",
"version": "8.2.1",
"description": "simple, flexible, fun test framework",
"keywords": [
"mocha",
Expand Down

0 comments on commit 185cada

Please sign in to comment.