From 6c565073ff6dc9e77d9c46a2aba200070cf7fc8b Mon Sep 17 00:00:00 2001 From: Swimburger <3382717+Swimburger@users.noreply.github.com> Date: Tue, 14 Oct 2025 01:10:00 +0000 Subject: [PATCH] update changelogs --- .../sdks/overview/typescript/changelog/2025-10-08.mdx | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/fern/products/sdks/overview/typescript/changelog/2025-10-08.mdx b/fern/products/sdks/overview/typescript/changelog/2025-10-08.mdx index 55bd86378..29570aabc 100644 --- a/fern/products/sdks/overview/typescript/changelog/2025-10-08.mdx +++ b/fern/products/sdks/overview/typescript/changelog/2025-10-08.mdx @@ -1,3 +1,7 @@ +## 3.8.0 +**`(feat):`** Use Biome for formatting instead of Prettier, and also use Biome to check (fix) the generated code. + + ## 3.7.0 **`(feat):`** Generate a `BaseClientOptions`, `BaseRequestOptions`, and `BaseIdempotentRequestOptions` interface and extend from these in the generated client `Options`, `RequestOptions`, and `IdempotentRequestOptions` interfaces. This reduces a large amount of duplicate code in the generated SDK.