diff --git a/.changeset/itchy-owls-beg.md b/.changeset/itchy-owls-beg.md deleted file mode 100644 index 1ec22af62..000000000 --- a/.changeset/itchy-owls-beg.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"swagger-typescript-api": patch ---- - -Fix being able to call getComponentByRef from templates diff --git a/.changeset/slow-vans-win.md b/.changeset/slow-vans-win.md deleted file mode 100644 index 5f2a5f923..000000000 --- a/.changeset/slow-vans-win.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"swagger-typescript-api": patch ---- - -Ensure discriminators are just after enums in components list to avoid cyclic errors diff --git a/.changeset/soft-guests-repair.md b/.changeset/soft-guests-repair.md deleted file mode 100644 index ba56c197b..000000000 --- a/.changeset/soft-guests-repair.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"swagger-typescript-api": patch ---- - -Fix fetch client response parsing without re-reading body. diff --git a/CHANGELOG.md b/CHANGELOG.md index 02fe628a3..96afd57e0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,15 @@ # swagger-typescript-api +## 13.2.11 + +### Patch Changes + +- [#1390](https://github.com/acacode/swagger-typescript-api/pull/1390) [`5897e4b`](https://github.com/acacode/swagger-typescript-api/commit/5897e4ba1e3d21adf9ccb161bfc6eb0f1dde966c) Thanks [@MatanAvneri](https://github.com/MatanAvneri)! - Fix being able to call getComponentByRef from templates + +- [#1393](https://github.com/acacode/swagger-typescript-api/pull/1393) [`9a7c788`](https://github.com/acacode/swagger-typescript-api/commit/9a7c788edc8efefbb8412bcc331e909b80ece317) Thanks [@RoCat](https://github.com/RoCat)! - Ensure discriminators are just after enums in components list to avoid cyclic errors + +- [#1416](https://github.com/acacode/swagger-typescript-api/pull/1416) [`cd127a9`](https://github.com/acacode/swagger-typescript-api/commit/cd127a94e3386ef5eece740ba9335715fb7d13e0) Thanks [@smorimoto](https://github.com/smorimoto)! - Fix fetch client response parsing without re-reading body. + ## 13.2.10 ### Patch Changes diff --git a/package.json b/package.json index 0f1c9f6ad..cde1655aa 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "swagger-typescript-api", - "version": "13.2.10", + "version": "13.2.11", "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",