This commit is contained in:
xiaojunnuo
2024-06-28 16:06:55 +08:00
parent 65a72b8d60
commit 19a6b94680
14 changed files with 68 additions and 16 deletions
+11
View File
@@ -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.20.15](https://github.com/fast-crud/fast-server-js/compare/v1.20.14...v1.20.15) (2024-06-28)
### Bug Fixes
* 修复无法强制取消任务的bug ([9cc01db](https://github.com/fast-crud/fast-server-js/commit/9cc01db1d569a5c45bb3e731f35d85df324a8e62))
### Performance Improvements
* 腾讯云dns provider 支持腾讯云的accessId ([e0eb3a4](https://github.com/fast-crud/fast-server-js/commit/e0eb3a441384d474fe2923c69b25318264bdc9df))
* 支持windows文件上传 ([7f61cab](https://github.com/fast-crud/fast-server-js/commit/7f61cab101fa13b4e88234e9ad47434e6130fed2))
## [1.20.14](https://github.com/fast-crud/fast-server-js/compare/v1.20.13...v1.20.14) (2024-06-23)
**Note:** Version bump only for package @certd/ui-server
+5 -5
View File
@@ -1,6 +1,6 @@
{
"name": "@certd/ui-server",
"version": "1.20.14",
"version": "1.20.15",
"description": "fast-server base midway",
"private": true,
"scripts": {
@@ -24,10 +24,10 @@
"@alicloud/cs20151215": "^3.0.3",
"@alicloud/openapi-client": "^0.4.0",
"@alicloud/pop-core": "^1.7.10",
"@certd/acme-client": "^1.20.14",
"@certd/pipeline": "^1.20.14",
"@certd/plugin-cert": "^1.20.14",
"@certd/plugin-util": "^1.20.14",
"@certd/acme-client": "^1.20.15",
"@certd/pipeline": "^1.20.15",
"@certd/plugin-cert": "^1.20.15",
"@certd/plugin-util": "^1.20.15",
"@koa/cors": "^3.4.3",
"@midwayjs/bootstrap": "^3.15.0",
"@midwayjs/cache": "^3.14.0",