From 023f548213e571031b41cabbcb8bb20e458b2725 Mon Sep 17 00:00:00 2001 From: Juerg B <44573692+juergba@users.noreply.github.com> Date: Sun, 1 May 2022 06:54:10 +0200 Subject: [PATCH] build(v10.0.0): release --- AUTHORS | 3 +++ CHANGELOG.md | 22 +++++++++++----------- package-lock.json | 4 ++-- package.json | 2 +- 4 files changed, 17 insertions(+), 14 deletions(-) diff --git a/AUTHORS b/AUTHORS index a632fd7fc3..e0a69c92e8 100644 --- a/AUTHORS +++ b/AUTHORS @@ -532,5 +532,8 @@ Curtis Man Andrei Rusu Quentin Barbe Mattias Norlander +CommanderRoot +Elihu Cruz +Sukka # Generated by scripts/update-authors.js diff --git a/CHANGELOG.md b/CHANGELOG.md index bffd5b9737..c4026fd099 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,29 +2,29 @@ ## :boom: Breaking Changes -- #4845: **Drop Node.js v12.x support** (@juergba) +- [#4845](https://github.com/mochajs/mocha/issues/4845): **Drop Node.js v12.x support** ([**@juergba**](https://github.com/juergba)) -- #4848: Drop Internet-Explorer-11 support (@juergba) +- [#4848](https://github.com/mochajs/mocha/issues/4848): Drop Internet-Explorer-11 support ([**@juergba**](https://github.com/juergba)) -- #4857: Drop AMD/RequireJS support (@juergba) +- [#4857](https://github.com/mochajs/mocha/issues/4857): Drop AMD/RequireJS support ([**@juergba**](https://github.com/juergba)) -- #4866: Drop Growl notification support (@juergba) +- [#4866](https://github.com/mochajs/mocha/issues/4866): Drop Growl notification support ([**@juergba**](https://github.com/juergba)) -- #4863: Rename executable `bin/mocha` to `bin/mocha.js` (@juergba) +- [#4863](https://github.com/mochajs/mocha/issues/4863): Rename executable `bin/mocha` to `bin/mocha.js` ([**@juergba**](https://github.com/juergba)) -- #4865: `--ignore` option in Windows: upgrade Minimatch (@juergba) +- [#4865](https://github.com/mochajs/mocha/issues/4865): `--ignore` option in Windows: upgrade Minimatch ([**@juergba**](https://github.com/juergba)) -- #4861: Remove deprecated `Runner` signature (@juergba) +- [#4861](https://github.com/mochajs/mocha/issues/4861): Remove deprecated `Runner` signature ([**@juergba**](https://github.com/juergba)) ## :nut\_and\_bolt: Other -- #4878: Update production dependencies (@juergba) +- [#4878](https://github.com/mochajs/mocha/issues/4878): Update production dependencies ([**@juergba**](https://github.com/juergba)) -- #4876: Add Node.js v18 to CI test matrix (@outsideris) +- [#4876](https://github.com/mochajs/mocha/issues/4876): Add Node.js v18 to CI test matrix ([**@outsideris**](https://github.com/outsideris)) -- #4852: Replace deprecated `String.prototype.substr()` (@CommanderRoot) +- [#4852](https://github.com/mochajs/mocha/issues/4852): Replace deprecated `String.prototype.substr()` ([**@CommanderRoot**](https://github.com/CommanderRoot)) -Also thanks to @ea2305 and @SukkaW for improvements to our documentation. +Also thanks to [**@ea2305**](https://github.com/ea2305) and [**@SukkaW**](https://github.com/SukkaW) for improvements to our documentation. # 9.2.2 / 2022-03-11 diff --git a/package-lock.json b/package-lock.json index 06cc3af68d..d144e6a2d7 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "mocha", - "version": "9.2.2", + "version": "10.0.0", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "mocha", - "version": "9.2.2", + "version": "10.0.0", "license": "MIT", "dependencies": { "@ungap/promise-all-settled": "1.1.2", diff --git a/package.json b/package.json index 0cf6a4feea..aba2b8f181 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "mocha", - "version": "9.2.2", + "version": "10.0.0", "type": "commonjs", "description": "simple, flexible, fun test framework", "keywords": [