diff --git a/.changeset/dull-monkeys-help.md b/.changeset/dull-monkeys-help.md deleted file mode 100644 index aa6f965bd..000000000 --- a/.changeset/dull-monkeys-help.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"swagger-typescript-api": patch ---- - -added support x-propertyNames, propertyNames for object types diff --git a/CHANGELOG.md b/CHANGELOG.md index 9915d70b4..9f030b1d8 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,11 @@ # swagger-typescript-api +## 13.2.5 + +### Patch Changes + +- [#1302](https://github.com/acacode/swagger-typescript-api/pull/1302) [`790fece`](https://github.com/acacode/swagger-typescript-api/commit/790fecea92920ecc996d90dbad5a984421e16aa8) Thanks [@js2me](https://github.com/js2me)! - added support x-propertyNames, propertyNames for object types + ## 13.2.4 ### Patch Changes diff --git a/package.json b/package.json index 1ccd05d0f..8c4e31d09 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "swagger-typescript-api", - "version": "13.2.4", + "version": "13.2.5", "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",