From 28b482472a519b7abaf30a18b8ad709707bfd5a7 Mon Sep 17 00:00:00 2001 From: Juerg B <44573692+juergba@users.noreply.github.com> Date: Fri, 15 Oct 2021 09:08:10 +0200 Subject: [PATCH] build(v9.1.3): release --- AUTHORS | 1 + CHANGELOG.md | 4 ++-- package-lock.json | 2 +- package.json | 2 +- 4 files changed, 5 insertions(+), 4 deletions(-) diff --git a/AUTHORS b/AUTHORS index 79287fdcdc..fb3cea33cb 100644 --- a/AUTHORS +++ b/AUTHORS @@ -529,5 +529,6 @@ kirill-golovan <57108967+kirill-golovan@users.noreply.github.com> Michal Dorner Curtis Man 华 <1395348685z@gmail.com> +Andrei Rusu # Generated by scripts/update-authors.js diff --git a/CHANGELOG.md b/CHANGELOG.md index f5fb459741..87303986fd 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,11 +2,11 @@ ## :bug: Fixes -- #4769: Browser: re-enable `bdd` ES6 style import (@juergba) +- [#4769](https://github.com/mochajs/mocha/issues/4769): Browser: re-enable `bdd` ES6 style import ([**@juergba**](https://github.com/juergba)) ## :nut_and_bolt: Other -- #4764: Revert deprecation of `EVENT_SUITE_ADD_*` events (@beatfactor) +- [#4764](https://github.com/mochajs/mocha/issues/4764): Revert deprecation of `EVENT_SUITE_ADD_*` events ([**@beatfactor**](https://github.com/beatfactor)) # 9.1.2 / 2021-09-25 diff --git a/package-lock.json b/package-lock.json index 13eb6c519b..83eb64e01a 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "mocha", - "version": "9.1.2", + "version": "9.1.3", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index 684d90750b..357a788f37 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "mocha", - "version": "9.1.2", + "version": "9.1.3", "description": "simple, flexible, fun test framework", "keywords": [ "mocha",