Skip to content

Commit bf6c177

Browse files
chore(v0.x): release 0.9.0
1 parent 2f84eea commit bf6c177

File tree

3 files changed

+9
-2
lines changed

3 files changed

+9
-2
lines changed

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.9.0](https://github.com/FrontEndDev-org/openapi-axios/compare/v0.8.0...v0.9.0) (2023-03-28)
4+
5+
6+
### Features
7+
8+
* 调整配置参数,list -> apis,url/spec 统一为 schema(可以是 url/path/spec) ([48731b1](https://github.com/FrontEndDev-org/openapi-axios/commit/48731b12ddd4f6b898b7b47aa5a7c3166d0f6d80))
9+
310
## [0.8.0](https://github.com/FrontEndDev-org/openapi-axios/compare/v0.7.0...v0.8.0) (2023-03-27)
411

512

package-lock.json

Lines changed: 1 addition & 1 deletion
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.8.0",
3+
"version": "0.9.0",
44
"description": "OpenAPI ➡️ Axios",
55
"scripts": {
66
"prepare": "husky install",

0 commit comments

Comments
 (0)