This commit is contained in:
xiaojunnuo
2023-06-28 15:48:03 +08:00
parent ef94607728
commit 68eb4198f1
24 changed files with 94 additions and 46 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.1.1](https://github.com/certd/certd/compare/v1.1.0...v1.1.1) (2023-06-28)
**Note:** Version bump only for package @certd/plugin-cert
# [1.1.0](https://github.com/certd/certd/compare/v1.0.6...v1.1.0) (2023-06-28)
### Bug Fixes

View File

@@ -1,7 +1,7 @@
{
"name": "@certd/plugin-cert",
"private": false,
"version": "1.1.0",
"version": "1.1.1",
"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.0",
"@certd/pipeline": "^1.1.0",
"@certd/acme-client": "^1.1.1",
"@certd/pipeline": "^1.1.1",
"jszip": "^3.10.1",
"node-forge": "^0.10.0"
},