Skip to content

Commit 4f5d332

Browse files
authored
Merge pull request #282 from FrontEndDev-org/release-please--branches--v0.x--components--openapi-axios
chore(v0.x): release 0.21.0
2 parents 6bb0a4e + 0cc8979 commit 4f5d332

File tree

3 files changed

+16
-3
lines changed

3 files changed

+16
-3
lines changed

CHANGELOG.md

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

3+
## [0.21.0](https://github.com/FrontEndDev-org/openapi-axios/compare/v0.20.0...v0.21.0) (2024-07-22)
4+
5+
6+
### Features
7+
8+
* 丰富命令行操作 ([b6925ca](https://github.com/FrontEndDev-org/openapi-axios/commit/b6925ca1e57f7748ce81bba989c5d9de56d31a1f))
9+
10+
11+
### Bug Fixes
12+
13+
* 修正 ref 可选性判断 ([8222d04](https://github.com/FrontEndDev-org/openapi-axios/commit/8222d045fa9bba4171267a096b4c59e64c7e28bf))
14+
* 修正请求参数键名错误的问题 ([31ebf30](https://github.com/FrontEndDev-org/openapi-axios/commit/31ebf30cea602638d1049fa9de5dc74c896d4a7b))
15+
316
## [0.20.0](https://github.com/FrontEndDev-org/openapi-axios/compare/v0.19.1...v0.20.0) (2024-07-19)
417

518

package-lock.json

Lines changed: 2 additions & 2 deletions
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.20.0",
3+
"version": "0.21.0",
44
"description": "OpenAPI → Axios",
55
"scripts": {
66
"prepare": "husky install",

0 commit comments

Comments
 (0)