Skip to content

Commit

Permalink
Merge pull request #41 from cloudcome/release-please--branches--maste…
Browse files Browse the repository at this point in the history
…r--components--oas-gen-ts

chore(master): release 0.4.0
  • Loading branch information
cloudcome authored Mar 15, 2023
2 parents f01a0ef + bc6ae3e commit 9b5e009
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 2 deletions.
13 changes: 13 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,18 @@
# Changelog

## [0.4.0](https://github.com/cloudcome/oas-gen-ts/compare/v0.3.0...v0.4.0) (2023-03-15)


### Features

* 优化构建命令 ([b4e3584](https://github.com/cloudcome/oas-gen-ts/commit/b4e358400e0b50fd4f97c9fcf021fbd0620ae002))
* 新增配置项 unwrapResponseData ([c2441b3](https://github.com/cloudcome/oas-gen-ts/commit/c2441b3ba87c82fd82d006126cb4228e163b2acb))


### Bug Fixes

* 生成文件目录可能为空的问题 ([ab33280](https://github.com/cloudcome/oas-gen-ts/commit/ab33280a800a9231e91cd8bd733b5b48e236f90f))

## [0.3.0](https://github.com/cloudcome/oas-gen-ts/compare/v0.2.0...v0.3.0) (2023-03-15)


Expand Down
2 changes: 1 addition & 1 deletion 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": "oas-gen-ts",
"version": "0.3.0",
"version": "0.4.0",
"description": "OpenAPI Specification ➡️ TypeScript",
"scripts": {
"prepare": "husky install",
Expand Down

0 comments on commit 9b5e009

Please sign in to comment.