From a60289545b34ab1f047a0a3f0673a4c5abde0eaf Mon Sep 17 00:00:00 2001 From: pq Date: Wed, 9 Mar 2016 13:20:43 -0800 Subject: [PATCH] Bump to 0.1.13. BUG= R=brianwilkerson@google.com Review URL: https://codereview.chromium.org//1782643002 . --- CHANGELOG.md | 7 +++++++ pubspec.yaml | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index e2145c31c..bb08c9f80 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +# 0.1.13 + +* Fix to skip overriding members in API doc checks (`public_member_api_docs`). +* Fix to suppress lints on synthetic nodes/tokens (#193). +* Message fixes (`annotate_overrides`, `public_member_api_docs`). +* Fix to exclude setters from return type checks (#192). + # 0.1.12 * Fix to address `LibraryNames` regexp that in pathological cases went exponential. diff --git a/pubspec.yaml b/pubspec.yaml index 857a34abb..a8f847123 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -1,5 +1,5 @@ name: linter -version: 0.1.12 +version: 0.1.13 author: Dart Team description: Style linter for Dart. homepage: https://github.com/dart-lang/linter