Skip to content

Commit bb38df0

Browse files
chore(release): changesets versioning & publish
1 parent 329a7aa commit bb38df0

File tree

4 files changed

+9
-11
lines changed

4 files changed

+9
-11
lines changed

.changeset/famous-eels-go.md

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

.changeset/odd-webs-cover.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.1
4+
5+
### Patch Changes
6+
7+
- [#610](https://github.com/openapi-ui/openapi-ts-request/pull/610) [`be12c8e`](https://github.com/openapi-ui/openapi-ts-request/commit/be12c8eb9ff9c26f75ef751fba12dbdcd22998e8) Thanks [@rookie-luochao](https://github.com/rookie-luochao)! - perf: support apifox config branchId, moduleId
8+
9+
- [#604](https://github.com/openapi-ui/openapi-ts-request/pull/604) [`94953da`](https://github.com/openapi-ui/openapi-ts-request/commit/94953da4b71c31a09c56ee832c7eb6b54e40d2fc) Thanks [@vsqq0](https://github.com/vsqq0)! - perf: 增加枚举注释
10+
311
## 1.12.0
412

513
### 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": "1.12.0",
3+
"version": "1.12.1",
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)