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
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
@@ -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 <blalor@bravo5.org>",
"Brian M. Carlson <brian.m.carlson@gmail.com>",
"Brian Moore <guardbionic-github@yahoo.com>",
"Brian Tomlin <tendonstrength@gmail.com>",
"Brittany Moore <moore.brittanyann@gmail.com>",
"Bryan Donovan <bdondo@gmail.com>",
"Buck Doyle <b@chromatin.ca>",
Expand Down Expand Up @@ -411,6 +412,7 @@
"Sulabh Bista <sul4bh@gmail.com>",
"Sune Simonsen <sune@we-knowhow.dk>",
"Svetlana <39729453+Lana-Light@users.noreply.github.com>",
"Szauka <33459309+Szauka@users.noreply.github.com>",
"Tapiwa Kelvin <tapiwa@munzwa.tk>",
"Ted Yavuzkurt <hello@TedY.io>",
"Teddy Zeenny <teddyzeenny@gmail.com>",
Expand Down

0 comments on commit 6d3d6b4

Please sign in to comment.