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..c75d50727 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,15 @@ # swagger-typescript-api +## 13.0.25 + +### Patch Changes + +- [#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. + +- [#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 + +- [#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. + ## 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",