Skip to content

Commit 014e47a

Browse files
committedAug 20, 2021
build(v9.1.0): release
1 parent 3a14b28 commit 014e47a

File tree

4 files changed

+6
-5
lines changed

4 files changed

+6
-5
lines changed
 

‎AUTHORS

+1
Original file line numberDiff line numberDiff line change
@@ -526,5 +526,6 @@ MoonSupport <jiwon3346@naver.com>
526526
Dayzen <syeuty@naver.com>
527527
Alexander Fenster <fenster@google.com>
528528
kirill-golovan <57108967+kirill-golovan@users.noreply.github.com>
529+
Michal Dorner <dorner.michal@gmail.com>
529530

530531
# Generated by scripts/update-authors.js

‎CHANGELOG.md

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

33
## :tada: Enhancements
44

5-
- #4716: Add new option `--fail-zero` (@juergba)
6-
- #4691: Add new option `--node-option` (@juergba)
7-
- #4607: Add output option to `JSON` reporter (@dorny)
5+
- [#4716](https://github.com/mochajs/mocha/issues/4716): Add new option `--fail-zero` ([**@juergba**](https://github.com/juergba))
6+
- [#4691](https://github.com/mochajs/mocha/issues/4691): Add new option `--node-option` ([**@juergba**](https://github.com/juergba))
7+
- [#4607](https://github.com/mochajs/mocha/issues/4607): Add output option to `JSON` reporter ([**@dorny**](https://github.com/dorny))
88

99
# 9.0.3 / 2021-07-25
1010

‎package-lock.json

+1-1
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.0.3",
3+
"version": "9.1.0",
44
"description": "simple, flexible, fun test framework",
55
"keywords": [
66
"mocha",

0 commit comments

Comments
 (0)
Please sign in to comment.