Skip to content

Commit c6f874f

Browse files
committed
Release v8.3.1
1 parent a74d007 commit c6f874f

File tree

4 files changed

+5
-4
lines changed

4 files changed

+5
-4
lines changed

AUTHORS

+1
Original file line numberDiff line numberDiff line change
@@ -519,5 +519,6 @@ Adam Keating <[email protected]>
519519
520520
José Jesús Sinohui Fernández <[email protected]>
521521
Maxwell Gerber <[email protected]>
522+
Sebastian Noack <[email protected]>
522523

523524
# Generated by scripts/update-authors.js

CHANGELOG.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@
22

33
## :bug: Fixes
44

5-
- #4577: Browser: fix `EvalError` caused by regenerator-runtime (@snoack)
6-
- #4574: ESM: allow `import` from mocha in parallel mode (@nicojs)
5+
- [#4577](https://github.com/mochajs/mocha/issues/4577): Browser: fix `EvalError` caused by regenerator-runtime ([**@snoack**](https://github.com/snoack))
6+
- [#4574](https://github.com/mochajs/mocha/issues/4574): ESM: allow `import` from mocha in parallel mode ([**@nicojs**](https://github.com/nicojs))
77

88
# 8.3.0 / 2021-02-11
99

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.3.0",
3+
"version": "8.3.1",
44
"description": "simple, flexible, fun test framework",
55
"keywords": [
66
"mocha",

0 commit comments

Comments
 (0)