Skip to content

Commit c666357

Browse files
committed
docs: Upgrade version and changelog
Signed-off-by: Caijinglong <[email protected]>
1 parent 228ae45 commit c666357

File tree

2 files changed

+10
-3
lines changed

2 files changed

+10
-3
lines changed

packages/image_size_getter/CHANGELOG.md

+7
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
# CHANGELOG
22

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

17+
## 2.1.3
18+
19+
Fix:
20+
21+
- Support lossless WebP ([#38](https://github.com/CaiJingLong/dart_image_size_getter/issues/38))
22+
1623
## 2.1.2
1724

1825
Fix:

packages/image_size_getter/pubspec.yaml

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
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.2
4-
homepage: https://github.com/CaiJingLong/dart_image_size_getter/tree/master/library
3+
version: 2.1.3
4+
homepage: https://github.com/CaiJingLong/dart_image_size_getter
55
# publish_to: https://pub.dev
66

77
environment:
8-
sdk: ">=2.12.0 <3.0.0"
8+
sdk: ">=2.12.0 <4.0.0"
99

1010
dependencies:
1111
collection: ^1.15.0

0 commit comments

Comments
 (0)