Skip to content

Commit 8907601

Browse files
committed
update CHANGELOG for v9.0.3 [ci skip]
1 parent 7313890 commit 8907601

File tree

2 files changed

+12
-2
lines changed

2 files changed

+12
-2
lines changed

.github/CONTRIBUTING.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ Follow these steps to get going. If you are having trouble, don't be afraid to [
4242

4343
> PRO TIP: After `npm install`, run `npm start` to see a list of commands which can be run with `npm start <command>` (powered by [nps](https://npm.im/nps)).
4444
45-
1. [Install Node.js 10.12.0 or newer](https://nodejs.org/en/download/).
45+
1. [Install Node.js 12.22.3 or newer](https://nodejs.org/en/download/).
4646
- If you're new to installing Node, a tool like [nvm](https://github.com/creationix/nvm#install-script) can help you manage multiple version installations.
4747
- You will need [Google Chrome](https://www.google.com/chrome/) to run browser-based tests locally.
4848
1. Follow [Github's documentation](https://help.github.com/articles/fork-a-repo/) on setting up Git, forking and cloning.
@@ -58,7 +58,7 @@ Follow these steps to get going. If you are having trouble, don't be afraid to [
5858
- Keep your PR focused. Don't fix two things at once; don't upgrade dependencies unless necessary.
5959
1. Before committing, run `npm start test`.
6060
- This will run both Node.js-based and browser-based tests.
61-
- Ultimately, your pull request will be built on our continuous integration servers ([Travis CI](https://travis-ci.org/mochajs/mocha) and [GitHub Actions](https://github.com/mochajs/mocha/actions?query=workflow%3A%22Windows+CI%22)). The first step to ensuring these checks pass is to test on your own machine.
61+
- Ultimately, your pull request will be built on our continuous integration servers ([GitHub Actions](https://github.com/mochajs/mocha/actions?query=workflow%3A%22Tests%22)). The first step to ensuring these checks pass is to test on your own machine.
6262
- A coverage check will be sent to [Coveralls](https://coveralls.io/github/mochajs/mocha). **A drop in code coverage % is considered a failed check**.
6363
1. Commit your changes.
6464
- Use a brief message on the first line, referencing a relevant issue (e.g. `closes #12345`).

CHANGELOG.md

+10
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,13 @@
1+
# 9.0.3 / 2021-07-25
2+
3+
## :bug: Fixes
4+
5+
- #4702: Error rethrow from cwd-relative path while loading `.mocharc.js` (@kirill-golovan)
6+
7+
- #4688: Usage of custom interface in parallel mode (@juergba)
8+
9+
- #4687: ESM: don't swallow `MODULE_NOT_FOUND` errors in case of `type:module` (@giltayar)
10+
111
# 9.0.2 / 2021-07-03
212

313
## :bug: Fixes

0 commit comments

Comments
 (0)