mirror of
https://github.com/certd/certd.git
synced 2026-04-14 12:30:54 +08:00
v1.25.9
This commit is contained in:
@@ -3,6 +3,16 @@
|
||||
All notable changes to this project will be documented in this file.
|
||||
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
|
||||
|
||||
## [1.25.9](https://github.com/certd/certd/compare/v1.25.8...v1.25.9) (2024-10-01)
|
||||
|
||||
### Bug Fixes
|
||||
|
||||
* 修复西部数码账户级别apikey不可用的bug ([f8f3e8b](https://github.com/certd/certd/commit/f8f3e8b43fd5d815887bcb53b95f46dc96424b79))
|
||||
|
||||
### Performance Improvements
|
||||
|
||||
* 增加等待插件 ([3ef0541](https://github.com/certd/certd/commit/3ef0541cc85ab6abf698ead3b258ae1ac156ef98))
|
||||
|
||||
## [1.25.8](https://github.com/certd/certd/compare/v1.25.7...v1.25.8) (2024-09-30)
|
||||
|
||||
**Note:** Version bump only for package @certd/ui-server
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@certd/ui-server",
|
||||
"version": "1.25.8",
|
||||
"version": "1.25.9",
|
||||
"description": "fast-server base midway",
|
||||
"private": true,
|
||||
"type": "module",
|
||||
@@ -22,15 +22,15 @@
|
||||
"dependencies": {
|
||||
"@alicloud/cs20151215": "^3.0.3",
|
||||
"@alicloud/pop-core": "^1.7.10",
|
||||
"@certd/acme-client": "^1.25.8",
|
||||
"@certd/lib-huawei": "^1.25.8",
|
||||
"@certd/lib-jdcloud": "^1.25.8",
|
||||
"@certd/lib-k8s": "^1.25.8",
|
||||
"@certd/midway-flyway-js": "^1.25.8",
|
||||
"@certd/pipeline": "^1.25.8",
|
||||
"@certd/plugin-cert": "^1.25.8",
|
||||
"@certd/plugin-plus": "^1.25.8",
|
||||
"@certd/plus-core": "^1.25.6",
|
||||
"@certd/acme-client": "^1.25.9",
|
||||
"@certd/lib-huawei": "^1.25.9",
|
||||
"@certd/lib-jdcloud": "^1.25.9",
|
||||
"@certd/lib-k8s": "^1.25.9",
|
||||
"@certd/midway-flyway-js": "^1.25.9",
|
||||
"@certd/pipeline": "^1.25.9",
|
||||
"@certd/plugin-cert": "^1.25.9",
|
||||
"@certd/plugin-plus": "^1.25.9",
|
||||
"@certd/plus-core": "^1.25.9",
|
||||
"@koa/cors": "^5.0.0",
|
||||
"@midwayjs/bootstrap": "^3.16.2",
|
||||
"@midwayjs/cache": "^3.14.0",
|
||||
|
||||
Reference in New Issue
Block a user