diff --git a/CHANGELOG.md b/CHANGELOG.md index c8cdd8ce77..2a26739b79 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,11 +2,11 @@ ## :bug: Fixes -- #4668: ESM: make `--require ` work with new `import`-first loading (@giltayar) +- [#4668](https://github.com/mochajs/mocha/issues/4668): ESM: make `--require ` work with new `import`-first loading ([**@giltayar**](https://github.com/giltayar)) ## :nut_and_bolt: Other -- #4674: Update production dependencies (@juergba) +- [#4674](https://github.com/mochajs/mocha/issues/4674): Update production dependencies ([**@juergba**](https://github.com/juergba)) # 9.0.1 / 2021-06-18 diff --git a/package-lock.json b/package-lock.json index 394921c192..8c12490789 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "mocha", - "version": "9.0.1", + "version": "9.0.2", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index d5452d5fb1..a645d2add0 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "mocha", - "version": "9.0.1", + "version": "9.0.2", "description": "simple, flexible, fun test framework", "keywords": [ "mocha",