Skip to content

Commit e1194ab

Browse files
committed
Release v8.3.0
1 parent 9e75153 commit e1194ab

File tree

4 files changed

+15
-12
lines changed

4 files changed

+15
-12
lines changed

AUTHORS

+3
Original file line numberDiff line numberDiff line change
@@ -516,5 +516,8 @@ Evaline Ju <[email protected]>
516516
517517
Jordan Stephens <[email protected]>
518518
Adam Keating <[email protected]>
519+
520+
José Jesús Sinohui Fernández <[email protected]>
521+
Maxwell Gerber <[email protected]>
519522

520523
# Generated by scripts/update-authors.js

CHANGELOG.md

+10-10
Original file line numberDiff line numberDiff line change
@@ -2,26 +2,26 @@
22

33
## :tada: Enhancements
44

5-
- #4506: Add error code for test timeout errors (@boneskull)
6-
- #4112: Add BigInt support to stringify util function (@JosejeSinohui)
5+
- [#4506](https://github.com/mochajs/mocha/issues/4506): Add error code for test timeout errors ([**@boneskull**](https://github.com/boneskull))
6+
- [#4112](https://github.com/mochajs/mocha/issues/4112): Add BigInt support to stringify util function ([**@JosejeSinohui**](https://github.com/JosejeSinohui))
77

88
## :bug: Fixes
99

10-
- #4557: Add file location when SyntaxError happens in ESM (@giltayar)
11-
- #4521: Fix `require` error when bundling Mocha with Webpack (@devhazem)
10+
- [#4557](https://github.com/mochajs/mocha/issues/4557): Add file location when SyntaxError happens in ESM ([**@giltayar**](https://github.com/giltayar))
11+
- [#4521](https://github.com/mochajs/mocha/issues/4521): Fix `require` error when bundling Mocha with Webpack ([**@devhazem**](https://github.com/devhazem))
1212

1313
## :book: Documentation
1414

15-
- #4507: Add support for typescript-style docstrings (@boneskull)
16-
- #4503: Add GH Actions workflow status badge (@outsideris)
17-
- #4494: Add example of generating tests dynamically with a closure (@maxwellgerber)
15+
- [#4507](https://github.com/mochajs/mocha/issues/4507): Add support for typescript-style docstrings ([**@boneskull**](https://github.com/boneskull))
16+
- [#4503](https://github.com/mochajs/mocha/issues/4503): Add GH Actions workflow status badge ([**@outsideris**](https://github.com/outsideris))
17+
- [#4494](https://github.com/mochajs/mocha/issues/4494): Add example of generating tests dynamically with a closure ([**@maxwellgerber**](https://github.com/maxwellgerber))
1818

1919
## :nut_and_bolt: Other
2020

21-
- #4556: Upgrade all dependencies to latest stable (@AviVahl)
22-
- #4543: Update dependencies yargs and yargs-parser (@juergba)
21+
- [#4556](https://github.com/mochajs/mocha/issues/4556): Upgrade all dependencies to latest stable ([**@AviVahl**](https://github.com/AviVahl))
22+
- [#4543](https://github.com/mochajs/mocha/issues/4543): Update dependencies yargs and yargs-parser ([**@juergba**](https://github.com/juergba))
2323

24-
Also thanks to @outsideris and @HyunSangHan for various fixes to our website and documentation.
24+
Also thanks to [**@outsideris**](https://github.com/outsideris) and [**@HyunSangHan**](https://github.com/HyunSangHan) for various fixes to our website and documentation.
2525

2626
# 8.2.1 / 2020-11-02
2727

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

0 commit comments

Comments
 (0)