diff --git a/.changeset/major-spies-peel.md b/.changeset/major-spies-peel.md deleted file mode 100644 index b7643c8be..000000000 --- a/.changeset/major-spies-peel.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"swagger-typescript-api": patch ---- - -better extracting description for request body extacting types diff --git a/CHANGELOG.md b/CHANGELOG.md index 9f030b1d8..f56697ee6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,11 @@ # swagger-typescript-api +## 13.2.6 + +### Patch Changes + +- [#1306](https://github.com/acacode/swagger-typescript-api/pull/1306) [`fe125cb`](https://github.com/acacode/swagger-typescript-api/commit/fe125cb6820621447f2cbf35c8bc0604fcc466dd) Thanks [@js2me](https://github.com/js2me)! - better extracting description for request body extacting types + ## 13.2.5 ### Patch Changes diff --git a/package.json b/package.json index b062db7fd..142a5582d 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "swagger-typescript-api", - "version": "13.2.5", + "version": "13.2.6", "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",