From 71148d57785d8e92b2076791e76ee6b75fde7d2a Mon Sep 17 00:00:00 2001 From: Sachin Ganesh Date: Wed, 14 Jul 2021 19:38:11 +0530 Subject: [PATCH] Release 1.2.2 --- CHANGELOG.md | 3 +++ pubspec.yaml | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index b73cdfe..031d1d8 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,6 @@ +## [1.2.2] - 14/07/2021 +* Add pixelRatio to captureFromWidget @hashirshoaeb +* Fix assertion issue ## [1.2.1] - 13/06/2021 * Removal of compilation warning @yanivshaked diff --git a/pubspec.yaml b/pubspec.yaml index 8dbfa7c..17437b3 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -1,6 +1,6 @@ name: screenshot description: Flutter Screenshot Package (Runtime). Capture any Widget as an image. -version: 1.2.1 +version: 1.2.2 homepage: https://github.com/SachinGanesh/screenshot environment: