File tree Expand file tree Collapse file tree 2 files changed +10
-5
lines changed Expand file tree Collapse file tree 2 files changed +10
-5
lines changed Original file line number Diff line number Diff line change 1
- ## [ 0.1.5 ] ( https://github.com/winchesHe/auto-mock/compare/v0.1.3...v0.1.5 ) (2023-05-14)
1
+ ## 0.1.2 (2023-05-14)
2
2
3
3
4
+ ### Bug Fixes
4
5
5
- ## [ 0.1.4] ( https://github.com/winchesHe/auto-mock/compare/v0.1.3...v0.1.4 ) (2023-05-14)
6
+ * 兼容win路径, post请求 ([ 0045b93] ( https://github.com/winchesHe/auto-mock/commit/0045b93f8b0ac5a7944e6377e52e0fd5e2bafb26 ) )
7
+ * 修复无配置文件时报错 ([ 9f51518] ( https://github.com/winchesHe/auto-mock/commit/9f51518fab0a8cc79caaa0de11e2e2272d1e80dc ) )
6
8
7
9
10
+ ### Features
8
11
9
- ## [ 0.1.3] ( https://github.com/winchesHe/auto-mock/compare/v0.1.2...v0.1.3 ) (2023-05-14)
12
+ * 新增动态路由 ([ 6363f01] ( https://github.com/winchesHe/auto-mock/commit/6363f014929194d9cb50c007c0ea163a3243d17f ) )
13
+ * 新增拦截请求 ([ acd525b] ( https://github.com/winchesHe/auto-mock/commit/acd525b9eb6a5e3f7f8853e204d6afe6fca3eb7a ) )
14
+ * 新增pino优化日志输出 ([ fc38c62] ( https://github.com/winchesHe/auto-mock/commit/fc38c62837fa87e115b5602530b453b7ee8a8313 ) )
10
15
11
16
12
17
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @winches/auto-mock" ,
3
- "version" : " 0.1.5 " ,
3
+ "version" : " 0.1.2 " ,
4
4
"description" : " 约定式路由的mock工具" ,
5
5
"main" : " dist/app.js" ,
6
6
"directories" : {
15
15
"dev" : " node src/bin.js -w" ,
16
16
"build" : " tsup-node" ,
17
17
"changlog" : " npx conventional-changelog -p angular -i CHANGELOG.md -s --commit-path ." ,
18
- "release" : " bumpp --execute='npm run changlog' --tag false -- all" ,
18
+ "release" : " bumpp --execute='npm run changlog' --all" ,
19
19
"prepublish" : " npm run build"
20
20
},
21
21
"keywords" : [
You can’t perform that action at this time.
0 commit comments