Skip to content

Commit 8b95211

Browse files
Merge pull request #624 from openapi-ui/changeset-release/release
Changesets: versioning & publish
2 parents b9d0b4e + 31200a5 commit 8b95211

4 files changed

Lines changed: 9 additions & 11 deletions

File tree

.changeset/gentle-cobras-drum.md

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

.changeset/green-chicken-glow.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+
## 1.12.4
4+
5+
### Patch Changes
6+
7+
- [#622](https://github.com/openapi-ui/openapi-ts-request/pull/622) [`4a80f61`](https://github.com/openapi-ui/openapi-ts-request/commit/4a80f613ee0a4bed6f8c1b5b54d56fd8f0229790) Thanks [@rookie-luochao](https://github.com/rookie-luochao)! - perf: support desc line break #306
8+
9+
- [#622](https://github.com/openapi-ui/openapi-ts-request/pull/622) [`4a80f61`](https://github.com/openapi-ui/openapi-ts-request/commit/4a80f613ee0a4bed6f8c1b5b54d56fd8f0229790) Thanks [@rookie-luochao](https://github.com/rookie-luochao)! - fix: fix duplicate type reference error #601
10+
311
## 1.12.3
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": "1.12.3",
3+
"version": "1.12.4",
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)