From fa9e67c6ba2e2af6f7cc70e51b2c97db94c73ad0 Mon Sep 17 00:00:00 2001 From: Christopher Hiller Date: Fri, 28 Aug 2020 13:15:54 -0700 Subject: [PATCH] Release v8.1.3 --- 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 4ac1c73bac..d3ce03feb5 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,7 +2,7 @@ ## :bug: Fixes -- #4425: Restore `Mocha.utils.lookupFiles()` and Webpack compatibility (both broken since v8.1.0); `Mocha.utils.lookupFiles()` is now **deprecated** and will be removed in the next major revision of Mocha; use `require('mocha/lib/cli').lookupFiles` instead (@boneskull) +- [#4425](https://github.com/mochajs/mocha/issues/4425): Restore `Mocha.utils.lookupFiles()` and Webpack compatibility (both broken since v8.1.0); `Mocha.utils.lookupFiles()` is now **deprecated** and will be removed in the next major revision of Mocha; use `require('mocha/lib/cli').lookupFiles` instead ([**@boneskull**](https://github.com/boneskull)) # 8.1.2 / 2020-08-25 diff --git a/package-lock.json b/package-lock.json index 07c32bf7ab..1dc3dee937 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "mocha", - "version": "8.1.2", + "version": "8.1.3", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index bb450c90ca..3fb8e4f847 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "mocha", - "version": "8.1.2", + "version": "8.1.3", "description": "simple, flexible, fun test framework", "keywords": [ "mocha",