Skip to content

Commit

Permalink
Release v6.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
craigtaub committed Sep 29, 2019
1 parent 9524978 commit ef6c820
Show file tree
Hide file tree
Showing 3 changed files with 18 additions and 15 deletions.
26 changes: 13 additions & 13 deletions CHANGELOG.md
Expand Up @@ -2,18 +2,18 @@

## :bug: Fixes

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

## :book: Documentation

- #3886: fix styles on mochajs.org (@outsideris)
- #3966: Remove jsdoc index.html placeholder from eleventy file structure and fix broken link in jsdoc tutorial (@Munter)
- #3765: Add Matomo to website (@MarioDiaz98)
- #3947: Clarify effect of .skip() (@oliversalzburg)
- [#3886](https://github.com/mochajs/mocha/issues/3886): fix styles on mochajs.org ([**@outsideris**](https://github.com/outsideris))
- [#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))
- [#3765](https://github.com/mochajs/mocha/issues/3765): Add Matomo to website ([**@MarioDiaz98**](https://github.com/MarioDiaz98))
- [#3947](https://github.com/mochajs/mocha/issues/3947): Clarify effect of .skip() ([**@oliversalzburg**](https://github.com/oliversalzburg))

# 6.2.0 / 2019-07-18

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

- Node/V8 flag support in `mocha` executable:
Expand Down
2 changes: 1 addition & 1 deletion package-lock.json

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

5 changes: 4 additions & 1 deletion package.json
@@ -1,6 +1,6 @@
{
"name": "mocha",
"version": "6.2.0",
"version": "6.2.1",
"description": "simple, flexible, fun test framework",
"keywords": [
"mocha",
Expand Down Expand Up @@ -130,6 +130,7 @@
"Di Wu <dwu@palantir.com>",
"Dina Berry <dfberry@users.noreply.github.com>",
"Diogo Monteiro <diogo.gmt@gmail.com>",
"Dmitrii Sorin <info@staypositive.ru>",
"Dmitriy Simushev <simushevds@gmail.com>",
"Dmitry Shirokov <deadrunk@gmail.com>",
"Dmitry Sorin <info@staypositive.ru>",
Expand Down Expand Up @@ -294,6 +295,7 @@
"Marc Kuo <kuomarc2@gmail.com>",
"Marc Udoff <mlucool@gmail.com>",
"Marcello Bastea-Forte <marcello@cellosoft.com>",
"Mario Díaz Ceñera <46492068+MarioDiaz98@users.noreply.github.com>",
"Mark Banner <standard8@mozilla.com>",
"Mark Owsiak <mark.owsiak@gmail.com>",
"Markus Tacker <m@coderbyheart.com>",
Expand Down Expand Up @@ -338,6 +340,7 @@
"Noshir Patel <nosh@blackpiano.com>",
"not-an-aardvark <not-an-aardvark@users.noreply.github.com>",
"OlegTsyba <oleg.tsyba.ua@gmail.com>",
"Oliver Salzburg <oliver.salzburg@gmail.com>",
"olsonpm <olsonpm@users.noreply.github.com>",
"omardelarosa <thedelarosa@gmail.com>",
"Oscar Godson <oscargodson@outlook.com>",
Expand Down

0 comments on commit ef6c820

Please sign in to comment.