diff --git a/.changeset/wild-badgers-retire.md b/.changeset/wild-badgers-retire.md deleted file mode 100644 index 4e87f706e..000000000 --- a/.changeset/wild-badgers-retire.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"swagger-typescript-api": patch ---- - -added support of x-enum-descriptions property diff --git a/CHANGELOG.md b/CHANGELOG.md index 3dd13b62c..9915d70b4 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,11 @@ # swagger-typescript-api +## 13.2.4 + +### Patch Changes + +- [#1299](https://github.com/acacode/swagger-typescript-api/pull/1299) [`9552c0a`](https://github.com/acacode/swagger-typescript-api/commit/9552c0a3341583be69aaa2cdf2b4e830a1919b01) Thanks [@js2me](https://github.com/js2me)! - added support of x-enum-descriptions property + ## 13.2.3 ### Patch Changes diff --git a/package.json b/package.json index 56872861f..b0b32143e 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "swagger-typescript-api", - "version": "13.2.3", + "version": "13.2.4", "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",