Skip to content

Commit

Permalink
Merge branch 'master' into feat/v0.x
Browse files Browse the repository at this point in the history
  • Loading branch information
cloudcome committed Mar 16, 2023
2 parents 0243519 + 6bcdba7 commit 1638a37
Show file tree
Hide file tree
Showing 3 changed files with 17 additions and 2 deletions.
15 changes: 15 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,20 @@
# Changelog

## [0.6.4](https://github.com/cloudcome/oas-gen-ts/compare/v0.6.3...v0.6.4) (2023-03-16)


### Bug Fixes

* 优化 actions 2 ([c24b6e5](https://github.com/cloudcome/oas-gen-ts/commit/c24b6e5801dd8bb3f7aeb2f3e214d145d91a1944))
* 优化 actions 3 ([bd6de15](https://github.com/cloudcome/oas-gen-ts/commit/bd6de15d7dbbbcf411facb068d413330ac84f29b))

## [0.6.3](https://github.com/cloudcome/oas-gen-ts/compare/v0.6.2...v0.6.3) (2023-03-16)


### Bug Fixes

* 优化 actions ([a153ae7](https://github.com/cloudcome/oas-gen-ts/commit/a153ae7b96d2612d0d4ef44eb5e1df75bbff559b))

## [0.6.2](https://github.com/cloudcome/oas-gen-ts/compare/v0.6.1...v0.6.2) (2023-03-16)


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.6.2",
"version": "0.6.4",
"description": "OpenAPI Specification ➡️ TypeScript",
"scripts": {
"prepare": "husky install",
Expand Down

0 comments on commit 1638a37

Please sign in to comment.