diff --git a/.changeset/nine-buckets-study.md b/.changeset/nine-buckets-study.md deleted file mode 100644 index cf60c041..00000000 --- a/.changeset/nine-buckets-study.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"swagger-typescript-api": patch ---- - -added ability to override usageSchema and originalSchema after onInit hook and before all other operations diff --git a/CHANGELOG.md b/CHANGELOG.md index a1a9ec0b..3d64a9c0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,11 @@ # swagger-typescript-api +## 13.2.15 + +### Patch Changes + +- [`afc2448`](https://github.com/acacode/swagger-typescript-api/commit/afc24481bbbe891942264c1dacf1101e521f039a) Thanks [@js2me](https://github.com/js2me)! - added ability to override usageSchema and originalSchema after onInit hook and before all other operations + ## 13.2.14 ### Patch Changes diff --git a/package.json b/package.json index 3e0d7691..0c7660d5 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "swagger-typescript-api", - "version": "13.2.14", + "version": "13.2.15", "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",