Skip to content

Commit c0271a6

Browse files
authored
Merge pull request #254 from alallier/3.1.0
3.1.0
2 parents 79332f0 + 7713f1d commit c0271a6

File tree

2 files changed

+7
-2
lines changed

2 files changed

+7
-2
lines changed

CHANGELOG.md

+6-1
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,19 @@
11
Next version
22
------------------
33

4-
3.0.6 / 2020-06-10
4+
3.1.0 / 2020-06-10
55
------------------
66

77
* 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
88
* Tweaked CI configuration file so GitHub Actions CI will also run on pull requests - See: https://github.com/alallier/reload/pull/250
99
* Updated nyc from 15.0.1 to 15.1.0 - See: https://github.com/alallier/reload/pull/249
1010
* Fix the repository URL in package.json - See: https://github.com/alallier/reload/pull/252
1111

12+
3.0.6 / 2020-06-10
13+
------------------
14+
15+
* Contains the changes from 3.1.0 but was semantically versioned incorrectly. It is recommended not to use this version and upgrade to 3.1.0
16+
1217
3.0.5 / 2020-05-25
1318
------------------
1419

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "reload",
3-
"version": "3.0.6",
3+
"version": "3.1.0",
44
"files": [
55
"bin",
66
"lib",

0 commit comments

Comments
 (0)