Skip to content

Commit

Permalink
Release v8.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
juergba committed May 7, 2021
1 parent 9cbcc8b commit 5064c28
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 8 deletions.
12 changes: 6 additions & 6 deletions CHANGELOG.md
Expand Up @@ -2,19 +2,19 @@

## :tada: Enhancements

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

## :bug: Fixes

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

## :book: Documentation

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

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

# 8.3.2 / 2021-03-12

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.3.2",
"version": "8.4.0",
"description": "simple, flexible, fun test framework",
"keywords": [
"mocha",
Expand Down

0 comments on commit 5064c28

Please sign in to comment.