diff --git a/AUTHORS b/AUTHORS index 3ddec65ce9..51a11e2e61 100644 --- a/AUTHORS +++ b/AUTHORS @@ -526,5 +526,6 @@ MoonSupport Dayzen Alexander Fenster kirill-golovan <57108967+kirill-golovan@users.noreply.github.com> +Michal Dorner # Generated by scripts/update-authors.js diff --git a/CHANGELOG.md b/CHANGELOG.md index 7ab4d4f1cd..13d2a63e6a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,9 +2,9 @@ ## :tada: Enhancements -- #4716: Add new option `--fail-zero` (@juergba) -- #4691: Add new option `--node-option` (@juergba) -- #4607: Add output option to `JSON` reporter (@dorny) +- [#4716](https://github.com/mochajs/mocha/issues/4716): Add new option `--fail-zero` ([**@juergba**](https://github.com/juergba)) +- [#4691](https://github.com/mochajs/mocha/issues/4691): Add new option `--node-option` ([**@juergba**](https://github.com/juergba)) +- [#4607](https://github.com/mochajs/mocha/issues/4607): Add output option to `JSON` reporter ([**@dorny**](https://github.com/dorny)) # 9.0.3 / 2021-07-25 diff --git a/package-lock.json b/package-lock.json index cc8c1a437d..25f091780d 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "mocha", - "version": "9.0.3", + "version": "9.1.0", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index d1b201b421..83386125e2 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "mocha", - "version": "9.0.3", + "version": "9.1.0", "description": "simple, flexible, fun test framework", "keywords": [ "mocha",