Skip to content

Commit 18a1055

Browse files
committed
build(v9.1.2): release
1 parent 011a5a4 commit 18a1055

File tree

4 files changed

+6
-5
lines changed

4 files changed

+6
-5
lines changed

AUTHORS

+1
Original file line numberDiff line numberDiff line change
@@ -528,5 +528,6 @@ Alexander Fenster <[email protected]>
528528
kirill-golovan <[email protected]>
529529
Michal Dorner <[email protected]>
530530
Curtis Man <[email protected]>
531+
531532

532533
# Generated by scripts/update-authors.js

CHANGELOG.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -2,12 +2,12 @@
22

33
## :bug: Fixes
44

5-
- #4746: Browser: stop using all global vars in `browser-entry.js` (@PaperStrike)
5+
- [#4746](https://github.com/mochajs/mocha/issues/4746): Browser: stop using all global vars in `browser-entry.js` ([**@PaperStrike**](https://github.com/PaperStrike))
66

77
## :nut_and_bolt: Other
88

9-
- #4754: Remove dependency wide-align (@juergba)
10-
- #4736: ESM: remove code for Node versions <10 (@juergba)
9+
- [#4754](https://github.com/mochajs/mocha/issues/4754): Remove dependency wide-align ([**@juergba**](https://github.com/juergba))
10+
- [#4736](https://github.com/mochajs/mocha/issues/4736): ESM: remove code for Node versions &lt;10 ([**@juergba**](https://github.com/juergba))
1111

1212
# 9.1.1 / 2021-08-28
1313

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

0 commit comments

Comments
 (0)