Skip to content

Commit 3d4ffa9

Browse files
authored
Merge pull request #301 from FrontEndDev-org/release-please--branches--v0.x--components--openapi-axios
chore(v0.x): release 0.29.0
2 parents 252d70b + 5f7b765 commit 3d4ffa9

File tree

4 files changed

+16
-4
lines changed

4 files changed

+16
-4
lines changed

.release-please-manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
{
2-
".": "0.28.1"
2+
".": "0.29.0"
33
}

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.29.0](https://github.com/FrontEndDev-org/openapi-axios/compare/v0.28.1...v0.29.0) (2025-01-10)
4+
5+
6+
### Features
7+
8+
* axios method 参数值调整为大写 ([7406abd](https://github.com/FrontEndDev-org/openapi-axios/commit/7406abd655ed1a4831cbe4f3ecb13f6bfd25accd))
9+
10+
11+
### Bug Fixes
12+
13+
* 修改配置文件名 ([252d70b](https://github.com/FrontEndDev-org/openapi-axios/commit/252d70b703e5d3e721208d71bfd083c4fa554213))
14+
315
## [0.28.1](https://github.com/FrontEndDev-org/openapi-axios/compare/v0.28.0...v0.28.1) (2025-01-08)
416

517

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,7 +1,7 @@
11
{
22
"name": "openapi-axios",
33
"type": "commonjs",
4-
"version": "0.28.1",
4+
"version": "0.29.0",
55
"description": "OpenAPI(2.0/3.0/3.1) Schema → Type-safe Axios",
66
"author": "云淡然 <hi@ydr.me> (https://ydr.me)",
77
"license": "MIT",

0 commit comments

Comments
 (0)