diff --git a/CHANGELOG.md b/CHANGELOG.md index 081652f39..e1c37b55f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,8 @@ + +# 0.1.9 + +* Fix `type_annotate_public_apis` to properly handle getters/setters (#151; dart-lang/sdk#25092). + # 0.1.8 * Fix to protect against errors in linting invalid source (dart-lang/sdk#24910). diff --git a/pubspec.yaml b/pubspec.yaml index 78324204b..8f7913a15 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -1,5 +1,5 @@ name: linter -version: 0.1.8 +version: 0.1.9 author: Dart Team description: Style linter for Dart. homepage: https://github.com/dart-lang/linter