This commit is contained in:
xiaojunnuo
2024-11-18 22:00:23 +08:00
parent e8a6d38ac6
commit 3e0d4a0bed
24 changed files with 132 additions and 36 deletions
+6
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.27.5](https://github.com/certd/certd/compare/v1.27.4...v1.27.5) (2024-11-18)
### Performance Improvements
* 专业版试用,无需绑定账号 ([c7c4318](https://github.com/certd/certd/commit/c7c4318c11b65a76089787aa58939832d338a232))
## [1.27.4](https://github.com/certd/certd/compare/v1.27.3...v1.27.4) (2024-11-14)
### Performance Improvements
+5 -5
View File
@@ -1,6 +1,6 @@
{
"name": "@certd/lib-server",
"version": "1.27.4",
"version": "1.27.5",
"description": "midway with flyway, sql upgrade way ",
"private": false,
"type": "module",
@@ -27,10 +27,10 @@
],
"license": "AGPL",
"dependencies": {
"@certd/acme-client": "^1.27.4",
"@certd/basic": "^1.27.4",
"@certd/pipeline": "^1.27.4",
"@certd/plus-core": "^1.27.4",
"@certd/acme-client": "^1.27.5",
"@certd/basic": "^1.27.5",
"@certd/pipeline": "^1.27.5",
"@certd/plus-core": "^1.27.5",
"@midwayjs/cache": "~3.14.0",
"@midwayjs/core": "~3.17.1",
"@midwayjs/i18n": "~3.17.3",