Skip to content

Commit

Permalink
3.0.6 / 2020-06-10
Browse files Browse the repository at this point in the history
------------------

* Changed `passphrase` option from `https.p12.passphrase` to `https.passphrase` so it can be used for certAndKey configurations as well - See: #251
* Tweaked CI configuration file so GitHub Actions CI will also run on pull requests - See: #250
* Updated nyc from 15.0.1 to 15.1.0 - See: #249
* Fix the repository URL in package.json - See: #252
  • Loading branch information
alallier committed Jun 10, 2020
1 parent af3f361 commit acbed03
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 acbed03

Please sign in to comment.