From 5fceaa1e4a5282069069e43c4653cecebbf1705a Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Wed, 21 May 2025 20:21:26 +0000 Subject: [PATCH] Version Packages --- .changeset/dirty-pigs-win.md | 5 ----- .changeset/plenty-symbols-fail.md | 5 ----- .changeset/small-birds-smile.md | 5 ----- CHANGELOG.md | 12 ++++++++++++ package.json | 2 +- 5 files changed, 13 insertions(+), 16 deletions(-) delete mode 100644 .changeset/dirty-pigs-win.md delete mode 100644 .changeset/plenty-symbols-fail.md delete mode 100644 .changeset/small-birds-smile.md diff --git a/.changeset/dirty-pigs-win.md b/.changeset/dirty-pigs-win.md deleted file mode 100644 index e37bebaf..00000000 --- a/.changeset/dirty-pigs-win.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"swagger-typescript-api": patch ---- - -Update the internal Biome to latest beta release. diff --git a/.changeset/plenty-symbols-fail.md b/.changeset/plenty-symbols-fail.md deleted file mode 100644 index 70ccedea..00000000 --- a/.changeset/plenty-symbols-fail.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"swagger-typescript-api": minor ---- - -Add support for json:api content type. diff --git a/.changeset/small-birds-smile.md b/.changeset/small-birds-smile.md deleted file mode 100644 index 59624ac8..00000000 --- a/.changeset/small-birds-smile.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"swagger-typescript-api": patch ---- - -Fix typos in CLI option description and warning message. diff --git a/CHANGELOG.md b/CHANGELOG.md index f6efb4c6..85588978 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,17 @@ # swagger-typescript-api +## 13.2.0 + +### Minor Changes + +- [#1187](https://github.com/acacode/swagger-typescript-api/pull/1187) [`1039ff1`](https://github.com/acacode/swagger-typescript-api/commit/1039ff1ac1c40c1875e31799ae9405f2f57862fd) Thanks [@gletournel](https://github.com/gletournel)! - Add support for json:api content type. + +### Patch Changes + +- [#1225](https://github.com/acacode/swagger-typescript-api/pull/1225) [`a013686`](https://github.com/acacode/swagger-typescript-api/commit/a013686d8ce4e82bc16e5159d35a7fd1870497ab) Thanks [@smorimoto](https://github.com/smorimoto)! - Update the internal Biome to latest beta release. + +- [#1235](https://github.com/acacode/swagger-typescript-api/pull/1235) [`0e251bb`](https://github.com/acacode/swagger-typescript-api/commit/0e251bb042bdec35fd6efa714868486ff882c7e4) Thanks [@smorimoto](https://github.com/smorimoto)! - Fix typos in CLI option description and warning message. + ## 13.1.3 ### Patch Changes diff --git a/package.json b/package.json index a7310c82..17aa431c 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "swagger-typescript-api", - "version": "13.1.3", + "version": "13.2.0", "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",