Skip to content

Commit

Permalink
Release v7.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
juergba committed Jan 26, 2020
1 parent 2277958 commit d0f04e9
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 9 deletions.
14 changes: 7 additions & 7 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,19 +2,19 @@

## :bug: Fixes

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

## :book: Documentation

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

## :nut_and_bolt: Other

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

# 7.0.0 / 2020-01-05

Expand Down
2 changes: 1 addition & 1 deletion package-lock.json

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

5 changes: 4 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "mocha",
"version": "7.0.0",
"version": "7.0.1",
"description": "simple, flexible, fun test framework",
"keywords": [
"mocha",
Expand Down Expand Up @@ -105,6 +105,7 @@
"Chris Buckley <[email protected]>",
"Chris Lamb <[email protected]>",
"Christian <[email protected]>",
"Christian Holm <[email protected]>",
"Christoffer Hallas <[email protected]>",
"Christoph Neuroth <[email protected]>",
"Christopher Hiller <[email protected]>",
Expand Down Expand Up @@ -291,6 +292,7 @@
"Kunal Nagpal <[email protected]>",
"Kyle Fuller <[email protected]>",
"Kyle Mitchell <[email protected]>",
"KyoungWan <[email protected]>",
"lakmeer <[email protected]>",
"Lane Kelly <[email protected]>",
"László Bácsi <[email protected]>",
Expand Down Expand Up @@ -503,6 +505,7 @@
"Yuest Wang <[email protected]>",
"yuitest <[email protected]>",
"zhiyelee <[email protected]>",
"Zirak <[email protected]>",
"Zsolt Takács <[email protected]>",
"现充 <[email protected]>"
],
Expand Down

0 comments on commit d0f04e9

Please sign in to comment.