From 69c75bcc7f0390223ab693336442c53568fb55d4 Mon Sep 17 00:00:00 2001 From: jsklan <100491078+jsklan@users.noreply.github.com> Date: Tue, 16 Sep 2025 20:16:53 +0000 Subject: [PATCH] update changelogs --- .../sdks/overview/typescript/changelog/2025-09-16.mdx | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/fern/products/sdks/overview/typescript/changelog/2025-09-16.mdx b/fern/products/sdks/overview/typescript/changelog/2025-09-16.mdx index f7f0de5d7..dc5987f88 100644 --- a/fern/products/sdks/overview/typescript/changelog/2025-09-16.mdx +++ b/fern/products/sdks/overview/typescript/changelog/2025-09-16.mdx @@ -1,3 +1,7 @@ +## 2.12.0 +**`(feat):`** Add support for custom sections in the README.md via `customSections` config option. + + ## 2.11.2 **`(fix):`** Websocket client generation compiles when there are no query parameters and when the auth scheme has custom authentication headers.