File tree Expand file tree Collapse file tree 2 files changed +27
-1
lines changed
Expand file tree Collapse file tree 2 files changed +27
-1
lines changed Original file line number Diff line number Diff line change 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+ 26+
Original file line number Diff line number Diff line change 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" ,
You can’t perform that action at this time.
0 commit comments