Skip to content

Commit cc51b8f

Browse files
committed
build(v9.2.0): release
1 parent dea3115 commit cc51b8f

File tree

4 files changed

+7
-6
lines changed

4 files changed

+7
-6
lines changed

AUTHORS

+1
Original file line numberDiff line numberDiff line change
@@ -530,5 +530,6 @@ Michal Dorner <[email protected]>
530530
Curtis Man <[email protected]>
531531
532532
Andrei Rusu <[email protected]>
533+
Quentin Barbe <[email protected]>
533534

534535
# Generated by scripts/update-authors.js

CHANGELOG.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -2,11 +2,11 @@
22

33
## :tada: Enhancements
44

5-
- #4813: Parallel: assign each worker a worker-id (@forty)
5+
- [#4813](https://github.com/mochajs/mocha/issues/4813): Parallel: assign each worker a worker-id ([**@forty**](https://github.com/forty))
66

77
## :nut\_and\_bolt: Other
88

9-
- #4818: Update production dependencies (@juergba)
9+
- [#4818](https://github.com/mochajs/mocha/issues/4818): Update production dependencies ([**@juergba**](https://github.com/juergba))
1010

1111
# 9.1.4 / 2022-01-14
1212

@@ -272,7 +272,7 @@ Thanks to [**@AviVahl**](https://github.com/AviVahl), [**@donghoon-song**](https
272272

273273
In this release, Mocha now builds its browser bundle with Rollup and Babel, which will provide the project's codebase more flexibility and consistency.
274274

275-
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=).
275+
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=).
276276

277277
This release **does not** drop support for IE11.
278278

package-lock.json

+2-2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "mocha",
3-
"version": "9.1.4",
3+
"version": "9.2.0",
44
"description": "simple, flexible, fun test framework",
55
"keywords": [
66
"mocha",

0 commit comments

Comments
 (0)