Skip to content

Commit aae3b23

Browse files
committed
fix(0.0.3): 发布0.0.3
1 parent 31b5ca4 commit aae3b23

File tree

2 files changed

+11
-5
lines changed

2 files changed

+11
-5
lines changed

CHANGELOG.md

+7-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,13 @@
33
> 次版本:每季度发布一次,向下兼容的功能性新增
44
> 修订版本:每周发布一次(紧急版本随时发布),向下兼容的问题修正
55
6-
## 0.0.2 [Current]
6+
## 0.0.3 [Current]
7+
###### 发布日期:2023-05-15
8+
###### 兼容性:0.x.x
9+
10+
+ 版本同步
11+
12+
## 0.0.2
713
###### 发布日期:2023-05-15
814
###### 兼容性:0.x.x
915

package.json

+4-4
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "brisk-controller",
3-
"version": "0.0.2",
3+
"version": "0.0.3",
44
"description": "fast light brisk controller in nodejs(koa)",
55
"main": "lib/index.js",
66
"types": "lib/index.d.ts",
@@ -35,9 +35,9 @@
3535
},
3636
"homepage": "https://github.com/ruixiaozi/brisk-controller#readme",
3737
"dependencies": {
38-
"brisk-ioc": "0.0.2",
39-
"brisk-log": "0.0.2",
40-
"brisk-ts-extends": "0.0.2",
38+
"brisk-ioc": "0.0.3",
39+
"brisk-log": "0.0.3",
40+
"brisk-ts-extends": "0.0.3",
4141
"co-body": "^6.1.0",
4242
"koa": "2.14.1",
4343
"koa-cors": "0.0.16",

0 commit comments

Comments
 (0)