Skip to content

Commit a619a46

Browse files
committed
chore(release): v0.2.1
1 parent 245c84f commit a619a46

File tree

2 files changed

+27
-1
lines changed

2 files changed

+27
-1
lines changed

CHANGELOG.md

Lines changed: 26 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,26 @@
1+
# Changelog
2+
3+
4+
## v0.2.1
5+
6+
[compare changes](https://github.com/unjs/image-meta/compare/v0.2.0...v0.2.1)
7+
8+
### 🚀 Enhancements
9+
10+
- Add `avif` format support ([#16](https://github.com/unjs/image-meta/pull/16))
11+
- Add `tiff` size detection support ([#3](https://github.com/unjs/image-meta/pull/3))
12+
13+
### 🏡 Chore
14+
15+
- Update deps ([252db25](https://github.com/unjs/image-meta/commit/252db25))
16+
- Update eslint to v9 ([8787407](https://github.com/unjs/image-meta/commit/8787407))
17+
- Update tsconfig to be more strict ([f912ec2](https://github.com/unjs/image-meta/commit/f912ec2))
18+
- Add eslint config ([d727d96](https://github.com/unjs/image-meta/commit/d727d96))
19+
- Update ci ([869dbf2](https://github.com/unjs/image-meta/commit/869dbf2))
20+
21+
### ❤️ Contributors
22+
23+
- Sebastian Bosse ([@SebastianBosse](http://github.com/SebastianBosse))
24+
- Pooya Parsa ([@pi0](http://github.com/pi0))
25+
- Tasiotas <[email protected]>
26+

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "image-meta",
3-
"version": "0.2.0",
3+
"version": "0.2.1",
44
"description": "Detect image type and size using pure javascript",
55
"repository": "unjs/image-meta",
66
"license": "MIT",

0 commit comments

Comments
 (0)