v3.0.8: bump for parity with git tag

This commit is contained in:
AJ ONeal 2019-10-29 05:02:58 +00:00
父節點 333605d9b8
當前提交 6352961fea
共有 3 個文件被更改,包括 3 次插入2 次删除

查看文件

@ -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 generated
查看文件

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

查看文件

@ -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",