Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 44539f3

Browse files
authoredMar 23, 2025··
Merge pull request #1103 from acacode/changeset-release/main
Version Packages
2 parents 592c4de + 796f78f commit 44539f3

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+
- [#1102](https://github.com/acacode/swagger-typescript-api/pull/1102) [`13da52a`](https://github.com/acacode/swagger-typescript-api/commit/13da52aa9eab24f90f06316943e810b34767324b) Thanks [@smorimoto](https://github.com/smorimoto)! - Fix CLI executable by adding the required shebang to the entry file.
8+
9+
- [#1102](https://github.com/acacode/swagger-typescript-api/pull/1102) [`13da52a`](https://github.com/acacode/swagger-typescript-api/commit/13da52aa9eab24f90f06316943e810b34767324b) Thanks [@smorimoto](https://github.com/smorimoto)! - Fix query params detection on route name parsing
10+
11+
- [#1102](https://github.com/acacode/swagger-typescript-api/pull/1102) [`13da52a`](https://github.com/acacode/swagger-typescript-api/commit/13da52aa9eab24f90f06316943e810b34767324b) Thanks [@smorimoto](https://github.com/smorimoto)! - 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)
Please sign in to comment.