Skip to content

Commit

Permalink
Merge pull request #253 from alallier/3.0.6
Browse files Browse the repository at this point in the history
3.0.6
  • Loading branch information
alallier authored Jun 10, 2020
2 parents af3f361 + acbed03 commit 79332f0
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 2 deletions.
8 changes: 7 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
------------------
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "reload",
"version": "3.0.5",
"version": "3.0.6",
"files": [
"bin",
"lib",
Expand Down

0 comments on commit 79332f0

Please sign in to comment.