Skip to content

Commit

Permalink
build(v10.0.0): release
Browse files Browse the repository at this point in the history
  • Loading branch information
juergba committed May 1, 2022
1 parent 62b1566 commit 023f548
Show file tree
Hide file tree
Showing 4 changed files with 17 additions and 14 deletions.
3 changes: 3 additions & 0 deletions AUTHORS
Expand Up @@ -532,5 +532,8 @@ Curtis Man <curtism@microsoft.com>
Andrei Rusu <beatfactor@users.noreply.github.com>
Quentin Barbe <forty@everteam.org>
Mattias Norlander <mattias.norlander@gmail.com>
CommanderRoot <CommanderRoot@users.noreply.github.com>
Elihu Cruz <elihuacruz@gmail.com>
Sukka <isukkaw@gmail.com>

# Generated by scripts/update-authors.js
22 changes: 11 additions & 11 deletions CHANGELOG.md
Expand Up @@ -2,29 +2,29 @@

## :boom: Breaking Changes

- #4845: **Drop Node.js v12.x support** (@juergba)
- [#4845](https://github.com/mochajs/mocha/issues/4845): **Drop Node.js v12.x support** ([**@juergba**](https://github.com/juergba))

- #4848: Drop Internet-Explorer-11 support (@juergba)
- [#4848](https://github.com/mochajs/mocha/issues/4848): Drop Internet-Explorer-11 support ([**@juergba**](https://github.com/juergba))

- #4857: Drop AMD/RequireJS support (@juergba)
- [#4857](https://github.com/mochajs/mocha/issues/4857): Drop AMD/RequireJS support ([**@juergba**](https://github.com/juergba))

- #4866: Drop Growl notification support (@juergba)
- [#4866](https://github.com/mochajs/mocha/issues/4866): Drop Growl notification support ([**@juergba**](https://github.com/juergba))

- #4863: Rename executable `bin/mocha` to `bin/mocha.js` (@juergba)
- [#4863](https://github.com/mochajs/mocha/issues/4863): Rename executable `bin/mocha` to `bin/mocha.js` ([**@juergba**](https://github.com/juergba))

- #4865: `--ignore` option in Windows: upgrade Minimatch (@juergba)
- [#4865](https://github.com/mochajs/mocha/issues/4865): `--ignore` option in Windows: upgrade Minimatch ([**@juergba**](https://github.com/juergba))

- #4861: Remove deprecated `Runner` signature (@juergba)
- [#4861](https://github.com/mochajs/mocha/issues/4861): Remove deprecated `Runner` signature ([**@juergba**](https://github.com/juergba))

## :nut\_and\_bolt: Other

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

- #4876: Add Node.js v18 to CI test matrix (@outsideris)
- [#4876](https://github.com/mochajs/mocha/issues/4876): Add Node.js v18 to CI test matrix ([**@outsideris**](https://github.com/outsideris))

- #4852: Replace deprecated `String.prototype.substr()` (@CommanderRoot)
- [#4852](https://github.com/mochajs/mocha/issues/4852): Replace deprecated `String.prototype.substr()` ([**@CommanderRoot**](https://github.com/CommanderRoot))

Also thanks to @ea2305 and @SukkaW for improvements to our documentation.
Also thanks to [**@ea2305**](https://github.com/ea2305) and [**@SukkaW**](https://github.com/SukkaW) for improvements to our documentation.

# 9.2.2 / 2022-03-11

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.2.2",
"version": "10.0.0",
"type": "commonjs",
"description": "simple, flexible, fun test framework",
"keywords": [
Expand Down

0 comments on commit 023f548

Please sign in to comment.