Skip to content

Commit 28b4824

Browse files
committedOct 15, 2021
build(v9.1.3): release
1 parent 3dcc2d9 commit 28b4824

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
@@ -529,5 +529,6 @@ kirill-golovan <57108967+kirill-golovan@users.noreply.github.com>
529529
Michal Dorner <dorner.michal@gmail.com>
530530
Curtis Man <curtism@microsoft.com>
531531
华 <1395348685z@gmail.com>
532+
Andrei Rusu <beatfactor@users.noreply.github.com>
532533

533534
# Generated by scripts/update-authors.js

‎CHANGELOG.md

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

33
## :bug: Fixes
44

5-
- #4769: Browser: re-enable `bdd` ES6 style import (@juergba)
5+
- [#4769](https://github.com/mochajs/mocha/issues/4769): Browser: re-enable `bdd` ES6 style import ([**@juergba**](https://github.com/juergba))
66

77
## :nut_and_bolt: Other
88

9-
- #4764: Revert deprecation of `EVENT_SUITE_ADD_*` events (@beatfactor)
9+
- [#4764](https://github.com/mochajs/mocha/issues/4764): Revert deprecation of `EVENT_SUITE_ADD_*` events ([**@beatfactor**](https://github.com/beatfactor))
1010

1111
# 9.1.2 / 2021-09-25
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.1.2",
3+
"version": "9.1.3",
44
"description": "simple, flexible, fun test framework",
55
"keywords": [
66
"mocha",

0 commit comments

Comments
 (0)
Please sign in to comment.