Skip to content

Commit e5ad5b7

Browse files
chore(release): changesets versioning & publish
1 parent 80deff8 commit e5ad5b7

File tree

4 files changed

+9
-11
lines changed

4 files changed

+9
-11
lines changed

.changeset/long-turtles-greet.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

.changeset/weak-dragons-impress.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

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)