Skip to content

Commit 6eed2a5

Browse files
authored
Merge pull request #1098 from acacode/changeset-release/main
Version Packages
2 parents 568b2fa + b658ccb commit 6eed2a5

File tree

5 files changed

+11
-16
lines changed

5 files changed

+11
-16
lines changed

.changeset/free-chairs-film.md

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

.changeset/honest-bears-stay.md

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

.changeset/loose-lies-fetch.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
# swagger-typescript-api
22

3+
## 13.0.25
4+
5+
### Patch Changes
6+
7+
- [#1101](https://github.com/acacode/swagger-typescript-api/pull/1101) [`76b84cb`](https://github.com/acacode/swagger-typescript-api/commit/76b84cbafdb6f62794fcf475907ed7bde808cfef) Thanks [@smorimoto](https://github.com/smorimoto)! - Fix CLI executable by adding the required shebang to the entry file.
8+
9+
- [#1064](https://github.com/acacode/swagger-typescript-api/pull/1064) [`0d4a3ce`](https://github.com/acacode/swagger-typescript-api/commit/0d4a3ce23df12b7154285a1f4540aad672182391) Thanks [@nicky1038](https://github.com/nicky1038)! - Fix query params detection on route name parsing
10+
11+
- [#1100](https://github.com/acacode/swagger-typescript-api/pull/1100) [`4782f13`](https://github.com/acacode/swagger-typescript-api/commit/4782f1334fea00c7a5b2b7513cc1d2f82d82b0e9) Thanks [@js2me](https://github.com/js2me)! - Improve type safety by adding proper types to SchemaComponent and introducing flags for extracted elements such as request parameters, request body, response body, and response errors.
12+
313
## 13.0.24
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": "swagger-typescript-api",
3-
"version": "13.0.24",
3+
"version": "13.0.25",
44
"description": "Generate the API client for Fetch or Axios from an OpenAPI Specification",
55
"homepage": "https://github.com/acacode/swagger-typescript-api",
66
"bugs": "https://github.com/acacode/swagger-typescript-api/issues",

0 commit comments

Comments
 (0)