Skip to content

Commit

Permalink
Release v6.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
craigtaub committed Feb 18, 2019
1 parent a553ca7 commit 42303e2
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 6 deletions.
8 changes: 4 additions & 4 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -91,10 +91,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.

8 changes: 7 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "mocha",
"version": "6.0.0-1",
"version": "6.0.0",
"description": "simple, flexible, fun test framework",
"keywords": [
"mocha",
Expand Down Expand Up @@ -32,6 +32,7 @@
"amsul <[email protected]>",
"Anders Olsen Sandvik <[email protected]>",
"Andreas Brekken <[email protected]>",
"Andreas Lind <[email protected]>",
"Andreas Lind Petersen <[email protected]>",
"Andrew Krawchyk <[email protected]>",
"Andrew Nesbitt <[email protected]>",
Expand All @@ -41,6 +42,7 @@
"Angelica Valenta <[email protected]>",
"Anis Safine <[email protected]>",
"Anish Karandikar <[email protected]>",
"Anna Henningsen <[email protected]>",
"Anthony <[email protected]>",
"Anton <[email protected]>",
"anton <[email protected]>",
Expand Down Expand Up @@ -87,6 +89,7 @@
"Charles Merriam <[email protected]>",
"Charles Samborski <[email protected]>",
"Charlie Rudolph <[email protected]>",
"Chen Yangjian <[email protected]>",
"Chris <[email protected]>",
"Chris Buckley <[email protected]>",
"Chris Lamb <[email protected]>",
Expand All @@ -98,6 +101,7 @@
"claudyus <claudyus@HEX.(none)>",
"Connor Dunn <[email protected]>",
"Corey Butler <[email protected]>",
"Corey Farrell <[email protected]>",
"Cory Thomas <[email protected]>",
"Craig Taub <[email protected]>",
"Cube <[email protected]>",
Expand Down Expand Up @@ -280,6 +284,7 @@
"Mark Banner <[email protected]>",
"Mark Owsiak <[email protected]>",
"Markus Tacker <[email protected]>",
"Martijn Cuppens <[email protected]>",
"Martin Marko <[email protected]>",
"Mathieu Desvé <[email protected]>",
"Matija Marohnić <[email protected]>",
Expand Down Expand Up @@ -440,6 +445,7 @@
"vlad <[email protected]>",
"Vlad Magdalin <[email protected]>",
"Volker Buzek <[email protected]>",
"Wanseob Lim <[email protected]>",
"Wil Moore III <[email protected]>",
"Will Langstroth <[email protected]>",
"wsw <[email protected]>",
Expand Down

0 comments on commit 42303e2

Please sign in to comment.