Skip to content

Commit c803ef2

Browse files
authored
Merge pull request #286 from FrontEndDev-org/release-please--branches--v0.x--components--openapi-axios
chore(v0.x): release 0.23.0
2 parents 7ef510e + a8c59a3 commit c803ef2

File tree

4 files changed

+11
-4
lines changed

4 files changed

+11
-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.22.0"
2+
".": "0.23.0"
33
}

CHANGELOG.md

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

3+
## [0.23.0](https://github.com/FrontEndDev-org/openapi-axios/compare/v0.22.0...v0.23.0) (2024-07-26)
4+
5+
6+
### Features
7+
8+
* **printer:** 添加文件头尾信息配置项 ([7ef510e](https://github.com/FrontEndDev-org/openapi-axios/commit/7ef510ed3b75557a694058d332a3160fb807cae9))
9+
310
## [0.22.0](https://github.com/FrontEndDev-org/openapi-axios/compare/openapi-axios-v0.21.0...openapi-axios-v0.22.0) (2024-07-26)
411

512

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.22.0",
3+
"version": "0.23.0",
44
"description": "OpenAPI → Axios",
55
"scripts": {
66
"prepare": "husky install",

0 commit comments

Comments
 (0)