Skip to content

Commit 8ef9f5c

Browse files
Merge branch 'release'
2 parents ae0a902 + f7d02bb commit 8ef9f5c

File tree

2 files changed

+9
-1
lines changed

2 files changed

+9
-1
lines changed

CHANGELOG.md

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

3+
## 0.13.2
4+
5+
### Patch Changes
6+
7+
- [#130](https://github.com/openapi-ui/openapi-ts-request/pull/130) [`80deff8`](https://github.com/openapi-ui/openapi-ts-request/commit/80deff803e30911e329a58cdf6ea3e29fc27fbe7) Thanks [@rookie-luochao](https://github.com/rookie-luochao)! - perf: compatible default tags is empty
8+
9+
- [#130](https://github.com/openapi-ui/openapi-ts-request/pull/130) [`80deff8`](https://github.com/openapi-ui/openapi-ts-request/commit/80deff803e30911e329a58cdf6ea3e29fc27fbe7) Thanks [@rookie-luochao](https://github.com/rookie-luochao)! - perf: perf string_number enum
10+
311
## 0.13.1
412

513
### Patch Changes

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "openapi-ts-request",
3-
"version": "0.13.1",
3+
"version": "0.13.2",
44
"description": "Swagger2/OpenAPI3 to TypeScript, request client, request mock service, enum, type field label, JSON Schemas",
55
"packageManager": "[email protected]",
66
"engines": {

0 commit comments

Comments
 (0)