From 1d27203eea554643cea011c6b084b3855215c378 Mon Sep 17 00:00:00 2001 From: Sondre Aasemoen Date: Thu, 29 Dec 2022 13:50:42 +0100 Subject: [PATCH] Release v0.2.2 --- CHANGELOG.md | 13 +++++++++++++ package.json | 2 +- 2 files changed, 14 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 160c18b..c2e6bec 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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 diff --git a/package.json b/package.json index 071b549..c7c2cba 100644 --- a/package.json +++ b/package.json @@ -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",