From 3e5b7295a7ec70b7a8a58d374121bee372d45d23 Mon Sep 17 00:00:00 2001 From: Swimburger <3382717+Swimburger@users.noreply.github.com> Date: Tue, 28 Oct 2025 20:18:57 +0000 Subject: [PATCH] update changelogs --- .../products/sdks/overview/typescript/changelog/2025-10-28.mdx | 3 +++ 1 file changed, 3 insertions(+) diff --git a/fern/products/sdks/overview/typescript/changelog/2025-10-28.mdx b/fern/products/sdks/overview/typescript/changelog/2025-10-28.mdx index a105f190e..afc4d67ab 100644 --- a/fern/products/sdks/overview/typescript/changelog/2025-10-28.mdx +++ b/fern/products/sdks/overview/typescript/changelog/2025-10-28.mdx @@ -1,3 +1,6 @@ +## 3.12.3 +**`(fix):`** Fix `.github/workflows/ci.yml` file when using OIDC for npm publishing. + ## 3.12.2 **`(fix):`** Add streaming tests; fix custom message terminators in streams; fix multi-byte character handling across chunk breaks in streams.