From b3254e61ac234f1641f4874de82cc8ce0b8adca3 Mon Sep 17 00:00:00 2001 From: Daniel Roe Date: Wed, 8 Apr 2026 11:02:04 +0200 Subject: [PATCH] chore: release v0.4.2 --- packages/beasties-webpack-plugin/package.json | 2 +- packages/beasties/package.json | 2 +- packages/vite-plugin-beasties/package.json | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/packages/beasties-webpack-plugin/package.json b/packages/beasties-webpack-plugin/package.json index 4739f2d..6e0c3b6 100644 --- a/packages/beasties-webpack-plugin/package.json +++ b/packages/beasties-webpack-plugin/package.json @@ -1,6 +1,6 @@ { "name": "beasties-webpack-plugin", - "version": "0.4.1", + "version": "0.4.2", "description": "Webpack plugin to inline critical CSS and lazy-load the rest.", "author": "The Chromium Authors", "contributors": [ diff --git a/packages/beasties/package.json b/packages/beasties/package.json index a683c43..583056f 100644 --- a/packages/beasties/package.json +++ b/packages/beasties/package.json @@ -1,6 +1,6 @@ { "name": "beasties", - "version": "0.4.1", + "version": "0.4.2", "description": "Inline critical CSS and lazy-load the rest.", "author": "The Chromium Authors", "contributors": [ diff --git a/packages/vite-plugin-beasties/package.json b/packages/vite-plugin-beasties/package.json index 6423278..40df69e 100644 --- a/packages/vite-plugin-beasties/package.json +++ b/packages/vite-plugin-beasties/package.json @@ -1,7 +1,7 @@ { "name": "vite-plugin-beasties", "type": "module", - "version": "0.4.1", + "version": "0.4.2", "packageManager": "pnpm@10.33.0", "description": "", "license": "MIT", -- 2.51.2