Skip to content

Commit

Permalink
0.0.10
Browse files Browse the repository at this point in the history
  • Loading branch information
NikolaRHristov committed Jun 7, 2022
1 parent 0f70396 commit 1d7a3b6
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 5 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
## 0.0.10

- Bug fix

## 0.0.9

- Refactor
Expand Down
2 changes: 1 addition & 1 deletion dist/index.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

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": "0.0.9",
"version": "0.0.10",
"type": "module",
"description": "🗜️ AstroJS compression utilities. Compress HTML, CSS, JavaScript and more.",
"repository": {
Expand Down Expand Up @@ -38,8 +38,8 @@
"terser": "5.14.0"
},
"devDependencies": {
"@types/node": "17.0.40",
"astro": "1.0.0-beta.41",
"@types/node": "17.0.41",
"astro": "1.0.0-beta.42",
"esbuild": "0.14.42",
"typescript": "4.7.3"
}
Expand Down
1 change: 0 additions & 1 deletion src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -288,7 +288,6 @@ export default function createPlugin(
},
svg: {
multipass: true,
datauri: "base64",
js2svg: {
indent: 0,
pretty: false,
Expand Down

0 comments on commit 1d7a3b6

Please sign in to comment.