Browse Source

v3.0.8: bump for parity with git tag

pull/1/head v3.0.8
AJ ONeal 5 years ago
parent
commit
6352961fea
  1. 1
      acme.js
  2. 2
      package-lock.json
  3. 2
      package.json

1
acme.js

@ -486,6 +486,7 @@ ACME._dryRun = function(me, realOptions, zonenames) {
type: ch.type
//challenge: ch
});
// ignore promise return
noopts.challenges[ch.type]
.remove({ challenge: ch })
.catch(function(err) {

2
package-lock.json

@ -1,6 +1,6 @@
{
"name": "@root/acme",
"version": "3.0.6",
"version": "3.0.8",
"lockfileVersion": 1,
"requires": true,
"dependencies": {

2
package.json

@ -1,6 +1,6 @@
{
"name": "@root/acme",
"version": "3.0.7",
"version": "3.0.8",
"description": "Free SSL certificates for Node.js and Browsers. Issued via Let's Encrypt",
"homepage": "https://rootprojects.org/acme/",
"main": "acme.js",

Loading…
Cancel
Save