Skip to content

Commit 049202b

Browse files
committed
chore: release v0.1.2
1 parent e57a983 commit 049202b

File tree

2 files changed

+10
-5
lines changed

2 files changed

+10
-5
lines changed

CHANGELOG.md

Lines changed: 8 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,17 @@
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)
22

33

4+
### Bug Fixes
45

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))
68

79

10+
### Features
811

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))
1015

1116

1217

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@winches/auto-mock",
3-
"version": "0.1.5",
3+
"version": "0.1.2",
44
"description": "约定式路由的mock工具",
55
"main": "dist/app.js",
66
"directories": {
@@ -15,7 +15,7 @@
1515
"dev": "node src/bin.js -w",
1616
"build": "tsup-node",
1717
"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",
1919
"prepublish": "npm run build"
2020
},
2121
"keywords": [

0 commit comments

Comments
 (0)