diff --git a/fern/products/sdks/generators/typescript/changelog/2026-05-01.mdx b/fern/products/sdks/generators/typescript/changelog/2026-05-01.mdx new file mode 100644 index 000000000..0c767efa2 --- /dev/null +++ b/fern/products/sdks/generators/typescript/changelog/2026-05-01.mdx @@ -0,0 +1,7 @@ +## 3.68.1 +**`(fix):`** Fix serialization schema for map types with nullable values. Previously, the +schema generator stripped nullable wrappers from map value types, causing a +type mismatch between the API types (which correctly included `| null`) and +the serialization layer (which omitted `.nullable()` on the value schema). + +