Skip to content

Commit 1c7d181

Browse files
committed
Release v8.3.2
1 parent 2dc8355 commit 1c7d181

File tree

4 files changed

+8
-6
lines changed

4 files changed

+8
-6
lines changed

AUTHORS

+2
Original file line numberDiff line numberDiff line change
@@ -520,5 +520,7 @@ Hazem <[email protected]>
520520
José Jesús Sinohui Fernández <[email protected]>
521521
Maxwell Gerber <[email protected]>
522522
Sebastian Noack <[email protected]>
523+
Christian Bromann <[email protected]>
524+
Alexander Fenster <[email protected]>
523525

524526
# Generated by scripts/update-authors.js

CHANGELOG.md

+4-4
Original file line numberDiff line numberDiff line change
@@ -2,13 +2,13 @@
22

33
## :bug: Fixes
44

5-
- #4599: Fix regression in `require` interface (@alexander-fenster)
5+
- [#4599](https://github.com/mochajs/mocha/issues/4599): Fix regression in `require` interface ([**@alexander-fenster**](https://github.com/alexander-fenster))
66

77
## :book: Documentation
88

9-
- #4601: Add build to GH actions run (@christian-bromann)
10-
- #4596: Filter active sponsors/backers (@juergba)
11-
- #4225: Update config file examples (@pkuczynski)
9+
- [#4601](https://github.com/mochajs/mocha/issues/4601): Add build to GH actions run ([**@christian-bromann**](https://github.com/christian-bromann))
10+
- [#4596](https://github.com/mochajs/mocha/issues/4596): Filter active sponsors/backers ([**@juergba**](https://github.com/juergba))
11+
- [#4225](https://github.com/mochajs/mocha/issues/4225): Update config file examples ([**@pkuczynski**](https://github.com/pkuczynski))
1212

1313
# 8.3.1 / 2021-03-06
1414

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

0 commit comments

Comments
 (0)