From 1f325e746033f698c6a040329a2fd7670daaf274 Mon Sep 17 00:00:00 2001 From: Christopher Hiller Date: Wed, 2 Jan 2019 10:22:10 -0800 Subject: [PATCH] Release v6.0.0-1 --- CHANGELOG.md | 2 +- package-lock.json | 2 +- package.json | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index d3bd6184c6..ce5f7ddbad 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,7 +2,7 @@ ## :bug: Fixes -- Fix missing `mocharc.json` in published package (@boneskull) +- Fix missing `mocharc.json` in published package ([**@boneskull**](https://github.com/boneskull)) # 6.0.0-0 / 2019-01-01 diff --git a/package-lock.json b/package-lock.json index c0ce5fba37..07a0f7b33a 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "mocha", - "version": "6.0.0-0", + "version": "6.0.0-1", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index 14d919d92f..15ba1c37c1 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "mocha", - "version": "6.0.0-0", + "version": "6.0.0-1", "description": "simple, flexible, fun test framework", "keywords": [ "mocha",