diff --git a/fern/products/cli-api-reference/cli-changelog/2025-09-22.mdx b/fern/products/cli-api-reference/cli-changelog/2025-09-22.mdx index 57a099503..614e22d32 100644 --- a/fern/products/cli-api-reference/cli-changelog/2025-09-22.mdx +++ b/fern/products/cli-api-reference/cli-changelog/2025-09-22.mdx @@ -7,7 +7,7 @@ ## 0.78.4 -**`(fix):`** Collapse any combination of optional and nullable to `optional>`. +**`(fix):`** Collapse any combination of optional and nullable to optional>. ## 0.78.3 **`(chore):`** Support IR v59 in the Rust SDK generator. diff --git a/fern/products/sdks/overview/typescript/changelog/2025-09-23.mdx b/fern/products/sdks/overview/typescript/changelog/2025-09-23.mdx new file mode 100644 index 000000000..60f310010 --- /dev/null +++ b/fern/products/sdks/overview/typescript/changelog/2025-09-23.mdx @@ -0,0 +1,4 @@ +## 3.1.1 +**`(fix):`** Rely on the version of pnpm in _package.json_ instead of hardcoding the version in GitHub workflows. + +