From f1fe632a5aca224994fa8c1240be6852bec236a8 Mon Sep 17 00:00:00 2001 From: Christopher Hiller Date: Thu, 11 Apr 2019 16:58:34 -0700 Subject: [PATCH] Release v6.1.3 --- CHANGELOG.md | 4 ++-- package-lock.json | 2 +- package.json | 3 ++- 3 files changed, 5 insertions(+), 4 deletions(-) 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 ",