Skip to content

Commit 63f5e25

Browse files
chore(master): release 0.6.1
1 parent b4571ea commit 63f5e25

File tree

3 files changed

+12
-2
lines changed

3 files changed

+12
-2
lines changed

CHANGELOG.md

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

3+
## [0.6.1](https://github.com/cloudcome/oas-gen-ts/compare/v0.6.0...v0.6.1) (2023-03-16)
4+
5+
6+
### Bug Fixes
7+
8+
* 优化 badge ([048c95f](https://github.com/cloudcome/oas-gen-ts/commit/048c95fdcac5e61c3ed79a379e7f27ab0c545060))
9+
* 文档优化,触发 release-please ([d80950b](https://github.com/cloudcome/oas-gen-ts/commit/d80950b00d47ada37765a9216933e80de4046a6e))
10+
* 添加注释,触发 release please ([67714f5](https://github.com/cloudcome/oas-gen-ts/commit/67714f5adbd534580302fa07180575787ad11823))
11+
* 类型优化 ([8ca712d](https://github.com/cloudcome/oas-gen-ts/commit/8ca712d65711689ee59293820a5d31fe3d07de8d))
12+
313
## [0.6.0](https://github.com/cloudcome/oas-gen-ts/compare/v0.5.0...v0.6.0) (2023-03-16)
414

515

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

0 commit comments

Comments
 (0)