Skip to content

Commit

Permalink
chore(release): v0.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
pi0 committed Jul 3, 2024
1 parent 245c84f commit a619a46
Show file tree
Hide file tree
Showing 2 changed files with 27 additions and 1 deletion.
26 changes: 26 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,26 @@
# Changelog


## v0.2.1

[compare changes](https://github.com/unjs/image-meta/compare/v0.2.0...v0.2.1)

### 🚀 Enhancements

- Add `avif` format support ([#16](https://github.com/unjs/image-meta/pull/16))
- Add `tiff` size detection support ([#3](https://github.com/unjs/image-meta/pull/3))

### 🏡 Chore

- Update deps ([252db25](https://github.com/unjs/image-meta/commit/252db25))
- Update eslint to v9 ([8787407](https://github.com/unjs/image-meta/commit/8787407))
- Update tsconfig to be more strict ([f912ec2](https://github.com/unjs/image-meta/commit/f912ec2))
- Add eslint config ([d727d96](https://github.com/unjs/image-meta/commit/d727d96))
- Update ci ([869dbf2](https://github.com/unjs/image-meta/commit/869dbf2))

### ❤️ Contributors

- Sebastian Bosse ([@SebastianBosse](http://github.com/SebastianBosse))
- Pooya Parsa ([@pi0](http://github.com/pi0))
- Tasiotas <[email protected]>

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "image-meta",
"version": "0.2.0",
"version": "0.2.1",
"description": "Detect image type and size using pure javascript",
"repository": "unjs/image-meta",
"license": "MIT",
Expand Down

0 comments on commit a619a46

Please sign in to comment.