From 78d979db7c41b68941518f026b5cad7d59376ada Mon Sep 17 00:00:00 2001 From: Christopher Hiller Date: Tue, 4 Aug 2020 12:07:31 -0700 Subject: [PATCH] Release v8.1.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 555e9d00c0..1082e6ea47 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,7 +2,7 @@ ## :bug: Fixes -- #4394: Fix regression wherein certain reporters did not correctly detect terminal width (@boneskull) +- [#4394](https://github.com/mochajs/mocha/issues/4394): Fix regression wherein certain reporters did not correctly detect terminal width ([**@boneskull**](https://github.com/boneskull)) # 8.1.0 / 2020-07-30 diff --git a/package-lock.json b/package-lock.json index 5d13ea9386..328c2a81d2 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "mocha", - "version": "8.1.0", + "version": "8.1.1", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index 22683f01dc..6f88bd7033 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "mocha", - "version": "8.1.0", + "version": "8.1.1", "description": "simple, flexible, fun test framework", "keywords": [ "mocha",