From acbed03f5f30077eb95d3420adb6bc955a3ceef6 Mon Sep 17 00:00:00 2001 From: "Alexander J. Lallier" Date: Wed, 10 Jun 2020 08:46:39 -0400 Subject: [PATCH] 3.0.6 / 2020-06-10 ------------------ * Changed `passphrase` option from `https.p12.passphrase` to `https.passphrase` so it can be used for certAndKey configurations as well - See: https://github.com/alallier/reload/pull/251 * Tweaked CI configuration file so GitHub Actions CI will also run on pull requests - See: https://github.com/alallier/reload/pull/250 * Updated nyc from 15.0.1 to 15.1.0 - See: https://github.com/alallier/reload/pull/249 * Fix the repository URL in package.json - See: https://github.com/alallier/reload/pull/252 --- CHANGELOG.md | 8 +++++++- package.json | 2 +- 2 files changed, 8 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 3d86db6..eabbbbf 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,7 +1,13 @@ Next version ------------------ -* Move `passphrase` option from `https.p12.passphrase` to `https.passphrase` so it can be used for certAndKey configurations as well. +3.0.6 / 2020-06-10 +------------------ + +* Changed `passphrase` option from `https.p12.passphrase` to `https.passphrase` so it can be used for certAndKey configurations as well - See: https://github.com/alallier/reload/pull/251 +* Tweaked CI configuration file so GitHub Actions CI will also run on pull requests - See: https://github.com/alallier/reload/pull/250 +* Updated nyc from 15.0.1 to 15.1.0 - See: https://github.com/alallier/reload/pull/249 +* Fix the repository URL in package.json - See: https://github.com/alallier/reload/pull/252 3.0.5 / 2020-05-25 ------------------ diff --git a/package.json b/package.json index 84abb71..025a9d9 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "reload", - "version": "3.0.5", + "version": "3.0.6", "files": [ "bin", "lib",