Skip to content

Commit

Permalink
Merge pull request #147 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.10.0
  • Loading branch information
cloudcome authored Mar 28, 2023
2 parents 1b056bd + 35a8983 commit ab263d9
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 2 deletions.
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,17 @@
# Changelog

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


### Features

* 移除对 lodash-es 的引用(node 端运行有问题) ([aaa1cf4](https://github.com/FrontEndDev-org/openapi-axios/commit/aaa1cf4fa7bc802cc337cfd0c9a4bd5da8fc87b5))


### Bug Fixes

* 修复构建生成 dts 文件不正确的问题 ([28c35ff](https://github.com/FrontEndDev-org/openapi-axios/commit/28c35ffa4def8f2354c4e47894bdfc07cb2b9116))

## [0.9.0](https://github.com/FrontEndDev-org/openapi-axios/compare/v0.8.0...v0.9.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.9.0",
"version": "0.10.0",
"description": "OpenAPI ➡️ Axios",
"scripts": {
"prepare": "husky install",
Expand Down

0 comments on commit ab263d9

Please sign in to comment.