Skip to content

Commit ef6c820

Browse files
committed
Release v6.2.1
1 parent 9524978 commit ef6c820

File tree

3 files changed

+18
-15
lines changed

3 files changed

+18
-15
lines changed

CHANGELOG.md

+13-13
Original file line numberDiff line numberDiff line change
@@ -2,18 +2,18 @@
22

33
## :bug: Fixes
44

5-
- #3955: tty.getWindowSize is not a function inside a "worker_threads" worker (@1999)
6-
- #3970: remove extraGlobals() (@juergba)
7-
- #3984: Update yargs-unparser to v1.6.0 (@juergba)
8-
- #3983: Package 'esm': spawn child-process for correct loading (@juergba)
9-
- #3986: Update yargs to v13.3.0 and yargs-parser to v13.1.1 (@juergba)
5+
- [#3955](https://github.com/mochajs/mocha/issues/3955): tty.getWindowSize is not a function inside a "worker_threads" worker ([**@1999**](https://github.com/1999))
6+
- [#3970](https://github.com/mochajs/mocha/issues/3970): remove extraGlobals() ([**@juergba**](https://github.com/juergba))
7+
- [#3984](https://github.com/mochajs/mocha/issues/3984): Update yargs-unparser to v1.6.0 ([**@juergba**](https://github.com/juergba))
8+
- [#3983](https://github.com/mochajs/mocha/issues/3983): Package 'esm': spawn child-process for correct loading ([**@juergba**](https://github.com/juergba))
9+
- [#3986](https://github.com/mochajs/mocha/issues/3986): Update yargs to v13.3.0 and yargs-parser to v13.1.1 ([**@juergba**](https://github.com/juergba))
1010

1111
## :book: Documentation
1212

13-
- #3886: fix styles on mochajs.org (@outsideris)
14-
- #3966: Remove jsdoc index.html placeholder from eleventy file structure and fix broken link in jsdoc tutorial (@Munter)
15-
- #3765: Add Matomo to website (@MarioDiaz98)
16-
- #3947: Clarify effect of .skip() (@oliversalzburg)
13+
- [#3886](https://github.com/mochajs/mocha/issues/3886): fix styles on mochajs.org ([**@outsideris**](https://github.com/outsideris))
14+
- [#3966](https://github.com/mochajs/mocha/issues/3966): Remove jsdoc index.html placeholder from eleventy file structure and fix broken link in jsdoc tutorial ([**@Munter**](https://github.com/Munter))
15+
- [#3765](https://github.com/mochajs/mocha/issues/3765): Add Matomo to website ([**@MarioDiaz98**](https://github.com/MarioDiaz98))
16+
- [#3947](https://github.com/mochajs/mocha/issues/3947): Clarify effect of .skip() ([**@oliversalzburg**](https://github.com/oliversalzburg))
1717

1818
# 6.2.0 / 2019-07-18
1919

@@ -245,10 +245,10 @@ Enhancements introduced in [#3556](https://github.com/mochajs/mocha/issues/3556)
245245
- Use `--no-config` or `--no-package` to completely disable loading of configuration via RC file and `package.json`, respectively
246246
- Configurations are merged as applicable using the priority list:
247247
1. Command-line arguments
248-
2. RC file
249-
3. `package.json`
250-
4. `mocha.opts`
251-
5. Mocha's own defaults
248+
1. RC file
249+
1. `package.json`
250+
1. `mocha.opts`
251+
1. Mocha's own defaults
252252
- Check out these [example config files](https://github.com/mochajs/mocha/tree/master/example/config)
253253

254254
- Node/V8 flag support in `mocha` executable:

package-lock.json

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

package.json

+4-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "mocha",
3-
"version": "6.2.0",
3+
"version": "6.2.1",
44
"description": "simple, flexible, fun test framework",
55
"keywords": [
66
"mocha",
@@ -130,6 +130,7 @@
130130
"Di Wu <dwu@palantir.com>",
131131
"Dina Berry <dfberry@users.noreply.github.com>",
132132
"Diogo Monteiro <diogo.gmt@gmail.com>",
133+
"Dmitrii Sorin <info@staypositive.ru>",
133134
"Dmitriy Simushev <simushevds@gmail.com>",
134135
"Dmitry Shirokov <deadrunk@gmail.com>",
135136
"Dmitry Sorin <info@staypositive.ru>",
@@ -294,6 +295,7 @@
294295
"Marc Kuo <kuomarc2@gmail.com>",
295296
"Marc Udoff <mlucool@gmail.com>",
296297
"Marcello Bastea-Forte <marcello@cellosoft.com>",
298+
"Mario Díaz Ceñera <46492068+MarioDiaz98@users.noreply.github.com>",
297299
"Mark Banner <standard8@mozilla.com>",
298300
"Mark Owsiak <mark.owsiak@gmail.com>",
299301
"Markus Tacker <m@coderbyheart.com>",
@@ -338,6 +340,7 @@
338340
"Noshir Patel <nosh@blackpiano.com>",
339341
"not-an-aardvark <not-an-aardvark@users.noreply.github.com>",
340342
"OlegTsyba <oleg.tsyba.ua@gmail.com>",
343+
"Oliver Salzburg <oliver.salzburg@gmail.com>",
341344
"olsonpm <olsonpm@users.noreply.github.com>",
342345
"omardelarosa <thedelarosa@gmail.com>",
343346
"Oscar Godson <oscargodson@outlook.com>",

0 commit comments

Comments
 (0)