Skip to content

Commit 7dc117a

Browse files
Merge pull request #125 from openapi-ui/changeset-release/release
Changesets: versioning & publish
2 parents 3bd1f9b + 97d99a2 commit 7dc117a

File tree

3 files changed

+7
-6
lines changed

3 files changed

+7
-6
lines changed

.changeset/weak-beds-tap.md

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

CHANGELOG.md

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

3+
## 0.13.1
4+
5+
### Patch Changes
6+
7+
- [#123](https://github.com/openapi-ui/openapi-ts-request/pull/123) [`c80a6aa`](https://github.com/openapi-ui/openapi-ts-request/commit/c80a6aab2fac1ae14fc363a2b9e133170ec3189a) Thanks [@lezzhao](https://github.com/lezzhao)! - fix: fix generate number type enum error #117
8+
39
## 0.13.0
410

511
### Minor 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.0",
3+
"version": "0.13.1",
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)