From 24b5243514fee35bb78cf81d7fa541112a566a22 Mon Sep 17 00:00:00 2001 From: Juerg B <44573692+juergba@users.noreply.github.com> Date: Fri, 11 Mar 2022 17:36:12 +0100 Subject: [PATCH] build(v9.2.2): release --- CHANGELOG.md | 6 +++--- package-lock.json | 4 ++-- package.json | 2 +- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 04ab39175e..d0ccee20de 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,13 +2,13 @@ ## :bug: Fixes -- #4842: Loading of reporter throws wrong error (@juergba) +- [#4842](https://github.com/mochajs/mocha/issues/4842): Loading of reporter throws wrong error ([**@juergba**](https://github.com/juergba)) -- #4839: `dry-run`: prevent potential call-stack crash (@juergba) +- [#4839](https://github.com/mochajs/mocha/issues/4839): `dry-run`: prevent potential call-stack crash ([**@juergba**](https://github.com/juergba)) ## :nut\_and\_bolt: Other -- #4843: Update production dependencies (@juergba) +- [#4843](https://github.com/mochajs/mocha/issues/4843): Update production dependencies ([**@juergba**](https://github.com/juergba)) # 9.2.1 / 2022-02-19 diff --git a/package-lock.json b/package-lock.json index 44979d1e91..21e37c9118 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "mocha", - "version": "9.2.1", + "version": "9.2.2", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "mocha", - "version": "9.2.1", + "version": "9.2.2", "license": "MIT", "dependencies": { "@ungap/promise-all-settled": "1.1.2", diff --git a/package.json b/package.json index 49dec91df6..327233ef28 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "mocha", - "version": "9.2.1", + "version": "9.2.2", "type": "commonjs", "description": "simple, flexible, fun test framework", "keywords": [