Skip to content

Commit 4376c8f

Browse files
Merge pull request #482 from openapi-ui/changeset-release/release
Changesets: versioning & publish
2 parents 0661877 + 58efc17 commit 4376c8f

File tree

4 files changed

+11
-11
lines changed

4 files changed

+11
-11
lines changed

.changeset/cold-lands-open.md

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

.changeset/few-elephants-sit.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.8.0
4+
5+
### Minor Changes
6+
7+
- [#471](https://github.com/openapi-ui/openapi-ts-request/pull/471) [`0a30ddd`](https://github.com/openapi-ui/openapi-ts-request/commit/0a30ddd627219f89bf676eb6cfee23ff40d8b7bc) Thanks [@AdoKevin](https://github.com/AdoKevin)! - feat: 过滤条件默认大小写敏感,提供参数filterCaseInsensitive支持,关闭 #467
8+
9+
### Patch Changes
10+
11+
- [#480](https://github.com/openapi-ui/openapi-ts-request/pull/480) [`3c329d2`](https://github.com/openapi-ui/openapi-ts-request/commit/3c329d2710ff928b8d1ddbbca3e4f353d9122d28) Thanks [@rookie-luochao](https://github.com/rookie-luochao)! - fix: remove fn async #477
12+
313
## 1.7.3
414

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