Skip to content

Commit

Permalink
Merge pull request #151 from FrontEndDev-org/release-please--branches…
Browse files Browse the repository at this point in the history
…--v0.x--components--openapi-axios

chore(v0.x): release 0.11.0
  • Loading branch information
cloudcome authored Apr 1, 2023
2 parents 5dfb9d6 + bd43ae4 commit 1831944
Show file tree
Hide file tree
Showing 3 changed files with 20 additions and 2 deletions.
18 changes: 18 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,23 @@
# Changelog

## [0.11.0](https://github.com/FrontEndDev-org/openapi-axios/compare/v0.10.0...v0.11.0) (2023-04-01)


### Features

* 优化命令执行 ([02b95f3](https://github.com/FrontEndDev-org/openapi-axios/commit/02b95f32a0bda22440c3112183943419397b2f1b))
* 优化命令错误捕获 ([87cd829](https://github.com/FrontEndDev-org/openapi-axios/commit/87cd829655f7036497cfe805f2d354db83a2c8d8))
* 增强过程日志输出 ([2301612](https://github.com/FrontEndDev-org/openapi-axios/commit/230161202f42b276cf0d3ce6f8cce1518df39780))


### Bug Fixes

* node 版本要求 >= 14 ([2e7f31c](https://github.com/FrontEndDev-org/openapi-axios/commit/2e7f31c1712c469a4a04c2c54e13fdbcb8af927a))
* 修复 require 引用未正常捕获错误的问题 ([8880ffa](https://github.com/FrontEndDev-org/openapi-axios/commit/8880ffa0fa7eccbff5496b71d3e7e055dc352cfe))
* 修复 rollup 构建后文件名不正确的问题 ([e2fa629](https://github.com/FrontEndDev-org/openapi-axios/commit/e2fa62997b070877837b92123406f7e1f2c029c7))
* 修复查找配置文件路径不完整的问题 ([962966b](https://github.com/FrontEndDev-org/openapi-axios/commit/962966b0951a22a5f4501f8f2415de4db2279d1d))
* 添加无副作用标记 ([3f27e5b](https://github.com/FrontEndDev-org/openapi-axios/commit/3f27e5bdd918385a9c7129b73e6415363cbbd4d6))

## [0.10.0](https://github.com/FrontEndDev-org/openapi-axios/compare/v0.9.0...v0.10.0) (2023-03-28)


Expand Down
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "openapi-axios",
"version": "0.10.0",
"version": "0.11.0",
"description": "OpenAPI ➡️ Axios",
"scripts": {
"prepare": "husky install",
Expand Down

0 comments on commit 1831944

Please sign in to comment.