From 9b203fa67c4f6a4e66f62d6962939981cb38e6f5 Mon Sep 17 00:00:00 2001 From: Christopher Hiller Date: Wed, 10 Jun 2020 14:36:06 -0700 Subject: [PATCH] Release v8.0.1 --- CHANGELOG.md | 2 +- package-lock.json | 2 +- package.json | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index a37e7f0414..e0d3866737 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,7 +4,7 @@ The obligatory patch after a major. ## :bug: Fixes -- [#4328]: Fix `--parallel` when combined with `--watch` (@boneskull) +- [#4328]: Fix `--parallel` when combined with `--watch` ([**@boneskull**](https://github.com/boneskull)) # 8.0.0 / 2020-06-10 diff --git a/package-lock.json b/package-lock.json index 294b7aaa7d..16a988c36b 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "mocha", - "version": "8.0.0", + "version": "8.0.1", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index d7cc304033..c47992da0a 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "mocha", - "version": "8.0.0", + "version": "8.0.1", "description": "simple, flexible, fun test framework", "keywords": [ "mocha",