Skip to content

Commit

Permalink
Release v0.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
sondr3 committed Aug 27, 2022
1 parent 0067f9c commit 5cec6bb
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 1 deletion.
13 changes: 13 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
## v0.1.0

> 2022-08-27
## Summary

Initial relase of a gzip and brotli compressor for Astro.

### Commits

- [[`0067f9c`](https://github.com/sondr3/astro-compressor)] Fix compression
- [[`5b821f3`](https://github.com/sondr3/astro-compressor)] Add compression logic
- [[`bfd7439`](https://github.com/sondr3/astro-compressor)] In the beginning there was darkness
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ import compressor from "astro-compressor";

export default defineConfig({
// ...
integrations: [compressor()],
integrations: [..., compressor()],
});
```

Expand Down

0 comments on commit 5cec6bb

Please sign in to comment.