From 5f4de5f26dce3b49a524ad6adb49c4e60feaa2dc Mon Sep 17 00:00:00 2001 From: robsonsilv4 Date: Wed, 18 Sep 2024 23:15:04 -0300 Subject: [PATCH] chore: update project to v1.6.1 --- CHANGELOG.md | 4 ++++ pubspec.yaml | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 2968b4b..63c1506 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,7 @@ +# 1.6.1 + +- chore: update project to v1.6.1 + # 1.6.0 - chore: bump dependencies diff --git a/pubspec.yaml b/pubspec.yaml index 5b19abb..458c2d0 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -1,6 +1,6 @@ name: flutter_value_notifier description: Flutter Widgets that make it easy to implement state management patterns. Built to be used with the ValueNotifier. -version: 1.5.1 +version: 1.6.1 repository: https://github.com/robsonsilv4/flutter_value_notifier issue_tracker: https://github.com/robsonsilv4/flutter_value_notifier/issues documentation: https://github.com/robsonsilv4/flutter_value_notifier/blob/main/README.md