Skip to content

Commit 1831944

Browse files
authored
Merge pull request #151 from FrontEndDev-org/release-please--branches--v0.x--components--openapi-axios
chore(v0.x): release 0.11.0
2 parents 5dfb9d6 + bd43ae4 commit 1831944

File tree

3 files changed

+20
-2
lines changed

3 files changed

+20
-2
lines changed

CHANGELOG.md

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

3+
## [0.11.0](https://github.com/FrontEndDev-org/openapi-axios/compare/v0.10.0...v0.11.0) (2023-04-01)
4+
5+
6+
### Features
7+
8+
* 优化命令执行 ([02b95f3](https://github.com/FrontEndDev-org/openapi-axios/commit/02b95f32a0bda22440c3112183943419397b2f1b))
9+
* 优化命令错误捕获 ([87cd829](https://github.com/FrontEndDev-org/openapi-axios/commit/87cd829655f7036497cfe805f2d354db83a2c8d8))
10+
* 增强过程日志输出 ([2301612](https://github.com/FrontEndDev-org/openapi-axios/commit/230161202f42b276cf0d3ce6f8cce1518df39780))
11+
12+
13+
### Bug Fixes
14+
15+
* node 版本要求 >= 14 ([2e7f31c](https://github.com/FrontEndDev-org/openapi-axios/commit/2e7f31c1712c469a4a04c2c54e13fdbcb8af927a))
16+
* 修复 require 引用未正常捕获错误的问题 ([8880ffa](https://github.com/FrontEndDev-org/openapi-axios/commit/8880ffa0fa7eccbff5496b71d3e7e055dc352cfe))
17+
* 修复 rollup 构建后文件名不正确的问题 ([e2fa629](https://github.com/FrontEndDev-org/openapi-axios/commit/e2fa62997b070877837b92123406f7e1f2c029c7))
18+
* 修复查找配置文件路径不完整的问题 ([962966b](https://github.com/FrontEndDev-org/openapi-axios/commit/962966b0951a22a5f4501f8f2415de4db2279d1d))
19+
* 添加无副作用标记 ([3f27e5b](https://github.com/FrontEndDev-org/openapi-axios/commit/3f27e5bdd918385a9c7129b73e6415363cbbd4d6))
20+
321
## [0.10.0](https://github.com/FrontEndDev-org/openapi-axios/compare/v0.9.0...v0.10.0) (2023-03-28)
422

523

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.10.0",
3+
"version": "0.11.0",
44
"description": "OpenAPI ➡️ Axios",
55
"scripts": {
66
"prepare": "husky install",

0 commit comments

Comments
 (0)