Skip to content

Commit 40f3691

Browse files
authored
Merge pull request #51 from cloudcome/release-please--branches--master--components--oas-gen-ts
chore(master): release 0.6.0
2 parents 075db30 + edc6688 commit 40f3691

File tree

3 files changed

+18
-2
lines changed

3 files changed

+18
-2
lines changed

CHANGELOG.md

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

3+
## [0.6.0](https://github.com/cloudcome/oas-gen-ts/compare/v0.5.0...v0.6.0) (2023-03-16)
4+
5+
6+
### Features
7+
8+
* 增强 helpers 实现,增加其单元测试 ([f060a77](https://github.com/cloudcome/oas-gen-ts/commit/f060a7748bb2db620ca2b82f863a4e781f7a2326))
9+
* 增强 helpers 实现,增加其单元测试 ([7e410e1](https://github.com/cloudcome/oas-gen-ts/commit/7e410e1a55a9041c997eac09bd4494181ac38ff9))
10+
* 完善大部分源代码的单元测试 ([5dc6106](https://github.com/cloudcome/oas-gen-ts/commit/5dc61060f1cfb312ba526d349b24f930dd688414))
11+
* 支持 dist sourceMap ([110768d](https://github.com/cloudcome/oas-gen-ts/commit/110768d3e4917ae52eee1feaa8e0d0290405d116))
12+
13+
14+
### Bug Fixes
15+
16+
* 修复 Oas 类型联合错误 ([7bac37c](https://github.com/cloudcome/oas-gen-ts/commit/7bac37ccde5901dcdbdb322d05d9628b363998bb))
17+
* 兼容 JSON 配置文件 ([1a380fa](https://github.com/cloudcome/oas-gen-ts/commit/1a380faebb5ee323cb0bd0b2db419a560a5a9b0a)), closes [#48](https://github.com/cloudcome/oas-gen-ts/issues/48)
18+
319
## [0.5.0](https://github.com/cloudcome/oas-gen-ts/compare/v0.4.0...v0.5.0) (2023-03-15)
420

521

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.5.0",
3+
"version": "0.6.0",
44
"description": "OpenAPI Specification ➡️ TypeScript",
55
"scripts": {
66
"prepare": "husky install",

0 commit comments

Comments
 (0)