This commit is contained in:
xiaojunnuo
2023-07-03 12:30:41 +08:00
parent f6148ef1fb
commit b258e92620
24 changed files with 133 additions and 46 deletions

View File

@@ -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.1.4](https://github.com/certd/certd/compare/v1.1.3...v1.1.4) (2023-07-03)
### Performance Improvements
* timeout ([3eeb1f7](https://github.com/certd/certd/commit/3eeb1f77aa2922f3545f3d2067f561d95621d54f))
## [1.1.3](https://github.com/certd/certd/compare/v1.1.2...v1.1.3) (2023-07-03)
**Note:** Version bump only for package @certd/plugin-cert

View File

@@ -1,7 +1,7 @@
{
"name": "@certd/plugin-cert",
"private": false,
"version": "1.1.3",
"version": "1.1.4",
"main": "./src/index.ts",
"module": "./src/index.ts",
"types": "./src/index.ts",
@@ -17,8 +17,8 @@
"preview": "vite preview"
},
"dependencies": {
"@certd/acme-client": "^1.1.3",
"@certd/pipeline": "^1.1.3",
"@certd/acme-client": "^1.1.4",
"@certd/pipeline": "^1.1.4",
"jszip": "^3.10.1",
"node-forge": "^0.10.0"
},