Skip to content

Commit 86c8af1

Browse files
authored
Merge pull request #280 from FrontEndDev-org/release-please--branches--v0.x--components--openapi-axios
chore(v0.x): release 0.19.1
2 parents 72d4934 + 71a2729 commit 86c8af1

File tree

3 files changed

+13
-3
lines changed

3 files changed

+13
-3
lines changed

CHANGELOG.md

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

3+
## [0.19.1](https://github.com/FrontEndDev-org/openapi-axios/compare/v0.19.0...v0.19.1) (2024-07-15)
4+
5+
6+
### Bug Fixes
7+
8+
* 优化对 openapi 标识符的判断 ([6ad5541](https://github.com/FrontEndDev-org/openapi-axios/commit/6ad5541a89859a6e98c434e4d5dd491e751d4a64))
9+
* 优化生成注释顺序 ([694ac7f](https://github.com/FrontEndDev-org/openapi-axios/commit/694ac7fd3a5b139b7b1fd5d7f60c8c8c5b62a49f))
10+
* 修正 axiosImportFile 导入路径 ([558ef68](https://github.com/FrontEndDev-org/openapi-axios/commit/558ef68ac9af577685ea67887e162f13ca5fb95c))
11+
* 修正路径相对计算 ([72d4934](https://github.com/FrontEndDev-org/openapi-axios/commit/72d4934714f0585df544dce078c4e436b943c591))
12+
313
## [0.19.0](https://github.com/FrontEndDev-org/openapi-axios/compare/v0.18.1...v0.19.0) (2024-07-03)
414

515

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.19.0",
3+
"version": "0.19.1",
44
"description": "OpenAPI → Axios",
55
"scripts": {
66
"prepare": "husky install",

0 commit comments

Comments
 (0)