Skip to content

Commit 5064c28

Browse files
committed
Release v8.4.0
1 parent 9cbcc8b commit 5064c28

File tree

3 files changed

+8
-8
lines changed

3 files changed

+8
-8
lines changed

CHANGELOG.md

+6-6
Original file line numberDiff line numberDiff line change
@@ -2,19 +2,19 @@
22

33
## :tada: Enhancements
44

5-
- #4502: CLI file parsing errors now have error codes (@evaline-ju)
5+
- [#4502](https://github.com/mochajs/mocha/issues/4502): CLI file parsing errors now have error codes ([**@evaline-ju**](https://github.com/evaline-ju))
66

77
## :bug: Fixes
88

9-
- #4614: Watch: fix crash when reloading files (@outsideris)
9+
- [#4614](https://github.com/mochajs/mocha/issues/4614): Watch: fix crash when reloading files ([**@outsideris**](https://github.com/outsideris))
1010

1111
## :book: Documentation
1212

13-
- #4630: Add `options.require` to Mocha constructor for `root hook` plugins on parallel runs (@juergba)
14-
- #4617: Dynamically generating tests with `top-level await` and ESM test files (@juergba)
15-
- #4608: Update default file extensions (@outsideris)
13+
- [#4630](https://github.com/mochajs/mocha/issues/4630): Add `options.require` to Mocha constructor for `root hook` plugins on parallel runs ([**@juergba**](https://github.com/juergba))
14+
- [#4617](https://github.com/mochajs/mocha/issues/4617): Dynamically generating tests with `top-level await` and ESM test files ([**@juergba**](https://github.com/juergba))
15+
- [#4608](https://github.com/mochajs/mocha/issues/4608): Update default file extensions ([**@outsideris**](https://github.com/outsideris))
1616

17-
Also thanks to @outsideris for various improvements on our GH actions workflows.
17+
Also thanks to [**@outsideris**](https://github.com/outsideris) for various improvements on our GH actions workflows.
1818

1919
# 8.3.2 / 2021-03-12
2020

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

0 commit comments

Comments
 (0)