From ccd8dbf7562b7645dc8c54a578b78b38970c71d6 Mon Sep 17 00:00:00 2001 From: pq Date: Thu, 2 Jun 2016 09:30:43 -0700 Subject: [PATCH] Bump to `0.1.18`. Includes: * Fix NSME in `iterable_contains_unrelated_type` (#245). * Fixed typo in `comment_references` error description. * Fix `overriden_field` false positive (#246). * Rename linter binary `lints` option to `rules` (#248). * Help doc tweaks. BUG= R=brianwilkerson@google.com Review URL: https://codereview.chromium.org//2035653003 . --- CHANGELOG.md | 8 ++++++++ pubspec.yaml | 2 +- 2 files changed, 9 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 594b7d646..a1c91ccb6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,11 @@ +# 0.1.18 + +* Fix NSME in `iterable_contains_unrelated_type` (#245). +* Fixed typo in `comment_references` error description. +* Fix `overriden_field` false positive (#246). +* Rename linter binary `lints` option to `rules` (#248). +* Help doc tweaks. + # 0.1.17 * Fix to `public_member_api_docs` to check for documented getters when checking setters (#237). diff --git a/pubspec.yaml b/pubspec.yaml index 46c8b7a97..6b195a0ca 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -1,5 +1,5 @@ name: linter -version: 0.1.17 +version: 0.1.18 author: Dart Team description: Style linter for Dart. homepage: https://github.com/dart-lang/linter