Skip to content

Commit eede7c3

Browse files
authored
Merge pull request #300 from FrontEndDev-org/release-please--branches--v0.x--components--openapi-axios
chore(v0.x): release 0.28.1
2 parents 345e4b2 + ae683c6 commit eede7c3

File tree

4 files changed

+11
-4
lines changed

4 files changed

+11
-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.0"
2+
".": "0.28.1"
33
}

CHANGELOG.md

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

3+
## [0.28.1](https://github.com/FrontEndDev-org/openapi-axios/compare/v0.28.0...v0.28.1) (2025-01-08)
4+
5+
6+
### Bug Fixes
7+
8+
* 修复指定导入文件后未正确输出 ([345e4b2](https://github.com/FrontEndDev-org/openapi-axios/commit/345e4b276bd9d6c0058ff16a0e410475b25d3852))
9+
310
## [0.28.0](https://github.com/FrontEndDev-org/openapi-axios/compare/v0.27.0...v0.28.0) (2025-01-03)
411

512

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.0",
4+
"version": "0.28.1",
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)