From eba0f2a6bab0bd39b82c884c1db7daf988e03419 Mon Sep 17 00:00:00 2001 From: "Alexander J. Lallier" Date: Tue, 29 Sep 2020 18:40:09 -0400 Subject: [PATCH] 3.1.1 / 2020-09-29 ------------------ * Updated mocha from 7.1.2 to 8.1.3 - See: https://github.com/alallier/reload/pull/255 * Updated codecov from 3.7.0 to 3.7.2 - See: https://github.com/alallier/reload/pull/258 and https://github.com/alallier/reload/pull/266 * Updated commander from 5.1.0 to 6.1.0 - See: https://github.com/alallier/reload/pull/259 and https://github.com/alallier/reload/pull/265 * Updated sinon from 9.0.2 to 9.1.0 - See: https://github.com/alallier/reload/pull/264 --- CHANGELOG.md | 8 ++++++++ package-lock.json | 2 +- package.json | 2 +- 3 files changed, 10 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 2929c09..477818d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,14 @@ Next version ------------------ +3.1.1 / 2020-09-29 +------------------ + +* Updated mocha from 7.1.2 to 8.1.3 - See: https://github.com/alallier/reload/pull/255 +* Updated codecov from 3.7.0 to 3.7.2 - See: https://github.com/alallier/reload/pull/258 and https://github.com/alallier/reload/pull/266 +* Updated commander from 5.1.0 to 6.1.0 - See: https://github.com/alallier/reload/pull/259 and https://github.com/alallier/reload/pull/265 +* Updated sinon from 9.0.2 to 9.1.0 - See: https://github.com/alallier/reload/pull/264 + 3.1.0 / 2020-06-10 ------------------ diff --git a/package-lock.json b/package-lock.json index b3c147d..b135932 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "reload", - "version": "3.1.0", + "version": "3.1.1", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index c35ffb9..dc35794 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "reload", - "version": "3.1.0", + "version": "3.1.1", "files": [ "bin", "lib",