Skip to content

Commit

Permalink
Release v0.1.3
Browse files Browse the repository at this point in the history
  • Loading branch information
sondr3 committed Dec 27, 2022
1 parent fb564ca commit 079f852
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 2 deletions.
14 changes: 13 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,15 @@
## 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

## v0.1.2

> 2022-08-28
Expand All @@ -16,7 +28,7 @@ Fix wording in README.
## Summary

Quick bugfix release for a strat `console.log` that was left accidentally.
Quick bugfix release for a stray `console.log` that was left accidentally.

### Commits

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.1.2",
"version": "0.1.3",
"description": "A gzip and brotli compressor for Astro",
"type": "module",
"main": "./dist/index.js",
Expand Down

0 comments on commit 079f852

Please sign in to comment.