Skip to content

Commit 42303e2

Browse files
committed
Release v6.0.0
1 parent a553ca7 commit 42303e2

File tree

3 files changed

+12
-6
lines changed

3 files changed

+12
-6
lines changed

CHANGELOG.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -91,10 +91,10 @@ Enhancements introduced in [#3556](https://github.com/mochajs/mocha/issues/3556)
9191
- Use `--no-config` or `--no-package` to completely disable loading of configuration via RC file and `package.json`, respectively
9292
- Configurations are merged as applicable using the priority list:
9393
1. Command-line arguments
94-
2. RC file
95-
3. `package.json`
96-
4. `mocha.opts`
97-
5. Mocha's own defaults
94+
1. RC file
95+
1. `package.json`
96+
1. `mocha.opts`
97+
1. Mocha's own defaults
9898
- Check out these [example config files](https://github.com/mochajs/mocha/tree/master/example/config)
9999

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

package-lock.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "mocha",
3-
"version": "6.0.0-1",
3+
"version": "6.0.0",
44
"description": "simple, flexible, fun test framework",
55
"keywords": [
66
"mocha",
@@ -32,6 +32,7 @@
3232
"amsul <[email protected]>",
3333
"Anders Olsen Sandvik <[email protected]>",
3434
"Andreas Brekken <[email protected]>",
35+
"Andreas Lind <[email protected]>",
3536
"Andreas Lind Petersen <[email protected]>",
3637
"Andrew Krawchyk <[email protected]>",
3738
"Andrew Nesbitt <[email protected]>",
@@ -41,6 +42,7 @@
4142
"Angelica Valenta <[email protected]>",
4243
"Anis Safine <[email protected]>",
4344
"Anish Karandikar <[email protected]>",
45+
"Anna Henningsen <[email protected]>",
4446
"Anthony <[email protected]>",
4547
"Anton <[email protected]>",
4648
"anton <[email protected]>",
@@ -87,6 +89,7 @@
8789
"Charles Merriam <[email protected]>",
8890
"Charles Samborski <[email protected]>",
8991
"Charlie Rudolph <[email protected]>",
92+
"Chen Yangjian <[email protected]>",
9093
"Chris <[email protected]>",
9194
"Chris Buckley <[email protected]>",
9295
"Chris Lamb <[email protected]>",
@@ -98,6 +101,7 @@
98101
"claudyus <claudyus@HEX.(none)>",
99102
"Connor Dunn <[email protected]>",
100103
"Corey Butler <[email protected]>",
104+
"Corey Farrell <[email protected]>",
101105
"Cory Thomas <[email protected]>",
102106
"Craig Taub <[email protected]>",
103107
@@ -280,6 +284,7 @@
280284
"Mark Banner <[email protected]>",
281285
"Mark Owsiak <[email protected]>",
282286
"Markus Tacker <[email protected]>",
287+
"Martijn Cuppens <[email protected]>",
283288
"Martin Marko <[email protected]>",
284289
"Mathieu Desvé <[email protected]>",
285290
"Matija Marohnić <[email protected]>",
@@ -440,6 +445,7 @@
440445
441446
"Vlad Magdalin <[email protected]>",
442447
"Volker Buzek <[email protected]>",
448+
"Wanseob Lim <[email protected]>",
443449
"Wil Moore III <[email protected]>",
444450
"Will Langstroth <[email protected]>",
445451

0 commit comments

Comments
 (0)