This commit is contained in:
xiaojunnuo
2025-01-20 23:37:28 +08:00
parent 333629caff
commit 089825d360
26 changed files with 119 additions and 41 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.30.1](https://github.com/certd/certd/compare/v1.30.0...v1.30.1) (2025-01-20)
### Performance Improvements
* http方式校验,选择sftp时,支持修改文件访问权限比如777 ([15d6eaf](https://github.com/certd/certd/commit/15d6eaf5532ed25acd4f8d58c429353a2f44206c))
# [1.30.0](https://github.com/certd/certd/compare/v1.29.5...v1.30.0) (2025-01-19)
### Bug Fixes
+5 -5
View File
@@ -1,7 +1,7 @@
{
"name": "@certd/plugin-cert",
"private": false,
"version": "1.30.0",
"version": "1.30.1",
"type": "module",
"main": "./dist/index.js",
"types": "./dist/index.d.ts",
@@ -15,10 +15,10 @@
"preview": "vite preview"
},
"dependencies": {
"@certd/acme-client": "^1.30.0",
"@certd/basic": "^1.30.0",
"@certd/pipeline": "^1.30.0",
"@certd/plugin-lib": "^1.30.0",
"@certd/acme-client": "^1.30.1",
"@certd/basic": "^1.30.1",
"@certd/pipeline": "^1.30.1",
"@certd/plugin-lib": "^1.30.1",
"@google-cloud/publicca": "^1.3.0",
"dayjs": "^1.11.7",
"jszip": "^3.10.1",