Skip to content

Commit 26ff7fc

Browse files
authored
Merge pull request #249 from FrontEndDev-org/release-please--branches--v0.x--components--openapi-axios
chore(v0.x): release 0.16.0
2 parents e048dc2 + 7ba01fa commit 26ff7fc

File tree

3 files changed

+14
-2
lines changed

3 files changed

+14
-2
lines changed

CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,17 @@
11
# Changelog
22

3+
## [0.16.0](https://github.com/FrontEndDev-org/openapi-axios/compare/v0.15.3...v0.16.0) (2023-06-19)
4+
5+
6+
### Features
7+
8+
* **parser:** 新增nameFormatter支持自定义方法名 Implement [#247](https://github.com/FrontEndDev-org/openapi-axios/issues/247) ([28e64d7](https://github.com/FrontEndDev-org/openapi-axios/commit/28e64d716f19ff810ccecae705bccb3f8b1fcdfd))
9+
10+
11+
### Bug Fixes
12+
13+
* **parser:** nameFormatter 入参改为对象 ([9eab1e3](https://github.com/FrontEndDev-org/openapi-axios/commit/9eab1e37d98048786f1d2c380d0ad55f8915d522))
14+
315
## [0.15.3](https://github.com/FrontEndDev-org/openapi-axios/compare/v0.15.2...v0.15.3) (2023-06-15)
416

517

package-lock.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "openapi-axios",
3-
"version": "0.15.3",
3+
"version": "0.16.0",
44
"description": "OpenAPI ➡️ Axios",
55
"scripts": {
66
"prepare": "husky install",

0 commit comments

Comments
 (0)