Skip to content

Commit

Permalink
1.1.2
Browse files Browse the repository at this point in the history
  • Loading branch information
NikolaRHristov committed Nov 10, 2022
1 parent 34fab53 commit 51471aa
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 3 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.2

- Switches to media preloading

## 1.1.1

- Cleanup
Expand Down
2 changes: 1 addition & 1 deletion dist/options/index.js
Original file line number Diff line number Diff line change
@@ -1 +1 @@
var e=()=>({path:"./dist/",critters:{preload:"swap",inlineFonts:!0,compress:!0,pruneSource:!0},logger:2});export{e as default};
var e=()=>({path:"./dist/",critters:{preload:"media",inlineFonts:!0,compress:!0,pruneSource:!0},logger:2});export{e as default};
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "astro-critters",
"version": "1.1.1",
"version": "1.1.2",
"type": "module",
"description": "🦔 AstroJS GoogleChromeLabs critters integration. Inline your critical CSS with Astro.",
"repository": {
Expand Down
2 changes: 1 addition & 1 deletion src/options/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ export interface Options {
export default (): Options => ({
path: "./dist/",
critters: {
preload: "swap",
preload: "media",
inlineFonts: true,
compress: true,
pruneSource: true,
Expand Down

0 comments on commit 51471aa

Please sign in to comment.