From fe3cbce1f0980ff9e3fccc573211123aa63f4e66 Mon Sep 17 00:00:00 2001 From: Lydia Hallie Date: Sat, 23 Aug 2025 19:51:14 -0700 Subject: [PATCH] docs: remove beta mention from bun build docs (#22087) ### What does this PR do? ### How did you verify your code works? --- docs/bundler/index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/bundler/index.md b/docs/bundler/index.md index 9442ae8680..a66054549d 100644 --- a/docs/bundler/index.md +++ b/docs/bundler/index.md @@ -1,4 +1,4 @@ -Bun's fast native bundler is now in beta. It can be used via the `bun build` CLI command or the `Bun.build()` JavaScript API. +Bun's fast native bundler can be used via the `bun build` CLI command or the `Bun.build()` JavaScript API. {% codetabs group="a" %}