Skip to content

Commit

Permalink
Release v8.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
juergba committed Feb 11, 2021
1 parent 9e75153 commit e1194ab
Show file tree
Hide file tree
Showing 4 changed files with 15 additions and 12 deletions.
3 changes: 3 additions & 0 deletions AUTHORS
Expand Up @@ -516,5 +516,8 @@ Evaline Ju <69598118+evaline-ju@users.noreply.github.com>
Valeria <valeria.viana.gusmao@gmail.com>
Jordan Stephens <jordan@stephens.io>
Adam Keating <1427265+akeating@users.noreply.github.com>
Hazem <devhazemhassanin@gmail.com>
José Jesús Sinohui Fernández <josejesinohui@gmail.com>
Maxwell Gerber <mgerber@berkeley.edu>

# Generated by scripts/update-authors.js
20 changes: 10 additions & 10 deletions CHANGELOG.md
Expand Up @@ -2,26 +2,26 @@

## :tada: Enhancements

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

## :bug: Fixes

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

## :book: Documentation

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

## :nut_and_bolt: Other

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

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

# 8.2.1 / 2020-11-02

Expand Down
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
@@ -1,6 +1,6 @@
{
"name": "mocha",
"version": "8.2.1",
"version": "8.3.0",
"description": "simple, flexible, fun test framework",
"keywords": [
"mocha",
Expand Down

0 comments on commit e1194ab

Please sign in to comment.