diff --git a/AUTHORS b/AUTHORS index 495b546297..a632fd7fc3 100644 --- a/AUTHORS +++ b/AUTHORS @@ -531,5 +531,6 @@ Curtis Man 华 <1395348685z@gmail.com> Andrei Rusu Quentin Barbe +Mattias Norlander # Generated by scripts/update-authors.js diff --git a/CHANGELOG.md b/CHANGELOG.md index 7888f02db3..11e0ed97cd 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,9 +2,9 @@ ## :bug: Fixes -- #4832: Loading of config files throws wrong error (@juergba) +- [#4832](https://github.com/mochajs/mocha/issues/4832): Loading of config files throws wrong error ([**@juergba**](https://github.com/juergba)) -- #4799: Reporter: configurable `maxDiffSize` reporter-option (@norla) +- [#4799](https://github.com/mochajs/mocha/issues/4799): Reporter: configurable `maxDiffSize` reporter-option ([**@norla**](https://github.com/norla)) # 9.2.0 / 2022-01-24 diff --git a/package-lock.json b/package-lock.json index 49ce52ee44..4584b52ab3 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "mocha", - "version": "9.2.0", + "version": "9.2.1", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "mocha", - "version": "9.2.0", + "version": "9.2.1", "license": "MIT", "dependencies": { "@ungap/promise-all-settled": "1.1.2", diff --git a/package.json b/package.json index f809ba8286..cef8cb5b95 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "mocha", - "version": "9.2.0", + "version": "9.2.1", "description": "simple, flexible, fun test framework", "keywords": [ "mocha",