Skip to content

Commit cf42976

Browse files
committed
Config: update changelog and version
1 parent f9adf1e commit cf42976

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

library/CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
# CHANGELOG
22

33
- [CHANGELOG](#changelog)
4+
- [2.1.2](#212)
45
- [2.1.1](#211)
56
- [2.1.0](#210)
67
- [2.0.0](#200)
@@ -12,6 +13,12 @@
1213
- [0.1.1](#011)
1314
- [0.1.0](#010)
1415

16+
## 2.1.2
17+
18+
Fix:
19+
20+
- Support gif 87a type [#23] [#24].
21+
1522
## 2.1.1
1623

1724
- fix: remove debug value print calls from `jpeg_decoder` by @ZaLiTHkA in <https://github.com/CaiJingLong/dart_image_size_getter/pull/21>

library/pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name: image_size_getter
22
description: Get image width and height, the library does not completely decode the image file, just read the metadata to get the image width and height.
3-
version: 2.1.1
3+
version: 2.1.2
44
homepage: https://github.com/CaiJingLong/dart_image_size_getter/tree/master/library
55
# publish_to: https://pub.dev
66

0 commit comments

Comments
 (0)