Skip to content

Commit

Permalink
2.0.11
Browse files Browse the repository at this point in the history
  • Loading branch information
NikolaRHristov committed Aug 15, 2023
1 parent f08f7e3 commit e553487
Show file tree
Hide file tree
Showing 2 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 @@
## 2.0.11

- Cleanup

## 2.0.10

- Cleanup
Expand Down
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "astro-compress",
"version": "2.0.10",
"version": "2.0.11",
"description": "🗜️ AstroJS compression utilities. Compress HTML, CSS, JavaScript and more!",
"keywords": [
"astro-integration",
Expand Down Expand Up @@ -35,14 +35,14 @@
"@types/csso": "5.0.0",
"@types/html-minifier-terser": "7.0.0",
"csso": "5.0.5",
"files-pipe": "2.0.14",
"files-pipe": "2.0.15",
"html-minifier-terser": "7.2.0",
"sharp": "0.32.4",
"svgo": "3.0.2",
"terser": "5.19.2"
},
"devDependencies": {
"astro": "2.10.7",
"typescript-esbuild": "0.1.12"
"typescript-esbuild": "0.1.13"
}
}

0 comments on commit e553487

Please sign in to comment.