build: publish

v2
xiaojunnuo 2025-09-29 20:37:20 +08:00
parent d331396afe
commit 522c2f61c0
12 changed files with 23 additions and 11 deletions

View File

@ -3,6 +3,18 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
## [1.37.1](https://github.com/certd/certd/compare/v1.37.0...v1.37.1) (2025-09-29)
### Bug Fixes
* 修复版本比较bug ([109696e](https://github.com/certd/certd/commit/109696e965d68c50c8627ffd40203edd1d2daea5))
* 修复某些情况下cname申请证书报错主域名不一致的bug ([2671781](https://github.com/certd/certd/commit/2671781e1bb0838981728d85eacf0e1a25a0fa48))
### Performance Improvements
* cname主域名校验提示优化显示不一致的两方便于排查问题 ([6ebb365](https://github.com/certd/certd/commit/6ebb3659f42155e4e8da600c493fb5227cd08137))
* dns解析支持阿里esa ([9291fa6](https://github.com/certd/certd/commit/9291fa68aa7a88a05c2f888bf3048df36a8fbde3))
# [1.37.0](https://github.com/certd/certd/compare/v1.36.25...v1.37.0) (2025-09-28)
### Features

View File

@ -69,5 +69,5 @@
"bugs": {
"url": "https://github.com/publishlab/node-acme-client/issues"
},
"gitHead": "e17cd1f298a72595f01e466b5e5c8971828c6bd9"
"gitHead": "c725cee0445dbe1ebd1b6588373bde31697113da"
}

View File

@ -45,5 +45,5 @@
"tslib": "^2.8.1",
"typescript": "^5.4.2"
},
"gitHead": "e17cd1f298a72595f01e466b5e5c8971828c6bd9"
"gitHead": "c725cee0445dbe1ebd1b6588373bde31697113da"
}

View File

@ -44,5 +44,5 @@
"tslib": "^2.8.1",
"typescript": "^5.4.2"
},
"gitHead": "e17cd1f298a72595f01e466b5e5c8971828c6bd9"
"gitHead": "c725cee0445dbe1ebd1b6588373bde31697113da"
}

View File

@ -24,5 +24,5 @@
"prettier": "^2.8.8",
"tslib": "^2.8.1"
},
"gitHead": "e17cd1f298a72595f01e466b5e5c8971828c6bd9"
"gitHead": "c725cee0445dbe1ebd1b6588373bde31697113da"
}

View File

@ -31,5 +31,5 @@
"tslib": "^2.8.1",
"typescript": "^5.4.2"
},
"gitHead": "e17cd1f298a72595f01e466b5e5c8971828c6bd9"
"gitHead": "c725cee0445dbe1ebd1b6588373bde31697113da"
}

View File

@ -61,5 +61,5 @@
"fetch"
]
},
"gitHead": "e17cd1f298a72595f01e466b5e5c8971828c6bd9"
"gitHead": "c725cee0445dbe1ebd1b6588373bde31697113da"
}

View File

@ -32,5 +32,5 @@
"tslib": "^2.8.1",
"typescript": "^5.4.2"
},
"gitHead": "e17cd1f298a72595f01e466b5e5c8971828c6bd9"
"gitHead": "c725cee0445dbe1ebd1b6588373bde31697113da"
}

View File

@ -63,5 +63,5 @@
"typeorm": "^0.3.11",
"typescript": "^5.4.2"
},
"gitHead": "e17cd1f298a72595f01e466b5e5c8971828c6bd9"
"gitHead": "c725cee0445dbe1ebd1b6588373bde31697113da"
}

View File

@ -46,5 +46,5 @@
"typeorm": "^0.3.11",
"typescript": "^5.4.2"
},
"gitHead": "e17cd1f298a72595f01e466b5e5c8971828c6bd9"
"gitHead": "c725cee0445dbe1ebd1b6588373bde31697113da"
}

View File

@ -43,5 +43,5 @@
"tslib": "^2.8.1",
"typescript": "^5.4.2"
},
"gitHead": "e17cd1f298a72595f01e466b5e5c8971828c6bd9"
"gitHead": "c725cee0445dbe1ebd1b6588373bde31697113da"
}

View File

@ -53,5 +53,5 @@
"tslib": "^2.8.1",
"typescript": "^5.4.2"
},
"gitHead": "e17cd1f298a72595f01e466b5e5c8971828c6bd9"
"gitHead": "c725cee0445dbe1ebd1b6588373bde31697113da"
}