diff --git a/CHANGELOG.md b/CHANGELOG.md index 922f353..1c18468 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,7 @@ +### 1.0.2 + +Check if `mounted` before calling `markNeedsBuild()` + ### 1.0.1 Add `notifyChanged` method. diff --git a/pubspec.yaml b/pubspec.yaml index 94d6288..8e177fb 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -1,6 +1,6 @@ name: flutter_reactive_value description: Simple reactive state management for Flutter. -version: 1.0.1 +version: 1.0.2 homepage: https://github.com/lukehutch/flutter_reactive_value environment: