From 3e4d031613be2c82f77c38209d330050f8c95233 Mon Sep 17 00:00:00 2001 From: Swimburger <3382717+Swimburger@users.noreply.github.com> Date: Tue, 16 Sep 2025 22:38:12 +0000 Subject: [PATCH] update changelogs --- .../sdks/overview/typescript/changelog/2025-09-16.mdx | 7 +++++++ 1 file changed, 7 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 dc5987f88..3541eee1b 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,10 @@ +## 2.12.2 +**`(fix):`** Generate correct types for pagination with inline types. + +## 2.12.1 +**`(fix):`** Generate property accessors for auth and pagination with `?.` if the property is optional or nullable, and `.` if the property is required and non-nullable. + + ## 2.12.0 **`(feat):`** Add support for custom sections in the README.md via `customSections` config option.