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
Expand Up @@ -515,5 +515,6 @@ François Hodierne <francois@hodierne.net>
Evaline Ju <69598118+evaline-ju@users.noreply.github.com>
Valeria <valeria.viana.gusmao@gmail.com>
Jordan Stephens <jordan@stephens.io>
Adam Keating <1427265+akeating@users.noreply.github.com>

# Generated by scripts/update-authors.js
6 changes: 3 additions & 3 deletions CHANGELOG.md
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://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

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
@@ -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.