Skip to content

Commit 5c75f65

Browse files
Merge pull request #101 from openapi-ui/changeset-release/release
Changesets: versioning & publish
2 parents fc29191 + 8a985f6 commit 5c75f65

File tree

5 files changed

+13
-16
lines changed

5 files changed

+13
-16
lines changed

.changeset/gold-brooms-raise.md

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

.changeset/gorgeous-pots-wait.md

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

.changeset/violet-avocados-shake.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+
## 0.11.0
4+
5+
### Minor Changes
6+
7+
- [`899e8ad`](https://github.com/openapi-ui/openapi-ts-request/commit/899e8adf5cb9033acb21a0426c0ea6278b746998) Thanks [@rookie-luochao](https://github.com/rookie-luochao)! - feat: support apifox x-run-in-apifox
8+
9+
### Patch Changes
10+
11+
- [`fc29191`](https://github.com/openapi-ui/openapi-ts-request/commit/fc29191ddcf6a2779326ca5feef583a511be23bb) Thanks [@rookie-luochao](https://github.com/rookie-luochao)! - docs: update readme
12+
13+
- [`b93d87a`](https://github.com/openapi-ui/openapi-ts-request/commit/b93d87ad2283b8bea8553b8c68049ead6368bce4) Thanks [@rookie-luochao](https://github.com/rookie-luochao)! - fix: fix parse schema items error
14+
315
## 0.10.0
416

517
### 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.10.0",
3+
"version": "0.11.0",
44
"description": "Swagger2/OpenAPI3 to TypeScript, request client, request mock service, enum, type field label, JSON Schemas",
55
"packageManager": "pnpm@9.11.0",
66
"engines": {

0 commit comments

Comments
 (0)