Skip to content

Commit c890b84

Browse files
Merge pull request #322 from openapi-ui/changeset-release/release
Changesets: versioning & publish
2 parents f1b7474 + 89513c5 commit c890b84

File tree

4 files changed

+11
-11
lines changed

4 files changed

+11
-11
lines changed

.changeset/five-sloths-sell.md

-5
This file was deleted.

.changeset/stale-cycles-win.md

-5
This file was deleted.

CHANGELOG.md

+10
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,15 @@
11
# openapi-ts-request
22

3+
## 1.4.0
4+
5+
### Minor Changes
6+
7+
- [#321](https://github.com/openapi-ui/openapi-ts-request/pull/321) [`c6a2894`](https://github.com/openapi-ui/openapi-ts-request/commit/c6a28942eba0c2729127d327f7356f66fe2f4397) Thanks [@rookie-luochao](https://github.com/rookie-luochao)! - feat: support response type comments
8+
9+
### Patch Changes
10+
11+
- [#321](https://github.com/openapi-ui/openapi-ts-request/pull/321) [`6822ae9`](https://github.com/openapi-ui/openapi-ts-request/commit/6822ae95f5c69b08a9274fe454d15b154c2bff4e) Thanks [@rookie-luochao](https://github.com/rookie-luochao)! - perf: perf empty tags behavior, related bug #300
12+
313
## 1.3.4
414

515
### Patch Changes

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "openapi-ts-request",
3-
"version": "1.3.4",
3+
"version": "1.4.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": "[email protected]",
66
"engines": {

0 commit comments

Comments
 (0)