Skip to content

Commit

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

BEGIN_COMMIT_OVERRIDE
fix: 修正构建目录结构嵌套
END_COMMIT_OVERRIDE
  • Loading branch information
cloudcome authored Jul 26, 2024
2 parents 9dc3e64 + 2a8d264 commit c0337c2
Show file tree
Hide file tree
Showing 4 changed files with 17 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{
".": "0.21.0"
".": "0.22.0"
}
13 changes: 13 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,18 @@
# Changelog

## [0.22.0](https://github.com/FrontEndDev-org/openapi-axios/compare/openapi-axios-v0.21.0...openapi-axios-v0.22.0) (2024-07-26)


### Features

* **release-please-config:** remove release-as version specification ([eeef20d](https://github.com/FrontEndDev-org/openapi-axios/commit/eeef20d5cb7b0ca8df285e09f121f0f5d81c12e3))
* 指定版本 0.0.1 ([f39d2a9](https://github.com/FrontEndDev-org/openapi-axios/commit/f39d2a96a33b19154370b51fd7ab2079c9a3e96a))


### Bug Fixes

* 修正构建目录结构嵌套 ([96951f8](https://github.com/FrontEndDev-org/openapi-axios/commit/96951f85e84480ac720cc372d522795ead5813c2))

## [0.21.0](https://github.com/FrontEndDev-org/openapi-axios/compare/v0.20.0...v0.21.0) (2024-07-22)


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.21.0",
"version": "0.22.0",
"description": "OpenAPI → Axios",
"scripts": {
"prepare": "husky install",
Expand Down

0 comments on commit c0337c2

Please sign in to comment.