mirror of
https://github.com/certd/certd.git
synced 2026-04-24 12:27:25 +08:00
v1.36.25
This commit is contained in:
@@ -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.36.25](https://github.com/certd/certd/compare/v1.36.24...v1.36.25) (2025-09-27)
|
||||
|
||||
### Bug Fixes
|
||||
|
||||
* 固定midwayjs版本,修复ui-server import 错误的bug ([eb4d125](https://github.com/certd/certd/commit/eb4d125eaf4a41e88c752d0c68993829589f8f27))
|
||||
|
||||
## [1.36.24](https://github.com/certd/certd/compare/v1.36.23...v1.36.24) (2025-09-27)
|
||||
|
||||
### Bug Fixes
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@certd/lib-server",
|
||||
"version": "1.36.24",
|
||||
"version": "1.36.25",
|
||||
"description": "midway with flyway, sql upgrade way ",
|
||||
"private": false,
|
||||
"type": "module",
|
||||
@@ -27,11 +27,11 @@
|
||||
],
|
||||
"license": "AGPL",
|
||||
"dependencies": {
|
||||
"@certd/acme-client": "^1.36.24",
|
||||
"@certd/basic": "^1.36.24",
|
||||
"@certd/pipeline": "^1.36.24",
|
||||
"@certd/plugin-lib": "^1.36.24",
|
||||
"@certd/plus-core": "^1.36.24",
|
||||
"@certd/acme-client": "^1.36.25",
|
||||
"@certd/basic": "^1.36.25",
|
||||
"@certd/pipeline": "^1.36.25",
|
||||
"@certd/plugin-lib": "^1.36.25",
|
||||
"@certd/plus-core": "^1.36.25",
|
||||
"@midwayjs/cache": "3.14.0",
|
||||
"@midwayjs/core": "3.20.11",
|
||||
"@midwayjs/i18n": "3.20.13",
|
||||
|
||||
Reference in New Issue
Block a user