Skip to content

Commit

Permalink
1.0.11
Browse files Browse the repository at this point in the history
  • Loading branch information
NikolaRHristov committed Oct 6, 2022
1 parent d5ada03 commit b1a6590
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.0.11

- Bug fix

## 1.0.10

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

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

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "astro-compress",
"version": "1.0.10",
"version": "1.0.11",
"type": "module",
"description": "🗜️ AstroJS compression utilities. Compress HTML, CSS, JavaScript and more.",
"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 @@ -31,7 +31,7 @@ export default (): Options => ({
},
html: {
caseSensitive: true,
collapseInlineTagWhitespace: true,
collapseInlineTagWhitespace: false,
collapseWhitespace: true,
continueOnParseError: true,
html5: true,
Expand Down

0 comments on commit b1a6590

Please sign in to comment.