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: