diff --git a/CHANGELOG.md b/CHANGELOG.md index 30d9ef6..c253eb0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,7 @@ +## 0.12.17-wip + +* Switch to `package:dart_flutter_team_lints`. + ## 0.12.16+1 * Require Dart 3.0 diff --git a/pubspec.yaml b/pubspec.yaml index 9fb4c67..5b4f2fe 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -1,5 +1,5 @@ name: matcher -version: 0.12.16+1 +version: 0.12.17-wip description: >- Support for specifying test expectations via an extensible Matcher class. Also includes a number of built-in Matcher implementations for common cases.