Skip to content

Commit dcad90a

Browse files
committed
Release v9.0.1
1 parent 858b182 commit dcad90a

File tree

4 files changed

+5
-4
lines changed

4 files changed

+5
-4
lines changed

AUTHORS

+1
Original file line numberDiff line numberDiff line change
@@ -524,5 +524,6 @@ Christian Bromann <[email protected]>
524524
Alexander Fenster <[email protected]>
525525
MoonSupport <[email protected]>
526526
527+
Alexander Fenster <[email protected]>
527528

528529
# Generated by scripts/update-authors.js

CHANGELOG.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -2,11 +2,11 @@
22

33
## :nut_and_bolt: Other
44

5-
- #4657: Browser: add separate bundle for modern browsers (@juergba)
5+
- [#4657](https://github.com/mochajs/mocha/issues/4657): Browser: add separate bundle for modern browsers ([**@juergba**](https://github.com/juergba))
66

77
We added a separate browser bundle `mocha-es2018.js` in javascript ES2018, as we skipped the transpilation down to ES5. This is an **experimental step towards freezing Mocha's support of IE11**.
88

9-
- #4653: ESM: proper version check in `hasStableEsmImplementation` (@alexander-fenster)
9+
- [#4653](https://github.com/mochajs/mocha/issues/4653): ESM: proper version check in `hasStableEsmImplementation` ([**@alexander-fenster**](https://github.com/alexander-fenster))
1010

1111
# 9.0.0 / 2021-06-07
1212

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

0 commit comments

Comments
 (0)