Skip to content

Commit 7e72bae

Browse files
Merge pull request #373 from openapi-ui/changeset-release/release
Changesets: versioning & publish
2 parents 22f1e6b + 7df17b9 commit 7e72bae

File tree

3 files changed

+7
-6
lines changed

3 files changed

+7
-6
lines changed

.changeset/ready-pans-tickle.md

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

CHANGELOG.md

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

3+
## 1.5.1
4+
5+
### Patch Changes
6+
7+
- [#371](https://github.com/openapi-ui/openapi-ts-request/pull/371) [`3da8faf`](https://github.com/openapi-ui/openapi-ts-request/commit/3da8fafcc90809c8c6f3178ab67113b06d75d66f) Thanks [@eamd-wq](https://github.com/eamd-wq)! - fix: 修复配置includePaths时,没有按照includePaths进行type过滤,而是生成了全量的type
8+
39
## 1.5.0
410

511
### 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.5.0",
3+
"version": "1.5.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)