Skip to content

Commit de5b58d

Browse files
chore(release): changesets versioning & publish
1 parent 76f4ecb commit de5b58d

3 files changed

Lines changed: 7 additions & 6 deletions

File tree

.changeset/sunny-moons-appear.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+
## 1.12.3
4+
5+
### Patch Changes
6+
7+
- [#618](https://github.com/openapi-ui/openapi-ts-request/pull/618) [`76f4ecb`](https://github.com/openapi-ui/openapi-ts-request/commit/76f4ecb5e311594c2ea4680002f7bf0701ef6c46) Thanks [@bamboostrip](https://github.com/bamboostrip)! - perf: 添加 OpenAPI 3.1 type 数组支持,支持 type 字段为数组格式(如:["string", "null"]
8+
39
## 1.12.2
410

511
### 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.2",
3+
"version": "1.12.3",
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)