Skip to content

Commit

Permalink
1.1.20
Browse files Browse the repository at this point in the history
  • Loading branch information
NikolaRHristov committed Dec 12, 2022
1 parent 15c2e70 commit 486c8dc
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 2 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
## 1.1.20

- Cleanup

## 1.1.19

- Bug fix
Expand Down
5 changes: 5 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -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": {
Expand Down Expand Up @@ -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": {
Expand Down

0 comments on commit 486c8dc

Please sign in to comment.