This commit is contained in:
xiaojunnuo
2023-05-24 18:02:45 +08:00
parent 443f6358c9
commit 99bb7b70e0
24 changed files with 133 additions and 85 deletions
+8
View File
@@ -0,0 +1,8 @@
# Change Log
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
## [1.0.1](https://github.com/fast-crud/fast-server-js/compare/v1.0.0...v1.0.1) (2023-05-24)
**Note:** Version bump only for package @certd/ui-server
+4 -4
View File
@@ -1,6 +1,6 @@
{
"name": "@certd/ui-server",
"version": "1.0.0",
"version": "1.0.1",
"description": "fast-server base midway",
"private": true,
"scripts": {
@@ -22,9 +22,9 @@
},
"dependencies": {
"@alicloud/pop-core": "^1.7.12",
"@certd/pipeline": "^1.0.0",
"@certd/plugin-all": "^1.0.0",
"@certd/plugin-cert": "^1.0.0",
"@certd/pipeline": "^1.0.1",
"@certd/plugin-all": "^1.0.1",
"@certd/plugin-cert": "^1.0.1",
"@koa/cors": "^3.4.3",
"@midwayjs/bootstrap": "^3.9.1",
"@midwayjs/cache": "^3.9.0",