Skip to content

Commit 9de3f8e

Browse files
Merge pull request #379 from openapi-ui/changeset-release/release
Changesets: versioning & publish
2 parents ff3e042 + 1851acd commit 9de3f8e

File tree

4 files changed

+9
-11
lines changed

4 files changed

+9
-11
lines changed

.changeset/plain-yaks-warn.md

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

.changeset/tame-nails-clean.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.5.2
4+
5+
### Patch Changes
6+
7+
- [#376](https://github.com/openapi-ui/openapi-ts-request/pull/376) [`42ee4b9`](https://github.com/openapi-ui/openapi-ts-request/commit/42ee4b9de17e49c18aa78f316fc1359249501d91) Thanks [@AdoKevin](https://github.com/AdoKevin)! - priorityRule 为 both 和 include 的时候都设置includeTags, includePaths 的默认值为[/.*/g]
8+
9+
- [#377](https://github.com/openapi-ui/openapi-ts-request/pull/377) [`27de009`](https://github.com/openapi-ui/openapi-ts-request/commit/27de009901996f1fd6947cccbd3788c74e2ebdfd) Thanks [@AdoKevin](https://github.com/AdoKevin)! - feat: 枚举类型支持空格
10+
311
## 1.5.1
412

513
### 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.5.1",
3+
"version": "1.5.2",
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)