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",