This commit is contained in:
xiaojunnuo
2024-08-04 02:53:50 +08:00
parent bf63b0d73f
commit 3bbbc41062
16 changed files with 82 additions and 18 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.22.6](https://github.com/certd/certd/compare/v1.22.5...v1.22.6) (2024-08-03)
### Performance Improvements
* 流水线支持名称模糊查询 ([59897c4](https://github.com/certd/certd/commit/59897c4ceae992ebe2972ca9e8f9196616ffdfd7))
## [1.22.5](https://github.com/certd/certd/compare/v1.22.4...v1.22.5) (2024-07-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.22.5",
"version": "1.22.6",
"type": "module",
"main": "./dist/index.js",
"types": "./dist/index.d.ts",
@@ -13,8 +13,8 @@
"preview": "vite preview"
},
"dependencies": {
"@certd/acme-client": "^1.22.4",
"@certd/pipeline": "^1.22.5",
"@certd/acme-client": "^1.22.6",
"@certd/pipeline": "^1.22.6",
"jszip": "^3.10.1",
"node-forge": "^0.10.0",
"psl": "^1.9.0"