diff --git a/packages/astro/src/@types/astro.ts b/packages/astro/src/@types/astro.ts index b4b4dc68b6984..33e680f22cb48 100644 --- a/packages/astro/src/@types/astro.ts +++ b/packages/astro/src/@types/astro.ts @@ -738,7 +738,7 @@ export interface AstroUserConfig { * @name build.inlineStylesheets * @type {('always' | 'auto' | 'never')} * @default `never` - * @version 2.4.0 + * @version 2.6.0 * @description * Control whether styles are sent to the browser in a separate css file or inlined into `