Skip to content

Commit

Permalink
Release v6.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
boneskull committed Feb 21, 2019
1 parent 2146ece commit 6d3d6b4
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 8 deletions.
12 changes: 6 additions & 6 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,15 +6,15 @@ The obligatory round of post-major-release bugfixes.

These issues were regressions.

- #3754 - Mocha again finds `test.js` when run without arguments (@plroebuck)
- #3756 - Mocha again supports third-party interfaces via `--ui` (@boneskull)
- #3755 - Fix broken `--watch` (@boneskull)
- #3759 - Fix unwelcome deprecation notice when Mocha run against languages (CoffeeScript) with implicit return statements; _returning a non-`undefined` value from a `describe` callback is no longer considered deprecated_ (@boneskull)
- [#3754](https://github.com/mochajs/mocha/issues/3754) - Mocha again finds `test.js` when run without arguments ([**@plroebuck**](https://github.com/plroebuck))
- [#3756](https://github.com/mochajs/mocha/issues/3756) - Mocha again supports third-party interfaces via `--ui` ([**@boneskull**](https://github.com/boneskull))
- [#3755](https://github.com/mochajs/mocha/issues/3755) - Fix broken `--watch` ([**@boneskull**](https://github.com/boneskull))
- [#3759](https://github.com/mochajs/mocha/issues/3759) - Fix unwelcome deprecation notice when Mocha run against languages (CoffeeScript) with implicit return statements; _returning a non-`undefined` value from a `describe` callback is no longer considered deprecated_ ([**@boneskull**](https://github.com/boneskull))

## :book: Documentation

- #3738 - Upgrade to `@mocha/docdash@2` (@tendonstrength)
- #3751 - Use preferred names for example config files (@Szauka)
- [#3738](https://github.com/mochajs/mocha/issues/3738) - Upgrade to `@mocha/docdash@2` ([**@tendonstrength**](https://github.com/tendonstrength))
- [#3751](https://github.com/mochajs/mocha/issues/3751) - Use preferred names for example config files ([**@Szauka**](https://github.com/Szauka))

# 6.0.0 / 2019-02-18

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.

4 changes: 3 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",
"version": "6.0.1",
"description": "simple, flexible, fun test framework",
"keywords": [
"mocha",
Expand Down Expand Up @@ -77,6 +77,7 @@
"Brian Lalor <[email protected]>",
"Brian M. Carlson <[email protected]>",
"Brian Moore <[email protected]>",
"Brian Tomlin <[email protected]>",
"Brittany Moore <[email protected]>",
"Bryan Donovan <[email protected]>",
"Buck Doyle <[email protected]>",
Expand Down Expand Up @@ -411,6 +412,7 @@
"Sulabh Bista <[email protected]>",
"Sune Simonsen <[email protected]>",
"Svetlana <[email protected]>",
"Szauka <[email protected]>",
"Tapiwa Kelvin <[email protected]>",
"Ted Yavuzkurt <[email protected]>",
"Teddy Zeenny <[email protected]>",
Expand Down

0 comments on commit 6d3d6b4

Please sign in to comment.