From d9b14d4709b82f52b19c72df18cd9c4ee41f3adb Mon Sep 17 00:00:00 2001 From: chdeskur <46695336+chdeskur@users.noreply.github.com> Date: Sat, 11 Oct 2025 17:42:01 +0000 Subject: [PATCH] update changelogs --- fern/products/cli-api-reference/cli-changelog/2025-10-11.mdx | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/fern/products/cli-api-reference/cli-changelog/2025-10-11.mdx b/fern/products/cli-api-reference/cli-changelog/2025-10-11.mdx index 67207ce05..2c67b3a16 100644 --- a/fern/products/cli-api-reference/cli-changelog/2025-10-11.mdx +++ b/fern/products/cli-api-reference/cli-changelog/2025-10-11.mdx @@ -1,3 +1,7 @@ +## 0.88.4 +**`(fix):`** Patches `metadata.canonical-host` to be passed through to the docs generation. + + ## 0.88.3 **`(fix):`** Adds support for the following docs.yml features: - `settings.use-javascript-as-typescript`: when set to `true`, will generate typescript code as javascript instead.