Skip to content

Commit b02f50a

Browse files
committed
Merge branch 'v0.x' of github.com:FrontEndDev-org/openapi-axios into v0.x
2 parents 558ef68 + 227dab7 commit b02f50a

File tree

3 files changed

+11
-3
lines changed

3 files changed

+11
-3
lines changed

CHANGELOG.md

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

3+
## [0.19.0](https://github.com/FrontEndDev-org/openapi-axios/compare/v0.18.1...v0.19.0) (2024-07-03)
4+
5+
6+
### Features
7+
8+
* 打印时增加 module 信息输出 ([235e4d6](https://github.com/FrontEndDev-org/openapi-axios/commit/235e4d6b4d60d6fec0f91b07589a44d2eabe0618))
9+
* 配置项由 openAPIs 数组调整为 modules 对象 ([47c638c](https://github.com/FrontEndDev-org/openapi-axios/commit/47c638cb3ac13eb69da90057fc57090960de3830))
10+
311
## [0.18.1](https://github.com/FrontEndDev-org/openapi-axios/compare/v0.18.0...v0.18.1) (2024-05-24)
412

513

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

0 commit comments

Comments
 (0)