From 1c7d1814fe327b014d0bb1a4835a9af1ee78f6be Mon Sep 17 00:00:00 2001 From: juergba Date: Fri, 12 Mar 2021 09:05:09 +0100 Subject: [PATCH] Release v8.3.2 --- AUTHORS | 2 ++ CHANGELOG.md | 8 ++++---- package-lock.json | 2 +- package.json | 2 +- 4 files changed, 8 insertions(+), 6 deletions(-) diff --git a/AUTHORS b/AUTHORS index 926478512f..a29f33a967 100644 --- a/AUTHORS +++ b/AUTHORS @@ -520,5 +520,7 @@ Hazem José Jesús Sinohui Fernández Maxwell Gerber Sebastian Noack +Christian Bromann +Alexander Fenster # Generated by scripts/update-authors.js diff --git a/CHANGELOG.md b/CHANGELOG.md index e92458da5f..5eeb58a693 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,13 +2,13 @@ ## :bug: Fixes -- #4599: Fix regression in `require` interface (@alexander-fenster) +- [#4599](https://github.com/mochajs/mocha/issues/4599): Fix regression in `require` interface ([**@alexander-fenster**](https://github.com/alexander-fenster)) ## :book: Documentation -- #4601: Add build to GH actions run (@christian-bromann) -- #4596: Filter active sponsors/backers (@juergba) -- #4225: Update config file examples (@pkuczynski) +- [#4601](https://github.com/mochajs/mocha/issues/4601): Add build to GH actions run ([**@christian-bromann**](https://github.com/christian-bromann)) +- [#4596](https://github.com/mochajs/mocha/issues/4596): Filter active sponsors/backers ([**@juergba**](https://github.com/juergba)) +- [#4225](https://github.com/mochajs/mocha/issues/4225): Update config file examples ([**@pkuczynski**](https://github.com/pkuczynski)) # 8.3.1 / 2021-03-06 diff --git a/package-lock.json b/package-lock.json index 81537e9d0e..0b33b35015 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "mocha", - "version": "8.3.1", + "version": "8.3.2", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index 1fa8f15bfa..d88aeb80c9 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "mocha", - "version": "8.3.1", + "version": "8.3.2", "description": "simple, flexible, fun test framework", "keywords": [ "mocha",