From 0a9ec7dd4793c4714074dfec2f8b4a697d3cf720 Mon Sep 17 00:00:00 2001 From: jsklan <100491078+jsklan@users.noreply.github.com> Date: Fri, 31 Oct 2025 21:45:48 +0000 Subject: [PATCH] update changelogs --- .../cli-api-reference/cli-changelog/2025-10-31.mdx | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/fern/products/cli-api-reference/cli-changelog/2025-10-31.mdx b/fern/products/cli-api-reference/cli-changelog/2025-10-31.mdx index 6390a599d..ad4e479cc 100644 --- a/fern/products/cli-api-reference/cli-changelog/2025-10-31.mdx +++ b/fern/products/cli-api-reference/cli-changelog/2025-10-31.mdx @@ -1,3 +1,7 @@ +## 0.102.0 +**`(feat):`** Add discriminated union base property and extend property examples to IR. + + ## 0.101.4 **`(fix):`** Fix `coerce-enums-to-literals` setting to coerce single value enums to literals. @@ -6,10 +10,6 @@ **`(fix):`** Fix issue where parsing failed for null objects in a TabbedNavigationItem. -## 0.102.0 -**`(feat):`** Add discriminated union base property and extend property examples to IR. - - ## 0.101.2 **`(fix):`** Publish with all APIs to S3 by default.