Skip to content

Commit

Permalink
1.1.36
Browse files Browse the repository at this point in the history
  • Loading branch information
NikolaRHristov committed May 28, 2023
1 parent cd528d6 commit e8432c2
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 4 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.36

- Cleanup

## 1.1.35

- Cleanup
Expand Down
8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "astro-critters",
"version": "1.1.35",
"version": "1.1.36",
"type": "module",
"description": "🦔 AstroJS GoogleChromeLabs critters integration. Inline your critical CSS with Astro.",
"repository": {
Expand All @@ -27,12 +27,12 @@
"prepublishOnly": "lightrix build 'src/**/*.ts'"
},
"dependencies": {
"critters": "0.0.16",
"files-pipe": "0.0.5"
"critters": "0.0.17",
"files-pipe": "0.0.6"
},
"devDependencies": {
"@lightrix/config": "0.0.11",
"@lightrix/scripts": "1.0.3",
"@lightrix/scripts": "1.0.4",
"astro": "2.5.5"
},
"publishConfig": {
Expand Down

0 comments on commit e8432c2

Please sign in to comment.