From 236903626372b06db3ad984312ee28858a2b3c95 Mon Sep 17 00:00:00 2001 From: pq Date: Mon, 13 Jun 2016 15:40:45 -0700 Subject: [PATCH] Linter `0.1.19`. * New `close_sinks` lint. * Fixes to `iterable_contains_unrelated_type `. BUG= R=brianwilkerson@google.com Review URL: https://codereview.chromium.org//2064913002 . --- CHANGELOG.md | 5 +++++ pubspec.yaml | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index a1c91ccb6..395311979 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,8 @@ +# 0.1.19 + +* New `close_sinks` lint. +* Fixes to `iterable_contains_unrelated_type `. + # 0.1.18 * Fix NSME in `iterable_contains_unrelated_type` (#245). diff --git a/pubspec.yaml b/pubspec.yaml index 6b195a0ca..83c9c0b30 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -1,5 +1,5 @@ name: linter -version: 0.1.18 +version: 0.1.19 author: Dart Team description: Style linter for Dart. homepage: https://github.com/dart-lang/linter