From 6d3d6b4d5262f9d6374a887834224eb729890b4d Mon Sep 17 00:00:00 2001 From: Christopher Hiller Date: Thu, 21 Feb 2019 11:39:45 -0800 Subject: [PATCH] Release v6.0.1 --- CHANGELOG.md | 12 ++++++------ package-lock.json | 2 +- package.json | 4 +++- 3 files changed, 10 insertions(+), 8 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 0845537110..ac93f7f08e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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 diff --git a/package-lock.json b/package-lock.json index 38ba70edee..700ad24086 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "mocha", - "version": "6.0.0", + "version": "6.0.1", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index 3e2f61131f..0f430d8cc5 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "mocha", - "version": "6.0.0", + "version": "6.0.1", "description": "simple, flexible, fun test framework", "keywords": [ "mocha", @@ -77,6 +77,7 @@ "Brian Lalor ", "Brian M. Carlson ", "Brian Moore ", + "Brian Tomlin ", "Brittany Moore ", "Bryan Donovan ", "Buck Doyle ", @@ -411,6 +412,7 @@ "Sulabh Bista ", "Sune Simonsen ", "Svetlana <39729453+Lana-Light@users.noreply.github.com>", + "Szauka <33459309+Szauka@users.noreply.github.com>", "Tapiwa Kelvin ", "Ted Yavuzkurt ", "Teddy Zeenny ",