From 4f47785039e7dc3a76626571c6a34ebc3b4f1f44 Mon Sep 17 00:00:00 2001 From: jsklan <100491078+jsklan@users.noreply.github.com> Date: Thu, 6 Nov 2025 20:35:57 +0000 Subject: [PATCH] update changelogs --- fern/products/cli-api-reference/cli-changelog/2025-11-06.mdx | 4 ++++ .../sdks/overview/typescript/changelog/2025-11-06.mdx | 4 ++++ 2 files changed, 8 insertions(+) diff --git a/fern/products/cli-api-reference/cli-changelog/2025-11-06.mdx b/fern/products/cli-api-reference/cli-changelog/2025-11-06.mdx index 678643eb..2018642b 100644 --- a/fern/products/cli-api-reference/cli-changelog/2025-11-06.mdx +++ b/fern/products/cli-api-reference/cli-changelog/2025-11-06.mdx @@ -1,3 +1,7 @@ +## 0.109.1 +**`(fix):`** Fix TypeScript SDK generator's local GitHub generation to match remote generation. + + ## 0.109.0 **`(feat):`** Add support for binary primitive type in Conjure parser. Binary types are now converted to string with format: binary in Fern definitions, resolving "Cannot find declaration of type: binary" errors when importing Conjure files. diff --git a/fern/products/sdks/overview/typescript/changelog/2025-11-06.mdx b/fern/products/sdks/overview/typescript/changelog/2025-11-06.mdx index 3a286c33..29c4f54c 100644 --- a/fern/products/sdks/overview/typescript/changelog/2025-11-06.mdx +++ b/fern/products/sdks/overview/typescript/changelog/2025-11-06.mdx @@ -1,3 +1,7 @@ +## 3.28.3 +**`(fix):`** Fix local GitHub generation to match remote generation. + + ## 3.28.2 **`(fix):`** Fix inconsistent path parameter casing in the WebSocket connect options. The casing now follows the same rules as other HTTP path parameters: