Skip to content

Commit 8b8ac46

Browse files
chore(master): release 0.3.0
1 parent 4433542 commit 8b8ac46

File tree

3 files changed

+11
-2
lines changed

3 files changed

+11
-2
lines changed

CHANGELOG.md

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

3+
## [0.3.0](https://github.com/cloudcome/oas-gen-ts/compare/v0.2.0...v0.3.0) (2023-03-15)
4+
5+
6+
### Features
7+
8+
* init project ([a5b8ed4](https://github.com/cloudcome/oas-gen-ts/commit/a5b8ed4db3fcad45b859364fe4aaf62a2b8cd768))
9+
* 增加编译命令 ([34c49a1](https://github.com/cloudcome/oas-gen-ts/commit/34c49a125c7f3d3d81150db03202ecf78ded256f))
10+
* 实现基本功能 ([6b932f8](https://github.com/cloudcome/oas-gen-ts/commit/6b932f89976625047e228558e05f2bb18d6e23ac))
11+
312
## [0.2.0](https://github.com/cloudcome/oas-gen-ts/compare/v0.1.4...v0.2.0) (2023-03-15)
413

514

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

0 commit comments

Comments
 (0)