Skip to content

Commit

Permalink
Release v9.0.3
Browse files Browse the repository at this point in the history
  • Loading branch information
juergba committed Jul 25, 2021
1 parent 8907601 commit e044ef0
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 @@ -525,5 +525,6 @@ Alexander Fenster <[email protected]>
MoonSupport <[email protected]>
Dayzen <[email protected]>
Alexander Fenster <[email protected]>
kirill-golovan <[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 @@ -2,11 +2,11 @@

## :bug: Fixes

- #4702: Error rethrow from cwd-relative path while loading `.mocharc.js` (@kirill-golovan)
- [#4702](https://github.com/mochajs/mocha/issues/4702): Error rethrow from cwd-relative path while loading `.mocharc.js` ([**@kirill-golovan**](https://github.com/kirill-golovan))

- #4688: Usage of custom interface in parallel mode (@juergba)
- [#4688](https://github.com/mochajs/mocha/issues/4688): Usage of custom interface in parallel mode ([**@juergba**](https://github.com/juergba))

- #4687: ESM: don't swallow `MODULE_NOT_FOUND` errors in case of `type:module` (@giltayar)
- [#4687](https://github.com/mochajs/mocha/issues/4687): ESM: don't swallow `MODULE_NOT_FOUND` errors in case of `type:module` ([**@giltayar**](https://github.com/giltayar))

# 9.0.2 / 2021-07-03

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

0 comments on commit e044ef0

Please sign in to comment.