From 96c4336e4fff2950e662202dfcf98c1f2b74fdb8 Mon Sep 17 00:00:00 2001 From: jsklan <100491078+jsklan@users.noreply.github.com> Date: Tue, 2 Jun 2026 21:56:35 +0000 Subject: [PATCH] update changelogs --- fern/products/cli-api-reference/cli-changelog/2026-05-14.mdx | 2 +- fern/products/cli-api-reference/cli-changelog/2026-05-21.mdx | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/fern/products/cli-api-reference/cli-changelog/2026-05-14.mdx b/fern/products/cli-api-reference/cli-changelog/2026-05-14.mdx index 396e07f58..547149eb0 100644 --- a/fern/products/cli-api-reference/cli-changelog/2026-05-14.mdx +++ b/fern/products/cli-api-reference/cli-changelog/2026-05-14.mdx @@ -51,7 +51,7 @@ and error messages include actionable context. ## 5.25.0 -**`(feat):`** Register the new `fernapi/fern-cli-generator` generator in the CLI configuration. +**`(feat):`** Register the new `fernapi/fern-cli` generator in the CLI configuration. ## 5.24.2 diff --git a/fern/products/cli-api-reference/cli-changelog/2026-05-21.mdx b/fern/products/cli-api-reference/cli-changelog/2026-05-21.mdx index b00750dd1..cb262a7ec 100644 --- a/fern/products/cli-api-reference/cli-changelog/2026-05-21.mdx +++ b/fern/products/cli-api-reference/cli-changelog/2026-05-21.mdx @@ -6,7 +6,7 @@ populated from `OpenAPISpec.namespace` (also `OpenRPCSpec.namespace` and `GraphQLSpec.namespace`). Enables generators that opt into `generatorWantsSpecs` to route multi-spec workspaces by their workspace-declared namespace instead of inferring one from the -runner-assigned filename. The new `fernapi/fern-cli-generator` generator +runner-assigned filename. The new `fernapi/fern-cli` generator uses this to emit `.spec_under("", ...)` in the generated `main.rs` when the user namespaces their specs.