diff --git a/fern/products/sdks/overview/typescript/changelog/2026-02-20.mdx b/fern/products/sdks/overview/typescript/changelog/2026-02-20.mdx index a6203ce9f..2b38766b3 100644 --- a/fern/products/sdks/overview/typescript/changelog/2026-02-20.mdx +++ b/fern/products/sdks/overview/typescript/changelog/2026-02-20.mdx @@ -1,3 +1,9 @@ +## 3.48.5 +**`(chore):`** Add timing logs for each phase of SDK generation: code generation, package manager install, +lockfile generation, formatting/linting, build, and publish. Each phase logs its duration +in milliseconds with a `[TIMING]` prefix for easy identification. + + ## 3.48.4 **`(fix):`** Switch Docker base image from `node:22.12-alpine3.20` to `node:22.12-slim` (Debian). Alpine uses musl instead of glibc, causing a ~14x performance regression for Biome