diff --git a/.changeset/free-chairs-film.md b/.changeset/free-chairs-film.md deleted file mode 100644 index 0f7dc7ee5..000000000 --- a/.changeset/free-chairs-film.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"swagger-typescript-api": patch ---- - -Fix CLI executable by adding the required shebang to the entry file. diff --git a/.changeset/honest-bears-stay.md b/.changeset/honest-bears-stay.md deleted file mode 100644 index 0bc3c0038..000000000 --- a/.changeset/honest-bears-stay.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"swagger-typescript-api": patch ---- - -Fix query params detection on route name parsing diff --git a/.changeset/loose-lies-fetch.md b/.changeset/loose-lies-fetch.md deleted file mode 100644 index 274dc71ca..000000000 --- a/.changeset/loose-lies-fetch.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"swagger-typescript-api": patch ---- - -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. diff --git a/CHANGELOG.md b/CHANGELOG.md index 4ddbd50dd..0da5a9da9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,15 @@ # swagger-typescript-api +## 13.0.25 + +### Patch Changes + +- [#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. + +- [#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 + +- [#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. + ## 13.0.24 ### Patch Changes diff --git a/package.json b/package.json index 8ac87a446..0dc0a1372 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "swagger-typescript-api", - "version": "13.0.24", + "version": "13.0.25", "description": "Generate the API client for Fetch or Axios from an OpenAPI Specification", "homepage": "https://github.com/acacode/swagger-typescript-api", "bugs": "https://github.com/acacode/swagger-typescript-api/issues",