From dd43e0af140a3ef7b6201ff01be0cf430d445207 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Fri, 2 May 2025 11:25:38 +0000 Subject: [PATCH] Version Packages --- .changeset/short-cooks-swim.md | 5 ----- CHANGELOG.md | 6 ++++++ package.json | 2 +- 3 files changed, 7 insertions(+), 6 deletions(-) delete mode 100644 .changeset/short-cooks-swim.md diff --git a/.changeset/short-cooks-swim.md b/.changeset/short-cooks-swim.md deleted file mode 100644 index 67d358d3..00000000 --- a/.changeset/short-cooks-swim.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"swagger-typescript-api": patch ---- - -Integrate `generateCommand` arguments and run method into main command. diff --git a/CHANGELOG.md b/CHANGELOG.md index cab72b0e..3a231acc 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,11 @@ # swagger-typescript-api +## 13.1.2 + +### Patch Changes + +- [#1198](https://github.com/acacode/swagger-typescript-api/pull/1198) [`1cb1c9c`](https://github.com/acacode/swagger-typescript-api/commit/1cb1c9c0d39dacefb89a6b44eaf2a6266334f3c6) Thanks [@smorimoto](https://github.com/smorimoto)! - Integrate `generateCommand` arguments and run method into main command. + ## 13.1.1 ### Patch Changes diff --git a/package.json b/package.json index fd3aee02..aea24221 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "swagger-typescript-api", - "version": "13.1.1", + "version": "13.1.2", "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",