From d19c3230e23b17dbfbdcdf896e5e7aca4798edeb Mon Sep 17 00:00:00 2001 From: Sondre Aasemoen Date: Thu, 29 Dec 2022 12:48:22 +0100 Subject: [PATCH] Release v0.2.1 --- CHANGELOG.md | 13 ++++++++++++- package.json | 2 +- 2 files changed, 13 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 79b98db..160c18b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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 diff --git a/package.json b/package.json index 019ef93..071b549 100644 --- a/package.json +++ b/package.json @@ -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",