From cc51b8fb42c4919e1304724bdb1a90699d17cf85 Mon Sep 17 00:00:00 2001 From: Juerg B <44573692+juergba@users.noreply.github.com> Date: Mon, 24 Jan 2022 09:32:02 +0100 Subject: [PATCH] build(v9.2.0): release --- AUTHORS | 1 + CHANGELOG.md | 6 +++--- package-lock.json | 4 ++-- package.json | 2 +- 4 files changed, 7 insertions(+), 6 deletions(-) diff --git a/AUTHORS b/AUTHORS index fb3cea33cb..495b546297 100644 --- a/AUTHORS +++ b/AUTHORS @@ -530,5 +530,6 @@ Michal Dorner Curtis Man 华 <1395348685z@gmail.com> Andrei Rusu +Quentin Barbe # Generated by scripts/update-authors.js diff --git a/CHANGELOG.md b/CHANGELOG.md index dff1341516..45b98e7d2e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,11 +2,11 @@ ## :tada: Enhancements -- #4813: Parallel: assign each worker a worker-id (@forty) +- [#4813](https://github.com/mochajs/mocha/issues/4813): Parallel: assign each worker a worker-id ([**@forty**](https://github.com/forty)) ## :nut\_and\_bolt: Other -- #4818: Update production dependencies (@juergba) +- [#4818](https://github.com/mochajs/mocha/issues/4818): Update production dependencies ([**@juergba**](https://github.com/juergba)) # 9.1.4 / 2022-01-14 @@ -272,7 +272,7 @@ Thanks to [**@AviVahl**](https://github.com/AviVahl), [**@donghoon-song**](https In this release, Mocha now builds its browser bundle with Rollup and Babel, which will provide the project's codebase more flexibility and consistency. -While we've been diligent about backwards compatibility, it's *possible* consumers of the browser bundle will encounter differences (other than an increase in the bundle size). If you *do* encounter an issue with the build, please [report it here](https://github.com/mochajs/mocha/issues/new?labels=unconfirmed-bug\&template=bug\_report.md\&title=). +While we've been diligent about backwards compatibility, it's *possible* consumers of the browser bundle will encounter differences (other than an increase in the bundle size). If you *do* encounter an issue with the build, please [report it here](https://github.com/mochajs/mocha/issues/new?labels=unconfirmed-bug\&template=bug_report.md\&title=). This release **does not** drop support for IE11. diff --git a/package-lock.json b/package-lock.json index 5b492ef3d1..49ce52ee44 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "mocha", - "version": "9.1.4", + "version": "9.2.0", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "mocha", - "version": "9.1.4", + "version": "9.2.0", "license": "MIT", "dependencies": { "@ungap/promise-all-settled": "1.1.2", diff --git a/package.json b/package.json index 2122f3ffda..f809ba8286 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "mocha", - "version": "9.1.4", + "version": "9.2.0", "description": "simple, flexible, fun test framework", "keywords": [ "mocha",