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/fresh-olives-talk.md b/.changeset/fresh-olives-talk.md deleted file mode 100644 index e37bebaf..00000000 --- a/.changeset/fresh-olives-talk.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/.changeset/violet-terms-hear.md b/.changeset/violet-terms-hear.md deleted file mode 100644 index 235126cf..00000000 --- a/.changeset/violet-terms-hear.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"swagger-typescript-api": patch ---- - -Remove `required` field from command definitions for now. diff --git a/CHANGELOG.md b/CHANGELOG.md index f6efb4c6..563df131 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,21 @@ # 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. + +- [#1266](https://github.com/acacode/swagger-typescript-api/pull/1266) [`469ded7`](https://github.com/acacode/swagger-typescript-api/commit/469ded79d412b9fd4b3bed8dd493f63ebf48331f) Thanks [@dependabot](https://github.com/apps/dependabot)! - 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. + +- [#1270](https://github.com/acacode/swagger-typescript-api/pull/1270) [`c79625e`](https://github.com/acacode/swagger-typescript-api/commit/c79625e785b26926f1e1ca20a4ba847952a557da) Thanks [@smorimoto](https://github.com/smorimoto)! - Remove `required` field from command definitions for now. + ## 13.1.3 ### Patch Changes diff --git a/package.json b/package.json index e7f0298b..75dae6ef 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",