This commit is contained in:
xiaojunnuo
2024-09-29 10:10:49 +08:00
parent 47fa419803
commit 5668a3e222
22 changed files with 96 additions and 24 deletions
@@ -3,6 +3,12 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
## [1.25.6](https://github.com/certd/certd/compare/v1.25.5...v1.25.6) (2024-09-29)
### Performance Improvements
* 部署支持1Panel ([d047234](https://github.com/certd/certd/commit/d047234d98d31504f2e5a472b66e1b75806af26e))
## [1.25.5](https://github.com/certd/certd/compare/v1.25.4...v1.25.5) (2024-09-26)
**Note:** Version bump only for package @certd/plugin-cert
+3 -3
View File
@@ -1,7 +1,7 @@
{
"name": "@certd/plugin-cert",
"private": false,
"version": "1.25.5",
"version": "1.25.6",
"type": "module",
"main": "./dist/index.js",
"types": "./dist/index.d.ts",
@@ -14,8 +14,8 @@
"preview": "vite preview"
},
"dependencies": {
"@certd/acme-client": "^1.25.5",
"@certd/pipeline": "^1.25.5",
"@certd/acme-client": "^1.25.6",
"@certd/pipeline": "^1.25.6",
"jszip": "^3.10.1",
"node-forge": "^0.10.0",
"psl": "^1.9.0",