From 5064c282d13259925af05845026686bbe435d763 Mon Sep 17 00:00:00 2001 From: juergba Date: Fri, 7 May 2021 10:08:51 +0200 Subject: [PATCH] Release v8.4.0 --- CHANGELOG.md | 12 ++++++------ package-lock.json | 2 +- package.json | 2 +- 3 files changed, 8 insertions(+), 8 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index d863a3d5c4..3628f2eb99 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,19 +2,19 @@ ## :tada: Enhancements -- #4502: CLI file parsing errors now have error codes (@evaline-ju) +- [#4502](https://github.com/mochajs/mocha/issues/4502): CLI file parsing errors now have error codes ([**@evaline-ju**](https://github.com/evaline-ju)) ## :bug: Fixes -- #4614: Watch: fix crash when reloading files (@outsideris) +- [#4614](https://github.com/mochajs/mocha/issues/4614): Watch: fix crash when reloading files ([**@outsideris**](https://github.com/outsideris)) ## :book: Documentation -- #4630: Add `options.require` to Mocha constructor for `root hook` plugins on parallel runs (@juergba) -- #4617: Dynamically generating tests with `top-level await` and ESM test files (@juergba) -- #4608: Update default file extensions (@outsideris) +- [#4630](https://github.com/mochajs/mocha/issues/4630): Add `options.require` to Mocha constructor for `root hook` plugins on parallel runs ([**@juergba**](https://github.com/juergba)) +- [#4617](https://github.com/mochajs/mocha/issues/4617): Dynamically generating tests with `top-level await` and ESM test files ([**@juergba**](https://github.com/juergba)) +- [#4608](https://github.com/mochajs/mocha/issues/4608): Update default file extensions ([**@outsideris**](https://github.com/outsideris)) -Also thanks to @outsideris for various improvements on our GH actions workflows. +Also thanks to [**@outsideris**](https://github.com/outsideris) for various improvements on our GH actions workflows. # 8.3.2 / 2021-03-12 diff --git a/package-lock.json b/package-lock.json index 0b33b35015..e21be51eaa 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "mocha", - "version": "8.3.2", + "version": "8.4.0", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index d88aeb80c9..d29216fa79 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "mocha", - "version": "8.3.2", + "version": "8.4.0", "description": "simple, flexible, fun test framework", "keywords": [ "mocha",