From 65117ebdd74c48003a9851fc96d4b69691635fef Mon Sep 17 00:00:00 2001 From: xiaojunnuo Date: Wed, 29 Oct 2025 01:32:37 +0800 Subject: [PATCH] build: publish --- docs/guide/changelogs/CHANGELOG.md | 11 +++++++++++ docs/guide/plugins/deploy.md | 2 +- packages/core/acme-client/package.json | 2 +- packages/core/basic/package.json | 2 +- packages/core/pipeline/package.json | 2 +- packages/libs/lib-huawei/package.json | 2 +- packages/libs/lib-iframe/package.json | 2 +- packages/libs/lib-jdcloud/package.json | 2 +- packages/libs/lib-k8s/package.json | 2 +- packages/libs/lib-server/package.json | 2 +- packages/libs/midway-flyway-js/package.json | 2 +- packages/plugins/plugin-cert/package.json | 2 +- packages/plugins/plugin-lib/package.json | 2 +- 13 files changed, 23 insertions(+), 12 deletions(-) diff --git a/docs/guide/changelogs/CHANGELOG.md b/docs/guide/changelogs/CHANGELOG.md index 86c9b2061..810dcfbfa 100644 --- a/docs/guide/changelogs/CHANGELOG.md +++ b/docs/guide/changelogs/CHANGELOG.md @@ -3,6 +3,17 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [1.37.4](https://github.com/certd/certd/compare/v1.37.3...v1.37.4) (2025-10-28) + +### Bug Fixes + +* 修复站点证书监控复制按钮无效的bug ([efa26a0](https://github.com/certd/certd/commit/efa26a067f06402f30befc016d9934cadcd5a563)) +* 修复lego模式下 私钥加密类型错误的bug ([f7cf7c1](https://github.com/certd/certd/commit/f7cf7c198d7f77b222099770f81accc637bc6619)) + +### Performance Improvements + +* 优化数据备份效率,流式写入文件 ([c38dbbb](https://github.com/certd/certd/commit/c38dbbb1d72bd00a92fe275b76aea82a791e7199)) + ## [1.37.3](https://github.com/certd/certd/compare/v1.37.2...v1.37.3) (2025-10-24) ### Bug Fixes diff --git a/docs/guide/plugins/deploy.md b/docs/guide/plugins/deploy.md index 19ab9da3a..3290304da 100644 --- a/docs/guide/plugins/deploy.md +++ b/docs/guide/plugins/deploy.md @@ -46,7 +46,7 @@ | 序号 | 名称 | 说明 | |-----|-----|-----| | 1.| **宝塔-面板证书部署** | 部署宝塔面板本身的ssl证书 | -| 2.| **宝塔-网站证书部署** | 部署宝塔管理的站点的ssl证书,目前支持网站站点、docker站点等。本插件也支持aaPanel。 | +| 2.| **宝塔-网站证书部署** | 部署宝塔管理的站点的ssl证书,目前支持宝塔网站站点、docker站点等。本插件也支持aaPanel。 | | 3.| **宝塔-WAF证书部署** | 部署宝塔云WAF/aaWAF | | 4.| **宝塔win-网站证书部署** | 部署到Windows版宝塔管理的站点的ssl证书 | | 5.| **宝塔-删除过期证书** | 删除证书夹中过期证书 | diff --git a/packages/core/acme-client/package.json b/packages/core/acme-client/package.json index 37304378e..f4c915d6b 100644 --- a/packages/core/acme-client/package.json +++ b/packages/core/acme-client/package.json @@ -70,5 +70,5 @@ "bugs": { "url": "https://github.com/publishlab/node-acme-client/issues" }, - "gitHead": "335745d3651461fcc934154238a98a85be455e4f" + "gitHead": "dbce75146439dac484597ce6494b935fd7ce75f7" } diff --git a/packages/core/basic/package.json b/packages/core/basic/package.json index 1ec8072c5..13736a043 100644 --- a/packages/core/basic/package.json +++ b/packages/core/basic/package.json @@ -46,5 +46,5 @@ "tslib": "^2.8.1", "typescript": "^5.4.2" }, - "gitHead": "335745d3651461fcc934154238a98a85be455e4f" + "gitHead": "dbce75146439dac484597ce6494b935fd7ce75f7" } diff --git a/packages/core/pipeline/package.json b/packages/core/pipeline/package.json index 2604755ba..4b78feb6c 100644 --- a/packages/core/pipeline/package.json +++ b/packages/core/pipeline/package.json @@ -45,5 +45,5 @@ "tslib": "^2.8.1", "typescript": "^5.4.2" }, - "gitHead": "335745d3651461fcc934154238a98a85be455e4f" + "gitHead": "dbce75146439dac484597ce6494b935fd7ce75f7" } diff --git a/packages/libs/lib-huawei/package.json b/packages/libs/lib-huawei/package.json index 9efe540e4..03cc21b65 100644 --- a/packages/libs/lib-huawei/package.json +++ b/packages/libs/lib-huawei/package.json @@ -24,5 +24,5 @@ "prettier": "^2.8.8", "tslib": "^2.8.1" }, - "gitHead": "335745d3651461fcc934154238a98a85be455e4f" + "gitHead": "dbce75146439dac484597ce6494b935fd7ce75f7" } diff --git a/packages/libs/lib-iframe/package.json b/packages/libs/lib-iframe/package.json index 5f1859eb3..f9700b155 100644 --- a/packages/libs/lib-iframe/package.json +++ b/packages/libs/lib-iframe/package.json @@ -31,5 +31,5 @@ "tslib": "^2.8.1", "typescript": "^5.4.2" }, - "gitHead": "335745d3651461fcc934154238a98a85be455e4f" + "gitHead": "dbce75146439dac484597ce6494b935fd7ce75f7" } diff --git a/packages/libs/lib-jdcloud/package.json b/packages/libs/lib-jdcloud/package.json index 980ee349b..6a7668ad0 100644 --- a/packages/libs/lib-jdcloud/package.json +++ b/packages/libs/lib-jdcloud/package.json @@ -61,5 +61,5 @@ "fetch" ] }, - "gitHead": "335745d3651461fcc934154238a98a85be455e4f" + "gitHead": "dbce75146439dac484597ce6494b935fd7ce75f7" } diff --git a/packages/libs/lib-k8s/package.json b/packages/libs/lib-k8s/package.json index b4c2e1655..286dc8b1a 100644 --- a/packages/libs/lib-k8s/package.json +++ b/packages/libs/lib-k8s/package.json @@ -32,5 +32,5 @@ "tslib": "^2.8.1", "typescript": "^5.4.2" }, - "gitHead": "335745d3651461fcc934154238a98a85be455e4f" + "gitHead": "dbce75146439dac484597ce6494b935fd7ce75f7" } diff --git a/packages/libs/lib-server/package.json b/packages/libs/lib-server/package.json index 61fcfca08..8b0775dc5 100644 --- a/packages/libs/lib-server/package.json +++ b/packages/libs/lib-server/package.json @@ -64,5 +64,5 @@ "typeorm": "^0.3.11", "typescript": "^5.4.2" }, - "gitHead": "335745d3651461fcc934154238a98a85be455e4f" + "gitHead": "dbce75146439dac484597ce6494b935fd7ce75f7" } diff --git a/packages/libs/midway-flyway-js/package.json b/packages/libs/midway-flyway-js/package.json index 5e7488c6b..e468f5c38 100644 --- a/packages/libs/midway-flyway-js/package.json +++ b/packages/libs/midway-flyway-js/package.json @@ -46,5 +46,5 @@ "typeorm": "^0.3.11", "typescript": "^5.4.2" }, - "gitHead": "335745d3651461fcc934154238a98a85be455e4f" + "gitHead": "dbce75146439dac484597ce6494b935fd7ce75f7" } diff --git a/packages/plugins/plugin-cert/package.json b/packages/plugins/plugin-cert/package.json index 3c7439b73..fba112978 100644 --- a/packages/plugins/plugin-cert/package.json +++ b/packages/plugins/plugin-cert/package.json @@ -43,5 +43,5 @@ "tslib": "^2.8.1", "typescript": "^5.4.2" }, - "gitHead": "335745d3651461fcc934154238a98a85be455e4f" + "gitHead": "dbce75146439dac484597ce6494b935fd7ce75f7" } diff --git a/packages/plugins/plugin-lib/package.json b/packages/plugins/plugin-lib/package.json index 609f37e1e..660820a49 100644 --- a/packages/plugins/plugin-lib/package.json +++ b/packages/plugins/plugin-lib/package.json @@ -53,5 +53,5 @@ "tslib": "^2.8.1", "typescript": "^5.4.2" }, - "gitHead": "335745d3651461fcc934154238a98a85be455e4f" + "gitHead": "dbce75146439dac484597ce6494b935fd7ce75f7" }