This commit is contained in:
xiaojunnuo
2024-08-06 11:39:21 +08:00
parent 93b6431369
commit 7eb6d7d053
12 changed files with 53 additions and 12 deletions
+10
View File
@@ -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.23.1](https://github.com/certd/certd/compare/v1.23.0...v1.23.1) (2024-08-06)
### Bug Fixes
* 修复模糊查询无效的bug ([9355917](https://github.com/certd/certd/commit/93559174c780173f0daec7cdbd1f72f8d5c504d5))
### Performance Improvements
* 优化插件字段的default value ([24c7be2](https://github.com/certd/certd/commit/24c7be2c9cb39c14f7a97b674127c88033280b02))
# [1.23.0](https://github.com/certd/certd/compare/v1.22.9...v1.23.0) (2024-08-05)
### Bug Fixes
+4 -4
View File
@@ -1,6 +1,6 @@
{
"name": "@certd/ui-server",
"version": "1.23.0",
"version": "1.23.1",
"description": "fast-server base midway",
"private": true,
"type": "module",
@@ -23,10 +23,10 @@
"@alicloud/pop-core": "^1.7.10",
"@certd/acme-client": "^1.22.6",
"@certd/lib-huawei": "^1.22.1",
"@certd/lib-k8s": "^1.22.8",
"@certd/lib-k8s": "^1.23.1",
"@certd/midway-flyway-js": "^1.22.6",
"@certd/pipeline": "^1.22.8",
"@certd/plugin-cert": "^1.22.8",
"@certd/pipeline": "^1.23.1",
"@certd/plugin-cert": "^1.23.1",
"@koa/cors": "^3.4.3",
"@midwayjs/bootstrap": "^3.16.2",
"@midwayjs/cache": "^3.14.0",