From 86cd699cfb6193cbb894433c4bc69c9e60208003 Mon Sep 17 00:00:00 2001 From: Christopher Hiller Date: Mon, 8 Apr 2019 11:04:52 -0700 Subject: [PATCH] Release v6.1.2 --- CHANGELOG.md | 4 ++-- package-lock.json | 2 +- package.json | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 92c5460b71..f3d6c7e2a0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,13 +2,13 @@ ## :bug: Fixes -- #3867: Re-publish v6.1.1 from POSIX OS to avoid dropped executable flags (@boneskull) +- [#3867](https://github.com/mochajs/mocha/issues/3867): Re-publish v6.1.1 from POSIX OS to avoid dropped executable flags ([**@boneskull**](https://github.com/boneskull)) # 6.1.1 / 2019-04-07 ## :bug: Fixes -- #3866: Fix Windows End-of-Line publishing issue (@juergba & @cspotcode) +- [#3866](https://github.com/mochajs/mocha/issues/3866): Fix Windows End-of-Line publishing issue ([**@juergba**](https://github.com/juergba) & [**@cspotcode**](https://github.com/cspotcode)) # 6.1.0 / 2019-04-07 diff --git a/package-lock.json b/package-lock.json index 95e61e4ab1..e1e6d8f621 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "mocha", - "version": "6.1.1", + "version": "6.1.2", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index 2fc70169dd..57ef0b1505 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "mocha", - "version": "6.1.1", + "version": "6.1.2", "description": "simple, flexible, fun test framework", "keywords": [ "mocha",