Skip to content

Commit 7eac10d

Browse files
authored
Merge pull request #44 from cloudcome/release-please--branches--master--components--oas-gen-ts
chore(master): release 0.5.0
2 parents 561c63a + b69aaf5 commit 7eac10d

File tree

3 files changed

+10
-2
lines changed

3 files changed

+10
-2
lines changed

CHANGELOG.md

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

3+
## [0.5.0](https://github.com/cloudcome/oas-gen-ts/compare/v0.4.0...v0.5.0) (2023-03-15)
4+
5+
6+
### Features
7+
8+
* chalk 降级为 4,因为需要兼容 cjs/esm 两种格式 ([d19dc80](https://github.com/cloudcome/oas-gen-ts/commit/d19dc801bbc8744223e5dd740380d2f934caa462))
9+
* 增加生成步骤提示 ([b0aad3a](https://github.com/cloudcome/oas-gen-ts/commit/b0aad3ae202c125caacdb3629556fd8122e2c2e1))
10+
311
## [0.4.0](https://github.com/cloudcome/oas-gen-ts/compare/v0.3.0...v0.4.0) (2023-03-15)
412

513

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

0 commit comments

Comments
 (0)