diff --git a/AUTHORS b/AUTHORS index 41360dddae..79287fdcdc 100644 --- a/AUTHORS +++ b/AUTHORS @@ -528,5 +528,6 @@ Alexander Fenster kirill-golovan <57108967+kirill-golovan@users.noreply.github.com> Michal Dorner Curtis Man +华 <1395348685z@gmail.com> # Generated by scripts/update-authors.js diff --git a/CHANGELOG.md b/CHANGELOG.md index c217e76b16..280d738e91 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,12 +2,12 @@ ## :bug: Fixes -- #4746: Browser: stop using all global vars in `browser-entry.js` (@PaperStrike) +- [#4746](https://github.com/mochajs/mocha/issues/4746): Browser: stop using all global vars in `browser-entry.js` ([**@PaperStrike**](https://github.com/PaperStrike)) ## :nut_and_bolt: Other -- #4754: Remove dependency wide-align (@juergba) -- #4736: ESM: remove code for Node versions <10 (@juergba) +- [#4754](https://github.com/mochajs/mocha/issues/4754): Remove dependency wide-align ([**@juergba**](https://github.com/juergba)) +- [#4736](https://github.com/mochajs/mocha/issues/4736): ESM: remove code for Node versions <10 ([**@juergba**](https://github.com/juergba)) # 9.1.1 / 2021-08-28 diff --git a/package-lock.json b/package-lock.json index 3454387b5d..13eb6c519b 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "mocha", - "version": "9.1.1", + "version": "9.1.2", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index 84adf05e69..684d90750b 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "mocha", - "version": "9.1.1", + "version": "9.1.2", "description": "simple, flexible, fun test framework", "keywords": [ "mocha",