Skip to content

Commit

Permalink
Release v0.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
sondr3 committed Mar 20, 2023
1 parent 02181b8 commit 2d8e520
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 1 deletion.
17 changes: 17 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,20 @@
## v0.4.0

> 2023-03-20
## Summary

Add configurable file extensions to options, allowing the user to change the default
files that are compressed.

### Commits

- [[`02181b8`](https://github.com/sondr3/astro-compressor)] Add file extension configuration to README
- [[`4015722`](https://github.com/sondr3/astro-compressor)] Make compressed file extensions configurable
- [[`f3355d1`](https://github.com/sondr3/astro-compressor)] Bump dependencies
- [[`53f98e7`](https://github.com/sondr3/astro-compressor)] Bump packages
- [[`102fe95`](https://github.com/sondr3/astro-compressor)] Cache prettier

## v0.3.0

> 2023-01-31
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "astro-compressor",
"version": "0.3.0",
"version": "0.4.0",
"description": "A gzip and brotli compressor for Astro",
"type": "module",
"main": "./dist/index.js",
Expand Down

0 comments on commit 2d8e520

Please sign in to comment.