mirror of https://github.com/certd/certd
build: publish
parent
8a32fd36ad
commit
70760e4ede
|
@ -3,6 +3,14 @@
|
|||
All notable changes to this project will be documented in this file.
|
||||
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
|
||||
|
||||
## [1.31.10](https://github.com/certd/certd/compare/v1.31.9...v1.31.10) (2025-03-29)
|
||||
|
||||
### Performance Improvements
|
||||
|
||||
* tab增加图标显示 ([a03ae5a](https://github.com/certd/certd/commit/a03ae5a216a1df2c1d3da12ae18dcd0f089a92d3))
|
||||
* 升级lego版本到4.22.2 ([4e15556](https://github.com/certd/certd/commit/4e15556e5e8100719497edb1729570d5a29668e1))
|
||||
* 优化华为dns接口报错信息输出 ([bf30b7a](https://github.com/certd/certd/commit/bf30b7afaef623dd8126570344f1fcc2c06f1215))
|
||||
|
||||
## [1.31.9](https://github.com/certd/certd/compare/v1.31.8...v1.31.9) (2025-03-28)
|
||||
|
||||
### Bug Fixes
|
||||
|
|
|
@ -67,5 +67,5 @@
|
|||
"bugs": {
|
||||
"url": "https://github.com/publishlab/node-acme-client/issues"
|
||||
},
|
||||
"gitHead": "be58e3084bbcd86d9fcd10950aadf542191a6949"
|
||||
"gitHead": "2e30fff221c19e46e098b0dc3250a6b7c5e6a5e0"
|
||||
}
|
||||
|
|
|
@ -44,5 +44,5 @@
|
|||
"tslib": "^2.8.1",
|
||||
"typescript": "^5.4.2"
|
||||
},
|
||||
"gitHead": "be58e3084bbcd86d9fcd10950aadf542191a6949"
|
||||
"gitHead": "2e30fff221c19e46e098b0dc3250a6b7c5e6a5e0"
|
||||
}
|
||||
|
|
|
@ -43,5 +43,5 @@
|
|||
"tslib": "^2.8.1",
|
||||
"typescript": "^5.4.2"
|
||||
},
|
||||
"gitHead": "be58e3084bbcd86d9fcd10950aadf542191a6949"
|
||||
"gitHead": "2e30fff221c19e46e098b0dc3250a6b7c5e6a5e0"
|
||||
}
|
||||
|
|
|
@ -23,5 +23,5 @@
|
|||
"prettier": "^2.8.8",
|
||||
"tslib": "^2.8.1"
|
||||
},
|
||||
"gitHead": "be58e3084bbcd86d9fcd10950aadf542191a6949"
|
||||
"gitHead": "2e30fff221c19e46e098b0dc3250a6b7c5e6a5e0"
|
||||
}
|
||||
|
|
|
@ -30,5 +30,5 @@
|
|||
"tslib": "^2.8.1",
|
||||
"typescript": "^5.4.2"
|
||||
},
|
||||
"gitHead": "be58e3084bbcd86d9fcd10950aadf542191a6949"
|
||||
"gitHead": "2e30fff221c19e46e098b0dc3250a6b7c5e6a5e0"
|
||||
}
|
||||
|
|
|
@ -31,5 +31,5 @@
|
|||
"tslib": "^2.8.1",
|
||||
"typescript": "^5.4.2"
|
||||
},
|
||||
"gitHead": "be58e3084bbcd86d9fcd10950aadf542191a6949"
|
||||
"gitHead": "2e30fff221c19e46e098b0dc3250a6b7c5e6a5e0"
|
||||
}
|
||||
|
|
|
@ -61,5 +61,5 @@
|
|||
"typeorm": "^0.3.11",
|
||||
"typescript": "^5.4.2"
|
||||
},
|
||||
"gitHead": "be58e3084bbcd86d9fcd10950aadf542191a6949"
|
||||
"gitHead": "2e30fff221c19e46e098b0dc3250a6b7c5e6a5e0"
|
||||
}
|
||||
|
|
|
@ -46,5 +46,5 @@
|
|||
"typeorm": "^0.3.11",
|
||||
"typescript": "^5.4.2"
|
||||
},
|
||||
"gitHead": "be58e3084bbcd86d9fcd10950aadf542191a6949"
|
||||
"gitHead": "2e30fff221c19e46e098b0dc3250a6b7c5e6a5e0"
|
||||
}
|
||||
|
|
|
@ -41,5 +41,5 @@
|
|||
"tslib": "^2.8.1",
|
||||
"typescript": "^5.4.2"
|
||||
},
|
||||
"gitHead": "be58e3084bbcd86d9fcd10950aadf542191a6949"
|
||||
"gitHead": "2e30fff221c19e46e098b0dc3250a6b7c5e6a5e0"
|
||||
}
|
||||
|
|
|
@ -48,5 +48,5 @@
|
|||
"tslib": "^2.8.1",
|
||||
"typescript": "^5.4.2"
|
||||
},
|
||||
"gitHead": "be58e3084bbcd86d9fcd10950aadf542191a6949"
|
||||
"gitHead": "2e30fff221c19e46e098b0dc3250a6b7c5e6a5e0"
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue