Skip to content

Commit 023f548

Browse files
committed
build(v10.0.0): release
1 parent 62b1566 commit 023f548

File tree

4 files changed

+17
-14
lines changed

4 files changed

+17
-14
lines changed

AUTHORS

+3
Original file line numberDiff line numberDiff line change
@@ -532,5 +532,8 @@ Curtis Man <[email protected]>
532532
Andrei Rusu <[email protected]>
533533
Quentin Barbe <[email protected]>
534534
Mattias Norlander <[email protected]>
535+
CommanderRoot <[email protected]>
536+
Elihu Cruz <[email protected]>
537+
535538

536539
# Generated by scripts/update-authors.js

CHANGELOG.md

+11-11
Original file line numberDiff line numberDiff line change
@@ -2,29 +2,29 @@
22

33
## :boom: Breaking Changes
44

5-
- #4845: **Drop Node.js v12.x support** (@juergba)
5+
- [#4845](https://github.com/mochajs/mocha/issues/4845): **Drop Node.js v12.x support** ([**@juergba**](https://github.com/juergba))
66

7-
- #4848: Drop Internet-Explorer-11 support (@juergba)
7+
- [#4848](https://github.com/mochajs/mocha/issues/4848): Drop Internet-Explorer-11 support ([**@juergba**](https://github.com/juergba))
88

9-
- #4857: Drop AMD/RequireJS support (@juergba)
9+
- [#4857](https://github.com/mochajs/mocha/issues/4857): Drop AMD/RequireJS support ([**@juergba**](https://github.com/juergba))
1010

11-
- #4866: Drop Growl notification support (@juergba)
11+
- [#4866](https://github.com/mochajs/mocha/issues/4866): Drop Growl notification support ([**@juergba**](https://github.com/juergba))
1212

13-
- #4863: Rename executable `bin/mocha` to `bin/mocha.js` (@juergba)
13+
- [#4863](https://github.com/mochajs/mocha/issues/4863): Rename executable `bin/mocha` to `bin/mocha.js` ([**@juergba**](https://github.com/juergba))
1414

15-
- #4865: `--ignore` option in Windows: upgrade Minimatch (@juergba)
15+
- [#4865](https://github.com/mochajs/mocha/issues/4865): `--ignore` option in Windows: upgrade Minimatch ([**@juergba**](https://github.com/juergba))
1616

17-
- #4861: Remove deprecated `Runner` signature (@juergba)
17+
- [#4861](https://github.com/mochajs/mocha/issues/4861): Remove deprecated `Runner` signature ([**@juergba**](https://github.com/juergba))
1818

1919
## :nut\_and\_bolt: Other
2020

21-
- #4878: Update production dependencies (@juergba)
21+
- [#4878](https://github.com/mochajs/mocha/issues/4878): Update production dependencies ([**@juergba**](https://github.com/juergba))
2222

23-
- #4876: Add Node.js v18 to CI test matrix (@outsideris)
23+
- [#4876](https://github.com/mochajs/mocha/issues/4876): Add Node.js v18 to CI test matrix ([**@outsideris**](https://github.com/outsideris))
2424

25-
- #4852: Replace deprecated `String.prototype.substr()` (@CommanderRoot)
25+
- [#4852](https://github.com/mochajs/mocha/issues/4852): Replace deprecated `String.prototype.substr()` ([**@CommanderRoot**](https://github.com/CommanderRoot))
2626

27-
Also thanks to @ea2305 and @SukkaW for improvements to our documentation.
27+
Also thanks to [**@ea2305**](https://github.com/ea2305) and [**@SukkaW**](https://github.com/SukkaW) for improvements to our documentation.
2828

2929
# 9.2.2 / 2022-03-11
3030

package-lock.json

+2-2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "mocha",
3-
"version": "9.2.2",
3+
"version": "10.0.0",
44
"type": "commonjs",
55
"description": "simple, flexible, fun test framework",
66
"keywords": [

0 commit comments

Comments
 (0)