Skip to content

Commit 3b9ad88

Browse files
chore(release): changesets versioning & publish
1 parent 568b162 commit 3b9ad88

File tree

6 files changed

+15
-21
lines changed

6 files changed

+15
-21
lines changed

.changeset/olive-ways-destroy.md

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

.changeset/rich-trees-applaud.md

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

.changeset/twelve-mails-shout.md

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

.changeset/wild-ears-tell.md

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

CHANGELOG.md

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

3+
## 0.13.0
4+
5+
### Minor Changes
6+
7+
- [#111](https://github.com/openapi-ui/openapi-ts-request/pull/111) [`09c2731`](https://github.com/openapi-ui/openapi-ts-request/commit/09c273106ad082a0c42dfaf2c6f974b4adb5501c) Thanks [@remember-5](https://github.com/remember-5)! - feat: support priorityRule
8+
9+
### Patch Changes
10+
11+
- [#114](https://github.com/openapi-ui/openapi-ts-request/pull/114) [`9755877`](https://github.com/openapi-ui/openapi-ts-request/commit/9755877d7115600f6f91d8643d97ccde0f2cc9f5) Thanks [@remember-5](https://github.com/remember-5)! - fix: generate type file loss
12+
13+
- [#113](https://github.com/openapi-ui/openapi-ts-request/pull/113) [`2c70f78`](https://github.com/openapi-ui/openapi-ts-request/commit/2c70f78eb51f544f1106a72d3fb6eb5d228ecd41) Thanks [@remember-5](https://github.com/remember-5)! - chore: rename allowedTags => includeTags, allowedPaths => includePaths
14+
15+
- [`4ea7857`](https://github.com/openapi-ui/openapi-ts-request/commit/4ea7857247da937c5b5783ebe5f211af9dae65c4) Thanks [@rookie-luochao](https://github.com/rookie-luochao)! - perf: perf priorityRule feature code
16+
317
## 0.12.1
418

519
### 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": "0.12.1",
3+
"version": "0.13.0",
44
"description": "Swagger2/OpenAPI3 to TypeScript, request client, request mock service, enum, type field label, JSON Schemas",
55
"packageManager": "[email protected]",
66
"engines": {

0 commit comments

Comments
 (0)