diff --git a/CHANGELOG.md b/CHANGELOG.md index f60be94ed..77c9bbaa9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,8 @@ -# future +# 0.1.71 * new lint: `prefer_int_literals` +* update `await_only_futures` to allow awaiting on `null` +* update `use_setters_to_change_properties` to work with `=>` short-hand # 0.1.70 diff --git a/pubspec.yaml b/pubspec.yaml index ceabb8f90..2353fe253 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -1,5 +1,5 @@ name: linter -version: 0.1.70 +version: 0.1.71 author: Dart Team