Skip to content

Commit

Permalink
build(v9.2.0): release
Browse files Browse the repository at this point in the history
  • Loading branch information
juergba committed Jan 24, 2022
1 parent dea3115 commit cc51b8f
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 6 deletions.
1 change: 1 addition & 0 deletions AUTHORS
Expand Up @@ -530,5 +530,6 @@ Michal Dorner <dorner.michal@gmail.com>
Curtis Man <curtism@microsoft.com>
华 <1395348685z@gmail.com>
Andrei Rusu <beatfactor@users.noreply.github.com>
Quentin Barbe <forty@everteam.org>

# Generated by scripts/update-authors.js
6 changes: 3 additions & 3 deletions CHANGELOG.md
Expand Up @@ -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

Expand Down Expand Up @@ -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.

Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
@@ -1,6 +1,6 @@
{
"name": "mocha",
"version": "9.1.4",
"version": "9.2.0",
"description": "simple, flexible, fun test framework",
"keywords": [
"mocha",
Expand Down

0 comments on commit cc51b8f

Please sign in to comment.