Skip to content

Commit e044ef0

Browse files
committed
Release v9.0.3
1 parent 8907601 commit e044ef0

File tree

4 files changed

+6
-5
lines changed

4 files changed

+6
-5
lines changed

AUTHORS

+1
Original file line numberDiff line numberDiff line change
@@ -525,5 +525,6 @@ Alexander Fenster <[email protected]>
525525
MoonSupport <[email protected]>
526526
527527
Alexander Fenster <[email protected]>
528+
kirill-golovan <[email protected]>
528529

529530
# Generated by scripts/update-authors.js

CHANGELOG.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -2,11 +2,11 @@
22

33
## :bug: Fixes
44

5-
- #4702: Error rethrow from cwd-relative path while loading `.mocharc.js` (@kirill-golovan)
5+
- [#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))
66

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

9-
- #4687: ESM: don't swallow `MODULE_NOT_FOUND` errors in case of `type:module` (@giltayar)
9+
- [#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))
1010

1111
# 9.0.2 / 2021-07-03
1212

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

0 commit comments

Comments
 (0)