Skip to content

Commit

Permalink
Release v0.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
sondr3 committed Jan 31, 2023
1 parent bf612b4 commit 20066bb
Show file tree
Hide file tree
Showing 2 changed files with 24 additions and 1 deletion.
23 changes: 23 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,45 +1,68 @@
## v0.3.0

> 2023-01-31
## Summary

Add configuration options to integration, bump Astro dependency to 2.0.

### Commits

- [[`bf612b4`](https://github.com/sondr3/astro-compressor)] Add configuration to README
- [[`230e092`](https://github.com/sondr3/astro-compressor)] Bump packages
- [[`3472d07`](https://github.com/sondr3/astro-compressor)] Allow enabling/disabling gzip and brotli compression
- [[`711a36f`](https://github.com/sondr3/astro-compressor)] Prefix url with `node:`

## 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
## 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

Removal of dependency over using the node standard library.

### Commits

- [[`f0840e5`](https://github.com/sondr3/astro-compressor)] Remove globby dependency, use stdlib

## v0.1.3

> 2022-12-27
## Summary

Update dependencies, fix some CI steps.

### Commits

- [[`28b0d90`](https://github.com/sondr3/astro-compressor)] Fix release CI step
- [[`acc0b18`](https://github.com/sondr3/astro-compressor)] Update dependencies, fix formatting
- [[`8a64bff`](https://github.com/sondr3/astro-compressor)] Add publish step on CI pipeline
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.2",
"version": "0.3.0",
"description": "A gzip and brotli compressor for Astro",
"type": "module",
"main": "./dist/index.js",
Expand Down

0 comments on commit 20066bb

Please sign in to comment.