Skip to content

Commit 09b948b

Browse files
committed
Release v7.1.0
1 parent d43092e commit 09b948b

File tree

4 files changed

+9
-7
lines changed

4 files changed

+9
-7
lines changed

AUTHORS

+2
Original file line numberDiff line numberDiff line change
@@ -486,5 +486,7 @@ Hugo Kim <[email protected]>
486486
KyoungWan <[email protected]>
487487
488488
Christian Holm <[email protected]>
489+
Kai Cataldo <[email protected]>
490+
Gil Tayar <[email protected]>
489491

490492
# Generated by scripts/update-authors.js

CHANGELOG.md

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

33
## :tada: Enhancements
44

5-
#4038: Add Node.js native ESM support (@giltayar)
5+
[#4038](https://github.com/mochajs/mocha/issues/4038): Add Node.js native ESM support ([**@giltayar**](https://github.com/giltayar))
66

77
Mocha supports writing your test files as ES modules:
88

@@ -15,16 +15,16 @@ Mocha supports writing your test files as ES modules:
1515

1616
## :bug: Fixes
1717

18-
- #4181: Programmatic API cannot access retried test objects (@juergba)
19-
- #4174: Browser: fix `allowUncaught` option (@juergba)
18+
- [#4181](https://github.com/mochajs/mocha/issues/4181): Programmatic API cannot access retried test objects ([**@juergba**](https://github.com/juergba))
19+
- [#4174](https://github.com/mochajs/mocha/issues/4174): Browser: fix `allowUncaught` option ([**@juergba**](https://github.com/juergba))
2020

2121
## :book: Documentation
2222

23-
- #4058: Manage author list in AUTHORS instead of `package.json` (@outsideris)
23+
- [#4058](https://github.com/mochajs/mocha/issues/4058): Manage author list in AUTHORS instead of `package.json` ([**@outsideris**](https://github.com/outsideris))
2424

2525
## :nut_and_bolt: Other
2626

27-
- #4138: Upgrade ESLint v6.8 (@kaicataldo)
27+
- [#4138](https://github.com/mochajs/mocha/issues/4138): Upgrade ESLint v6.8 ([**@kaicataldo**](https://github.com/kaicataldo))
2828

2929
# 7.0.1 / 2020-01-25
3030

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

0 commit comments

Comments
 (0)