From e1194aba1dab8e258ea3ff8bdbcd94edcfb06887 Mon Sep 17 00:00:00 2001 From: juergba Date: Thu, 11 Feb 2021 19:24:00 +0100 Subject: [PATCH] Release v8.3.0 --- AUTHORS | 3 +++ CHANGELOG.md | 20 ++++++++++---------- package-lock.json | 2 +- package.json | 2 +- 4 files changed, 15 insertions(+), 12 deletions(-) diff --git a/AUTHORS b/AUTHORS index 6ce672fa5d..e73d50de2c 100644 --- a/AUTHORS +++ b/AUTHORS @@ -516,5 +516,8 @@ Evaline Ju <69598118+evaline-ju@users.noreply.github.com> Valeria Jordan Stephens Adam Keating <1427265+akeating@users.noreply.github.com> +Hazem +José Jesús Sinohui Fernández +Maxwell Gerber # Generated by scripts/update-authors.js diff --git a/CHANGELOG.md b/CHANGELOG.md index afafe22567..bb50c4e8e6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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 diff --git a/package-lock.json b/package-lock.json index 32116b034f..5dafb8da86 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "mocha", - "version": "8.2.1", + "version": "8.3.0", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index cb57248473..df81a1d1be 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "mocha", - "version": "8.2.1", + "version": "8.3.0", "description": "simple, flexible, fun test framework", "keywords": [ "mocha",