Skip to content

Commit ca20b1e

Browse files
authored
Merge pull request #335 from FrontEndDev-org/release-please--branches--v0.x--components--openapi-axios
chore(v0.x): release 0.34.0
2 parents 66936a2 + 7c89835 commit ca20b1e

File tree

4 files changed

+16
-4
lines changed

4 files changed

+16
-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.33.0"
2+
".": "0.34.0"
33
}

CHANGELOG.md

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

3+
## [0.34.0](https://github.com/FrontEndDev-org/openapi-axios/compare/v0.33.0...v0.34.0) (2025-02-22)
4+
5+
6+
### Features
7+
8+
* **printer:** 添加错误处理和依赖检查 ([f3bee6b](https://github.com/FrontEndDev-org/openapi-axios/commit/f3bee6b7d9229ef174d6b2d44e18101d26bca1b6))
9+
10+
11+
### Bug Fixes
12+
13+
* **printer:** 避免因为缺少分号造成的运行时错误 ([1fff860](https://github.com/FrontEndDev-org/openapi-axios/commit/1fff860b8e82db725694b3afccf6f68d424ffe92))
14+
315
## [0.33.0](https://github.com/FrontEndDev-org/openapi-axios/compare/v0.32.1...v0.33.0) (2025-02-21)
416

517

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,7 +1,7 @@
11
{
22
"name": "openapi-axios",
33
"type": "commonjs",
4-
"version": "0.33.0",
4+
"version": "0.34.0",
55
"description": "OpenAPI(2.0/3.0/3.1) Schema → Type-safe Axios",
66
"author": "云淡然 <hi@ydr.me> (https://ydr.me)",
77
"license": "MIT",

0 commit comments

Comments
 (0)