Skip to content

Commit

Permalink
Release v0.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
sondr3 committed Dec 29, 2022
1 parent fc44e2a commit d19c323
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 2 deletions.
13 changes: 12 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,20 @@
## v0.2.1
> 2022-12-29
## Summary

Spelling fix and file name filtering change.

### Commits
- [[`fc44e2a`](https://github.com/sondr3/astro-compressor)] Use extname to get file extension
- [[`341fd5c`](https://github.com/sondr3/astro-compressor)] Change m -> ms

## v0.2.0
> 2022-12-29
## Summary

Release v0.2.0 is our best yet! Many bugs were squashed, and yet more features added.
Removal of dependency over using the node standard library.

### Commits
- [[`f0840e5`](https://github.com/sondr3/astro-compressor)] Remove globby dependency, use stdlib
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.2.0",
"version": "0.2.1",
"description": "A gzip and brotli compressor for Astro",
"type": "module",
"main": "./dist/index.js",
Expand Down

0 comments on commit d19c323

Please sign in to comment.