diff --git a/CHANGELOG.md b/CHANGELOG.md index 3d195cb4..611eb426 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,9 @@ # Changelog +## 0.3.3 + +- Widen test_api range to support Flutter 3.22 + ## 0.3.2 - Export all types from `checks.dart` which are required to use `hasProp` diff --git a/pubspec.yaml b/pubspec.yaml index 02a14918..875b886c 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -1,6 +1,6 @@ name: spot description: Chainable finders and better assertions for powerful widget tests. -version: 0.3.2 +version: 0.3.3 repository: https://github.com/passsy/spot issue_tracker: https://github.com/passsy/spot/issues