diff --git a/.changeset/moody-comics-chew.md b/.changeset/moody-comics-chew.md deleted file mode 100644 index c9a6f2eb9..000000000 --- a/.changeset/moody-comics-chew.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"swagger-typescript-api": patch ---- - -Pin versions of internal Biome packages. diff --git a/CHANGELOG.md b/CHANGELOG.md index cc39048cf..04cb14e1b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,11 @@ # swagger-typescript-api +## 13.2.2 + +### Patch Changes + +- [#1287](https://github.com/acacode/swagger-typescript-api/pull/1287) [`87da340`](https://github.com/acacode/swagger-typescript-api/commit/87da340e5583eef6fd487c15318e396d9908c9f3) Thanks [@smorimoto](https://github.com/smorimoto)! - Pin versions of internal Biome packages. + ## 13.2.1 ### Patch Changes diff --git a/package.json b/package.json index a095a70d8..69b876c03 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "swagger-typescript-api", - "version": "13.2.1", + "version": "13.2.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",