From e3948a38ffd652a9177ac773474bcf53e68e023a Mon Sep 17 00:00:00 2001 From: coltondotio <10538007+coltondotio@users.noreply.github.com> Date: Wed, 3 Dec 2025 22:55:20 +0000 Subject: [PATCH] update changelogs --- fern/products/cli-api-reference/cli-changelog/2025-12-03.mdx | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/fern/products/cli-api-reference/cli-changelog/2025-12-03.mdx b/fern/products/cli-api-reference/cli-changelog/2025-12-03.mdx index 986431082..807a33d3e 100644 --- a/fern/products/cli-api-reference/cli-changelog/2025-12-03.mdx +++ b/fern/products/cli-api-reference/cli-changelog/2025-12-03.mdx @@ -1,3 +1,7 @@ +## 3.0.1 +**`(fix):`** Fix `substitute-env-vars` not applying to arrays in docs configuration. The `replaceEnvVariables` function now recursively processes array elements, enabling environment variable substitution in arrays of strings, arrays of objects, and deeply nested array structures (such as navigation items, navbar links, footer links, redirects, etc.). + + ## 3.0.0 **`(break):`** **Breaking Change**: Enable `smart-casing` by default for all generators.