Skip to content

Commit f0d3964

Browse files
Merge pull request #244 from openapi-ui/changeset-release/release
Changesets: versioning & publish
2 parents 54e56b1 + e34ad3d commit f0d3964

File tree

4 files changed

+11
-11
lines changed

4 files changed

+11
-11
lines changed

.changeset/happy-foxes-sip.md

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

.changeset/smooth-lights-greet.md

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

CHANGELOG.md

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

3+
## 1.3.0
4+
5+
### Minor Changes
6+
7+
- [#153](https://github.com/openapi-ui/openapi-ts-request/pull/153) [`3a659f1`](https://github.com/openapi-ui/openapi-ts-request/commit/3a659f12d4932998a70efc8821b44e78ee74e95d) Thanks [@JsonLee12138](https://github.com/JsonLee12138)! - feat: 新增增量修改,方法命名规范,合并openapi-ts和openapi命令
8+
9+
### Patch Changes
10+
11+
- [#153](https://github.com/openapi-ui/openapi-ts-request/pull/153) [`3a659f1`](https://github.com/openapi-ui/openapi-ts-request/commit/3a659f12d4932998a70efc8821b44e78ee74e95d) Thanks [@JsonLee12138](https://github.com/JsonLee12138)! - feat: cli concurrency and timeout support and uniquekey filpath support
12+
313
## 1.2.0
414

515
### 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.2.0",
3+
"version": "1.3.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)