Skip to content

Commit 16b5767

Browse files
authored
Merge pull request #329 from FrontEndDev-org/release-please--branches--v0.x--components--openapi-axios
chore(v0.x): release 0.32.1
2 parents 9fdb280 + 8769823 commit 16b5767

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.32.0"
2+
".": "0.32.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.32.1](https://github.com/FrontEndDev-org/openapi-axios/compare/v0.32.0...v0.32.1) (2025-02-17)
4+
5+
6+
### Bug Fixes
7+
8+
* **utils:** 优化 toRelative函数的路径判断逻辑 ([03b9096](https://github.com/FrontEndDev-org/openapi-axios/commit/03b909631b776f1ff310ad96bf89f930f8a944ad))
9+
310
## [0.32.0](https://github.com/FrontEndDev-org/openapi-axios/compare/v0.31.0...v0.32.0) (2025-02-16)
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.32.0",
4+
"version": "0.32.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)