Skip to content

Commit d0f04e9

Browse files
committed
Release v7.0.1
1 parent 2277958 commit d0f04e9

File tree

3 files changed

+12
-9
lines changed

3 files changed

+12
-9
lines changed

CHANGELOG.md

+7-7
Original file line numberDiff line numberDiff line change
@@ -2,19 +2,19 @@
22

33
## :bug: Fixes
44

5-
- #4165: Fix exception when skipping tests programmatically (@juergba)
6-
- #4153: Restore backwards compatibility for `reporterOptions` (@holm)
7-
- #4150: Fix recovery of an open test upon uncaught exception (@juergba)
8-
- #4147: Fix regression of leaking uncaught exception handler (@juergba)
5+
- [#4165](https://github.com/mochajs/mocha/issues/4165): Fix exception when skipping tests programmatically ([**@juergba**](https://github.com/juergba))
6+
- [#4153](https://github.com/mochajs/mocha/issues/4153): Restore backwards compatibility for `reporterOptions` ([**@holm**](https://github.com/holm))
7+
- [#4150](https://github.com/mochajs/mocha/issues/4150): Fix recovery of an open test upon uncaught exception ([**@juergba**](https://github.com/juergba))
8+
- [#4147](https://github.com/mochajs/mocha/issues/4147): Fix regression of leaking uncaught exception handler ([**@juergba**](https://github.com/juergba))
99

1010
## :book: Documentation
1111

12-
- #4146: Update copyright & trademark notices per OJSF (@boneskull)
13-
- #4140: Fix broken links (@KyoungWan)
12+
- [#4146](https://github.com/mochajs/mocha/issues/4146): Update copyright & trademark notices per OJSF ([**@boneskull**](https://github.com/boneskull))
13+
- [#4140](https://github.com/mochajs/mocha/issues/4140): Fix broken links ([**@KyoungWan**](https://github.com/KyoungWan))
1414

1515
## :nut_and_bolt: Other
1616

17-
- #4133: Print more descriptive error message (@Zirak)
17+
- [#4133](https://github.com/mochajs/mocha/issues/4133): Print more descriptive error message ([**@Zirak**](https://github.com/Zirak))
1818

1919
# 7.0.0 / 2020-01-05
2020

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

+4-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "mocha",
3-
"version": "7.0.0",
3+
"version": "7.0.1",
44
"description": "simple, flexible, fun test framework",
55
"keywords": [
66
"mocha",
@@ -105,6 +105,7 @@
105105
"Chris Buckley <[email protected]>",
106106
"Chris Lamb <[email protected]>",
107107
"Christian <[email protected]>",
108+
"Christian Holm <[email protected]>",
108109
"Christoffer Hallas <[email protected]>",
109110
"Christoph Neuroth <[email protected]>",
110111
"Christopher Hiller <[email protected]>",
@@ -291,6 +292,7 @@
291292
"Kunal Nagpal <[email protected]>",
292293
"Kyle Fuller <[email protected]>",
293294
"Kyle Mitchell <[email protected]>",
295+
"KyoungWan <[email protected]>",
294296
"lakmeer <[email protected]>",
295297
"Lane Kelly <[email protected]>",
296298
"László Bácsi <[email protected]>",
@@ -503,6 +505,7 @@
503505
"Yuest Wang <[email protected]>",
504506
"yuitest <[email protected]>",
505507
"zhiyelee <[email protected]>",
508+
"Zirak <[email protected]>",
506509
"Zsolt Takács <[email protected]>",
507510
"现充 <[email protected]>"
508511
],

0 commit comments

Comments
 (0)