diff --git a/.changeset/yellow-planets-drive.md b/.changeset/yellow-planets-drive.md deleted file mode 100644 index dd39ff74..00000000 --- a/.changeset/yellow-planets-drive.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"swagger-typescript-api": patch ---- - -fix missing exported interfaces and types diff --git a/CHANGELOG.md b/CHANGELOG.md index 8e0d79cb..02fe628a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,11 @@ # swagger-typescript-api +## 13.2.10 + +### Patch Changes + +- [`7b7351f`](https://github.com/acacode/swagger-typescript-api/commit/7b7351f90b250f7702cb57976c5c293ede353312) Thanks [@js2me](https://github.com/js2me)! - fix missing exported interfaces and types + ## 13.2.9 ### Patch Changes diff --git a/package.json b/package.json index 500f26af..ba9583db 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "swagger-typescript-api", - "version": "13.2.9", + "version": "13.2.10", "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",