Skip to content

Commit c0337c2

Browse files
authored
Merge pull request #285 from FrontEndDev-org/release-please--branches--v0.x--components--openapi-axios
BEGIN_COMMIT_OVERRIDE fix: 修正构建目录结构嵌套 END_COMMIT_OVERRIDE
2 parents 9dc3e64 + 2a8d264 commit c0337c2

File tree

4 files changed

+17
-4
lines changed

4 files changed

+17
-4
lines changed

.release-please-manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
{
2-
".": "0.21.0"
2+
".": "0.22.0"
33
}

CHANGELOG.md

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

3+
## [0.22.0](https://github.com/FrontEndDev-org/openapi-axios/compare/openapi-axios-v0.21.0...openapi-axios-v0.22.0) (2024-07-26)
4+
5+
6+
### Features
7+
8+
* **release-please-config:** remove release-as version specification ([eeef20d](https://github.com/FrontEndDev-org/openapi-axios/commit/eeef20d5cb7b0ca8df285e09f121f0f5d81c12e3))
9+
* 指定版本 0.0.1 ([f39d2a9](https://github.com/FrontEndDev-org/openapi-axios/commit/f39d2a96a33b19154370b51fd7ab2079c9a3e96a))
10+
11+
12+
### Bug Fixes
13+
14+
* 修正构建目录结构嵌套 ([96951f8](https://github.com/FrontEndDev-org/openapi-axios/commit/96951f85e84480ac720cc372d522795ead5813c2))
15+
316
## [0.21.0](https://github.com/FrontEndDev-org/openapi-axios/compare/v0.20.0...v0.21.0) (2024-07-22)
417

518

package-lock.json

Lines changed: 2 additions & 2 deletions
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.21.0",
3+
"version": "0.22.0",
44
"description": "OpenAPI → Axios",
55
"scripts": {
66
"prepare": "husky install",

0 commit comments

Comments
 (0)