diff --git a/CHANGELOG.md b/CHANGELOG.md index b77114ee14..bd6f1b4dd8 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,8 +2,8 @@ ## :bug: Fixes -- #3863: Fix `yargs`-related global scope pollution (@inukshuk) -- #3869: Fix failure when installed w/ `pnpm` (@boneskull) +- [#3863](https://github.com/mochajs/mocha/issues/3863): Fix `yargs`-related global scope pollution ([**@inukshuk**](https://github.com/inukshuk)) +- [#3869](https://github.com/mochajs/mocha/issues/3869): Fix failure when installed w/ `pnpm` ([**@boneskull**](https://github.com/boneskull)) # 6.1.2 / 2019-04-08 diff --git a/package-lock.json b/package-lock.json index ed8eb9192f..3a519b0618 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "mocha", - "version": "6.1.2", + "version": "6.1.3", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index 2164e1d167..650643974b 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "mocha", - "version": "6.1.2", + "version": "6.1.3", "description": "simple, flexible, fun test framework", "keywords": [ "mocha", @@ -421,6 +421,7 @@ "Sune Simonsen ", "Svetlana <39729453+Lana-Light@users.noreply.github.com>", "Sylvain ", + "Sylvester Keil ", "Szauka <33459309+Szauka@users.noreply.github.com>", "Tapiwa Kelvin ", "Ted Yavuzkurt ",