From c1b4e9d38cd42eeaa9a5a447f9197d05bdbf8f2e Mon Sep 17 00:00:00 2001 From: Swimburger <3382717+Swimburger@users.noreply.github.com> Date: Thu, 18 Sep 2025 15:33:44 +0000 Subject: [PATCH] update changelogs --- .../sdks/overview/typescript/changelog/2025-09-17.mdx | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/fern/products/sdks/overview/typescript/changelog/2025-09-17.mdx b/fern/products/sdks/overview/typescript/changelog/2025-09-17.mdx index 37be49ac5..204e04582 100644 --- a/fern/products/sdks/overview/typescript/changelog/2025-09-17.mdx +++ b/fern/products/sdks/overview/typescript/changelog/2025-09-17.mdx @@ -1,3 +1,8 @@ +## 2.13.0 +**`(feat):`** Use Vitest instead of Jest for running tests. +Enable Vitest by setting `testFramework` to `vitest` in the `config` of your generator configuration. + + ## 2.12.3 **`(chore):`** Updated retry strategy; in particular, don't jitter for `retry-after` header.