Skip to content

Commit

Permalink
build(v10.1.0): release
Browse files Browse the repository at this point in the history
  • Loading branch information
juergba committed Oct 15, 2022
1 parent ed74f16 commit 5f96d51
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 8 deletions.
4 changes: 4 additions & 0 deletions AUTHORS
Expand Up @@ -535,5 +535,9 @@ Mattias Norlander <mattias.norlander@gmail.com>
CommanderRoot <CommanderRoot@users.noreply.github.com>
Elihu Cruz <elihuacruz@gmail.com>
Sukka <isukkaw@gmail.com>
Darius Dzien <ddzien2@gmail.com>
Yeting Li <liyt@ios.ac.cn>
Greggman <github@greggman.com>
Josh Goldberg <git@joshuakgoldberg.com>

# Generated by scripts/update-authors.js
10 changes: 5 additions & 5 deletions CHANGELOG.md
Expand Up @@ -2,14 +2,14 @@

## :tada: Enhancements

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

## :nut\_and\_bolt: Other

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

# 10.0.0 / 2022-05-01

Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
@@ -1,6 +1,6 @@
{
"name": "mocha",
"version": "10.0.0",
"version": "10.1.0",
"type": "commonjs",
"description": "simple, flexible, fun test framework",
"keywords": [
Expand Down

0 comments on commit 5f96d51

Please sign in to comment.