Skip to content

Commit 5f96d51

Browse files
committed
build(v10.1.0): release
1 parent ed74f16 commit 5f96d51

File tree

4 files changed

+12
-8
lines changed

4 files changed

+12
-8
lines changed

Diff for: AUTHORS

+4
Original file line numberDiff line numberDiff line change
@@ -535,5 +535,9 @@ Mattias Norlander <[email protected]>
535535
CommanderRoot <[email protected]>
536536
Elihu Cruz <[email protected]>
537537
538+
Darius Dzien <[email protected]>
539+
Yeting Li <[email protected]>
540+
541+
Josh Goldberg <[email protected]>
538542

539543
# Generated by scripts/update-authors.js

Diff for: CHANGELOG.md

+5-5
Original file line numberDiff line numberDiff line change
@@ -2,14 +2,14 @@
22

33
## :tada: Enhancements
44

5-
- #4896: Browser: add support for `prefers-color-scheme: dark` (@greggman)
5+
- [#4896](https://github.com/mochajs/mocha/issues/4896): Browser: add support for `prefers-color-scheme: dark` ([**@greggman**](https://github.com/greggman))
66

77
## :nut\_and\_bolt: Other
88

9-
- #4912: Browser: increase contrast for replay buttons (@JoshuaKGoldberg)
10-
- #4905: Use standard `Promise.allSettled` instead of polyfill (@outsideris)
11-
- #4899: Upgrade official GitHub actions to latest (@ddzz)
12-
- #4770: Fix regex in function `clean`(@yetingli)
9+
- [#4912](https://github.com/mochajs/mocha/issues/4912): Browser: increase contrast for replay buttons ([**@JoshuaKGoldberg**](https://github.com/JoshuaKGoldberg))
10+
- [#4905](https://github.com/mochajs/mocha/issues/4905): Use standard `Promise.allSettled` instead of polyfill ([**@outsideris**](https://github.com/outsideris))
11+
- [#4899](https://github.com/mochajs/mocha/issues/4899): Upgrade official GitHub actions to latest ([**@ddzz**](https://github.com/ddzz))
12+
- [#4770](https://github.com/mochajs/mocha/issues/4770): Fix regex in function `clean`([**@yetingli**](https://github.com/yetingli))
1313

1414
# 10.0.0 / 2022-05-01
1515

Diff for: package-lock.json

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

Diff for: package.json

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

0 commit comments

Comments
 (0)