diff --git a/AUTHORS b/AUTHORS index a1c0d1f610..3ddec65ce9 100644 --- a/AUTHORS +++ b/AUTHORS @@ -525,5 +525,6 @@ Alexander Fenster MoonSupport Dayzen Alexander Fenster +kirill-golovan <57108967+kirill-golovan@users.noreply.github.com> # Generated by scripts/update-authors.js diff --git a/CHANGELOG.md b/CHANGELOG.md index d28c021f3c..4b72d6a105 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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 diff --git a/package-lock.json b/package-lock.json index 8c12490789..1c0a9fe4c1 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "mocha", - "version": "9.0.2", + "version": "9.0.3", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index a645d2add0..48da12cac8 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "mocha", - "version": "9.0.2", + "version": "9.0.3", "description": "simple, flexible, fun test framework", "keywords": [ "mocha",