This commit is contained in:
xiaojunnuo
2024-07-26 23:15:20 +08:00
parent 351fb70d5d
commit 3d8f329e2d
12 changed files with 40 additions and 12 deletions

View File

@@ -3,6 +3,10 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
## [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
## [1.22.4](https://github.com/certd/certd/compare/v1.22.3...v1.22.4) (2024-07-26)
### Performance Improvements

View File

@@ -1,7 +1,7 @@
{
"name": "@certd/plugin-cert",
"private": false,
"version": "1.22.4",
"version": "1.22.5",
"type": "module",
"main": "./dist/index.js",
"types": "./dist/index.d.ts",
@@ -14,7 +14,7 @@
},
"dependencies": {
"@certd/acme-client": "^1.22.4",
"@certd/pipeline": "^1.22.3",
"@certd/pipeline": "^1.22.5",
"jszip": "^3.10.1",
"node-forge": "^0.10.0",
"psl": "^1.9.0"