Skip to content

Commit

Permalink
docs: Upgrade version and changelog
Browse files Browse the repository at this point in the history
Signed-off-by: Caijinglong <cjl_spy@163.com>
  • Loading branch information
CaiJingLong committed Apr 3, 2024
1 parent 228ae45 commit c666357
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 3 deletions.
7 changes: 7 additions & 0 deletions packages/image_size_getter/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
# CHANGELOG

- [CHANGELOG](#changelog)
- [2.1.3](#213)
- [2.1.2](#212)
- [2.1.1](#211)
- [2.1.0](#210)
Expand All @@ -13,6 +14,12 @@
- [0.1.1](#011)
- [0.1.0](#010)

## 2.1.3

Fix:

- Support lossless WebP ([#38](https://github.com/CaiJingLong/dart_image_size_getter/issues/38))

## 2.1.2

Fix:
Expand Down
6 changes: 3 additions & 3 deletions packages/image_size_getter/pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
name: image_size_getter
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.
version: 2.1.2
homepage: https://github.com/CaiJingLong/dart_image_size_getter/tree/master/library
version: 2.1.3
homepage: https://github.com/CaiJingLong/dart_image_size_getter
# publish_to: https://pub.dev

environment:
sdk: ">=2.12.0 <3.0.0"
sdk: ">=2.12.0 <4.0.0"

dependencies:
collection: ^1.15.0
Expand Down

0 comments on commit c666357

Please sign in to comment.