diff --git a/CHANGELOG.md b/CHANGELOG.md index 007a71d5f6..3d439b03e0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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 diff --git a/package-lock.json b/package-lock.json index e66be18a00..0c7d9888c5 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "mocha", - "version": "7.0.0", + "version": "7.0.1", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index aa77237f94..7dbe7a453d 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "mocha", - "version": "7.0.0", + "version": "7.0.1", "description": "simple, flexible, fun test framework", "keywords": [ "mocha", @@ -105,6 +105,7 @@ "Chris Buckley ", "Chris Lamb ", "Christian ", + "Christian Holm ", "Christoffer Hallas ", "Christoph Neuroth ", "Christopher Hiller ", @@ -291,6 +292,7 @@ "Kunal Nagpal ", "Kyle Fuller ", "Kyle Mitchell ", + "KyoungWan ", "lakmeer ", "Lane Kelly ", "László Bácsi ", @@ -503,6 +505,7 @@ "Yuest Wang ", "yuitest ", "zhiyelee ", + "Zirak ", "Zsolt Takács ", "现充 " ],