Skip to content

Commit

Permalink
Release v0.2.2
Browse files Browse the repository at this point in the history
  • Loading branch information
sondr3 committed Dec 29, 2022
1 parent d9d04eb commit 1d27203
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
@@ -1,3 +1,16 @@
## v0.2.2
> 2022-12-29
## Summary

Fix paths for Windows.

### Commits
- [[`d9d04eb`](https://github.com/sondr3/astro-compressor)] Use fileUrlToPath to fix path on Windows
- [[`cef27ed`](https://github.com/sondr3/astro-compressor)] Don't force height on badge
- [[`2fbaa34`](https://github.com/sondr3/astro-compressor)] Use shields.io over badge.fury.io
- [[`a0f7ba1`](https://github.com/sondr3/astro-compressor)] Update version badge

## v0.2.1
> 2022-12-29
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.1",
"version": "0.2.2",
"description": "A gzip and brotli compressor for Astro",
"type": "module",
"main": "./dist/index.js",
Expand Down

0 comments on commit 1d27203

Please sign in to comment.