mirror of
https://github.com/certd/certd.git
synced 2026-04-23 11:37:23 +08:00
v1.34.9
This commit is contained in:
@@ -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.34.9](https://github.com/certd/certd/compare/v1.34.8...v1.34.9) (2025-05-30)
|
||||
|
||||
### Bug Fixes
|
||||
|
||||
* 修复Farcdn证书有效期错误的问题 ([1fe4c36](https://github.com/certd/certd/commit/1fe4c367f7128de9ba5e3395ae06bc81e63a7d5a))
|
||||
|
||||
### Performance Improvements
|
||||
|
||||
* 不止证书自动化,插件解锁无限可能 ([a9b302e](https://github.com/certd/certd/commit/a9b302e38d3328d75df8b2da3d8b914851e55e9c))
|
||||
* 邮箱支持保存和选择 ([f7b0b44](https://github.com/certd/certd/commit/f7b0b44ef6044bec36510a6f0b06d8dca5bfce49))
|
||||
* 支持github 新版本检查并发布通知 ([356703c](https://github.com/certd/certd/commit/356703c83ea18c6efb8931402e181280d7b7e696))
|
||||
|
||||
## [1.34.8](https://github.com/certd/certd/compare/v1.34.7...v1.34.8) (2025-05-28)
|
||||
|
||||
### Bug Fixes
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@certd/ui-server",
|
||||
"version": "1.34.8",
|
||||
"version": "1.34.9",
|
||||
"description": "fast-server base midway",
|
||||
"private": true,
|
||||
"type": "module",
|
||||
@@ -41,19 +41,19 @@
|
||||
"@aws-sdk/client-acm": "^3.699.0",
|
||||
"@aws-sdk/client-cloudfront": "^3.699.0",
|
||||
"@aws-sdk/client-s3": "^3.705.0",
|
||||
"@certd/acme-client": "^1.34.8",
|
||||
"@certd/basic": "^1.34.8",
|
||||
"@certd/commercial-core": "^1.34.8",
|
||||
"@certd/jdcloud": "^1.34.8",
|
||||
"@certd/lib-huawei": "^1.34.8",
|
||||
"@certd/lib-k8s": "^1.34.8",
|
||||
"@certd/lib-server": "^1.34.8",
|
||||
"@certd/midway-flyway-js": "^1.34.8",
|
||||
"@certd/pipeline": "^1.34.8",
|
||||
"@certd/plugin-cert": "^1.34.8",
|
||||
"@certd/plugin-lib": "^1.34.8",
|
||||
"@certd/plugin-plus": "^1.34.8",
|
||||
"@certd/plus-core": "^1.34.8",
|
||||
"@certd/acme-client": "^1.34.9",
|
||||
"@certd/basic": "^1.34.9",
|
||||
"@certd/commercial-core": "^1.34.9",
|
||||
"@certd/jdcloud": "^1.34.9",
|
||||
"@certd/lib-huawei": "^1.34.9",
|
||||
"@certd/lib-k8s": "^1.34.9",
|
||||
"@certd/lib-server": "^1.34.9",
|
||||
"@certd/midway-flyway-js": "^1.34.9",
|
||||
"@certd/pipeline": "^1.34.9",
|
||||
"@certd/plugin-cert": "^1.34.9",
|
||||
"@certd/plugin-lib": "^1.34.9",
|
||||
"@certd/plugin-plus": "^1.34.9",
|
||||
"@certd/plus-core": "^1.34.9",
|
||||
"@corsinvest/cv4pve-api-javascript": "^8.3.0",
|
||||
"@huaweicloud/huaweicloud-sdk-cdn": "^3.1.120",
|
||||
"@huaweicloud/huaweicloud-sdk-core": "^3.1.120",
|
||||
|
||||
Reference in New Issue
Block a user