Skip to content

Commit 202e9b8

Browse files
committed
build(v10.2.0): release
1 parent 6782d6d commit 202e9b8

File tree

4 files changed

+9
-6
lines changed

4 files changed

+9
-6
lines changed

AUTHORS

+3
Original file line numberDiff line numberDiff line change
@@ -539,5 +539,8 @@ Darius Dzien <ddzien2@gmail.com>
539539
Yeting Li <liyt@ios.ac.cn>
540540
Greggman <github@greggman.com>
541541
Josh Goldberg <git@joshuakgoldberg.com>
542+
Kleis Auke Wolthuizen <github@kleisauke.nl>
543+
Paulo Gonçalves <github@paulog.dev>
544+
Anton Usmansky <anton.usmansky@gmail.com>
542545

543546
# Generated by scripts/update-authors.js

CHANGELOG.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -2,15 +2,15 @@
22

33
## :tada: Enhancements
44

5-
- #4945: API: add possibility to decorate ESM name before import (@j0tunn)
5+
- [#4945](https://github.com/mochajs/mocha/issues/4945): API: add possibility to decorate ESM name before import ([**@j0tunn**](https://github.com/j0tunn))
66

77
## :bug: Fixes
88

9-
- #4946: Browser: color of failed test icon (@kleisauke)
9+
- [#4946](https://github.com/mochajs/mocha/issues/4946): Browser: color of failed test icon ([**@kleisauke**](https://github.com/kleisauke))
1010

1111
## :book: Documentation
1212

13-
- #4944: Remove duplicated header (@PauloGoncalvesBH)
13+
- [#4944](https://github.com/mochajs/mocha/issues/4944): Remove duplicated header ([**@PauloGoncalvesBH**](https://github.com/PauloGoncalvesBH))
1414

1515
# 10.1.0 / 2022-10-16
1616

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": "10.1.0",
3+
"version": "10.2.0",
44
"type": "commonjs",
55
"description": "simple, flexible, fun test framework",
66
"keywords": [

0 commit comments

Comments
 (0)