From 927ecd0483d74d753fee9f86701082720d12bfa6 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Wed, 8 Oct 2025 09:05:00 +0000 Subject: [PATCH] Version Packages --- .changeset/nine-buckets-study.md | 5 ----- CHANGELOG.md | 6 ++++++ package.json | 2 +- 3 files changed, 7 insertions(+), 6 deletions(-) delete mode 100644 .changeset/nine-buckets-study.md diff --git a/.changeset/nine-buckets-study.md b/.changeset/nine-buckets-study.md deleted file mode 100644 index cf60c0416..000000000 --- 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 a1a9ec0bc..3d64a9c04 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 3e0d76912..0c7660d5f 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",