From 486c8dcefba495ab28ad84686ce5c57b2855def0 Mon Sep 17 00:00:00 2001 From: Nikola Hristov Date: Mon, 12 Dec 2022 12:54:11 +0200 Subject: [PATCH] 1.1.20 --- CHANGELOG.md | 4 ++++ README.md | 5 +++++ package.json | 4 ++-- 3 files changed, 11 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index da652a9..276a44c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,7 @@ +## 1.1.20 + +- Cleanup + ## 1.1.19 - Bug fix diff --git a/README.md b/README.md index 82f2514..7372e21 100644 --- a/README.md +++ b/README.md @@ -6,6 +6,11 @@ your Astro project. Critters is a plugin that inlines your app's [critical CSS] and lazy-loads the rest. +> **Note** +> +> `astro-critters` will not inline your requests, only your statically generated +> build. + ## Installation There are two ways to add integrations to your project. Let's try the most diff --git a/package.json b/package.json index d0cb484..35e782e 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "astro-critters", - "version": "1.1.19", + "version": "1.1.20", "type": "module", "description": "🦔 AstroJS GoogleChromeLabs critters integration. Inline your critical CSS with Astro.", "repository": { @@ -31,7 +31,7 @@ }, "devDependencies": { "@lightrix/config": "0.0.6", - "@lightrix/scripts": "0.1.0", + "@lightrix/scripts": "0.1.1", "astro": "1.6.14" }, "publishConfig": {