Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Release v7.0.1
  • 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
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
@@ -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 <chris@cmbuckley.co.uk>",
"Chris Lamb <chris@chris-lamb.co.uk>",
"Christian <me@rndm.de>",
"Christian Holm <christian@peakon.com>",
"Christoffer Hallas <christoffer.hallas@gmail.com>",
"Christoph Neuroth <christoph.neuroth@gmail.com>",
"Christopher Hiller <boneskull@boneskull.com>",
Expand Down Expand Up @@ -291,6 +292,7 @@
"Kunal Nagpal <kunagpal@users.noreply.github.com>",
"Kyle Fuller <kyle@fuller.li>",
"Kyle Mitchell <kyle@kemitchell.com>",
"KyoungWan <kyngwan@gmail.com>",
"lakmeer <lakmeerkravid@gmail.com>",
"Lane Kelly <lanekelly16@gmail.com>",
"László Bácsi <lackac@lackac.hu>",
Expand Down Expand Up @@ -503,6 +505,7 @@
"Yuest Wang <yuestwang@gmail.com>",
"yuitest <yuitest@cjhat.net>",
"zhiyelee <zhiyelee@gmail.com>",
"Zirak <zirakertan@gmail.com>",
"Zsolt Takács <zsolt@takacs.cc>",
"现充 <qixiang.cqx@alibaba-inc.com>"
],
Expand Down

0 comments on commit d0f04e9

Please sign in to comment.