Skip to content

Commit 8b6181e

Browse files
Merge pull request #226 from openapi-ui/changeset-release/release
Changesets: versioning & publish
2 parents 433cbe0 + d28705a commit 8b6181e

File tree

5 files changed

+13
-16
lines changed

5 files changed

+13
-16
lines changed

.changeset/tame-tips-press.md

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

.changeset/tiny-flies-watch.md

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

.changeset/weak-monkeys-hear.md

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

CHANGELOG.md

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

3+
## 1.2.0
4+
5+
### Minor Changes
6+
7+
- [#224](https://github.com/openapi-ui/openapi-ts-request/pull/224) [`8d35f62`](https://github.com/openapi-ui/openapi-ts-request/commit/8d35f62867997d23d0b1ac7771db3976d6179bae) Thanks [@sabernagato](https://github.com/sabernagato)! - parse enum description to generate enum label
8+
9+
### Patch Changes
10+
11+
- [#225](https://github.com/openapi-ui/openapi-ts-request/pull/225) [`08ba109`](https://github.com/openapi-ui/openapi-ts-request/commit/08ba109a2fb2285ee60cb2610517d6bd07b18f3f) Thanks [@rookie-luochao](https://github.com/rookie-luochao)! - perf: perf display number enum label
12+
13+
- [#225](https://github.com/openapi-ui/openapi-ts-request/pull/225) [`39d2de9`](https://github.com/openapi-ui/openapi-ts-request/commit/39d2de9a6d277f202173d4eeeeda02e00db346c1) Thanks [@rookie-luochao](https://github.com/rookie-luochao)! - docs: fix customType hook api
14+
315
## 1.1.2
416

517
### 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": "1.1.2",
3+
"version": "1.2.0",
44
"description": "Swagger2/OpenAPI3/Apifox to TypeScript/JavaScript, request client(support any client), request mock service, enum and enum translation, react-query/vue-query, type field label, JSON Schemas",
55
"packageManager": "pnpm@9.15.0",
66
"engines": {

0 commit comments

Comments
 (0)