Skip to content

Commit

Permalink
chore(v0.x): release 0.17.0
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] authored Jan 23, 2024
1 parent 2f6b298 commit 372807e
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 3 deletions.
13 changes: 13 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,18 @@
# Changelog

## [0.17.0](https://github.com/FrontEndDev-org/openapi-axios/compare/v0.16.0...v0.17.0) (2024-01-23)


### Features

* axiosImport 修改为 axiosImportPath ([710e968](https://github.com/FrontEndDev-org/openapi-axios/commit/710e9687371f96f77334320eef56970dd2e571e9))
* 去除 prettier 相关配置,由外置应用工程自行格式化 ([506383f](https://github.com/FrontEndDev-org/openapi-axios/commit/506383f6a9f27ca390e9155836f881a464a49a77))


### Bug Fixes

* 修正在 webstorm 里导入二级目录报错的问题 ([d35e8a4](https://github.com/FrontEndDev-org/openapi-axios/commit/d35e8a4c09e3fe5de74841a128b511a2bc09d52a))

## [0.16.0](https://github.com/FrontEndDev-org/openapi-axios/compare/v0.15.3...v0.16.0) (2023-06-19)


Expand Down
4 changes: 2 additions & 2 deletions 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.16.0",
"version": "0.17.0",
"description": "OpenAPI ➡️ Axios",
"scripts": {
"prepare": "husky install",
Expand Down

0 comments on commit 372807e

Please sign in to comment.