Skip to content

Commit 9b5e009

Browse files
authored
Merge pull request #41 from cloudcome/release-please--branches--master--components--oas-gen-ts
chore(master): release 0.4.0
2 parents f01a0ef + bc6ae3e commit 9b5e009

File tree

3 files changed

+15
-2
lines changed

3 files changed

+15
-2
lines changed

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.4.0](https://github.com/cloudcome/oas-gen-ts/compare/v0.3.0...v0.4.0) (2023-03-15)
4+
5+
6+
### Features
7+
8+
* 优化构建命令 ([b4e3584](https://github.com/cloudcome/oas-gen-ts/commit/b4e358400e0b50fd4f97c9fcf021fbd0620ae002))
9+
* 新增配置项 unwrapResponseData ([c2441b3](https://github.com/cloudcome/oas-gen-ts/commit/c2441b3ba87c82fd82d006126cb4228e163b2acb))
10+
11+
12+
### Bug Fixes
13+
14+
* 生成文件目录可能为空的问题 ([ab33280](https://github.com/cloudcome/oas-gen-ts/commit/ab33280a800a9231e91cd8bd733b5b48e236f90f))
15+
316
## [0.3.0](https://github.com/cloudcome/oas-gen-ts/compare/v0.2.0...v0.3.0) (2023-03-15)
417

518

package-lock.json

Lines changed: 1 addition & 1 deletion
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": "oas-gen-ts",
3-
"version": "0.3.0",
3+
"version": "0.4.0",
44
"description": "OpenAPI Specification ➡️ TypeScript",
55
"scripts": {
66
"prepare": "husky install",

0 commit comments

Comments
 (0)