From a5aeec56c163707c12369e29f9e6dd403e69d570 Mon Sep 17 00:00:00 2001 From: kennyderek <23439060+kennyderek@users.noreply.github.com> Date: Wed, 15 Oct 2025 14:27:51 +0000 Subject: [PATCH] update changelogs --- fern/products/cli-api-reference/cli-changelog/2025-10-14.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/fern/products/cli-api-reference/cli-changelog/2025-10-14.mdx b/fern/products/cli-api-reference/cli-changelog/2025-10-14.mdx index 455fe785a..96095fa8e 100644 --- a/fern/products/cli-api-reference/cli-changelog/2025-10-14.mdx +++ b/fern/products/cli-api-reference/cli-changelog/2025-10-14.mdx @@ -1,4 +1,4 @@ -## 0.90.1 +## 0.91.0 **`(feat):`** Prevent accidental changes to doc sites by adding a confirmation prompt when generating docs for a production instance outside of common CI/CDs. Bypass this prompt by adding a `--no-prompt` flag to the `fern generate` command.