Skip to content

Commit 227dab7

Browse files
authored
Merge pull request #279 from FrontEndDev-org/release-please--branches--v0.x--components--openapi-axios
chore(v0.x): release 0.19.0
2 parents f6968c4 + 87b2166 commit 227dab7

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)