From b7e5fe924a215755f075390686fe903797575369 Mon Sep 17 00:00:00 2001 From: dsinghvi <10870189+dsinghvi@users.noreply.github.com> Date: Tue, 26 May 2026 21:04:01 +0000 Subject: [PATCH] update changelogs --- .../products/cli-api-reference/cli-changelog/2026-05-26.mdx | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/fern/products/cli-api-reference/cli-changelog/2026-05-26.mdx b/fern/products/cli-api-reference/cli-changelog/2026-05-26.mdx index 5397f624f..7290d1730 100644 --- a/fern/products/cli-api-reference/cli-changelog/2026-05-26.mdx +++ b/fern/products/cli-api-reference/cli-changelog/2026-05-26.mdx @@ -1,3 +1,9 @@ +## 5.37.12 +**`(fix):`** Fix false "page was moved" warnings in `fern check` and `fern docs dev` when the same +file is referenced across multiple doc versions. The missing-redirects rule now tracks +all slugs per pageId instead of only the last one encountered. + + ## 5.37.11 **`(fix):`** Bump the `fern init` fallback version for `fern-typescript-sdk` / `fern-typescript-node-sdk` from `2.3.2` to `3.71.2`. The `2.3.2` container runs Node 20 and started failing `yarn install` after `mute-stream@4.0.0` (Node ≥22) was published as a transitive dep. The fallback only triggers when FDR cannot resolve a compatible generator version, so released CLIs are unaffected — this restores a working default for fresh `fern init` and for dev builds.