From 5c9d9dcf8af4dafdfa99e609586a537ddd48605c Mon Sep 17 00:00:00 2001 From: pq Date: Thu, 7 Jun 2018 11:54:33 -0700 Subject: [PATCH] 0.1.52 --- CHANGELOG.md | 5 +++++ pubspec.yaml | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index e925fbe63..c44b99685 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,8 @@ +# 0.1.52 + +* fixed `void_checks` to handle arguments not resolved to a parameter +* fixed exceptions produced by `prefer_const_literals_to_create_immutables` + # 0.1.51 * `unrelated_type_equality_checks` now allows comparison between `Int64` or `Int32` and `int` diff --git a/pubspec.yaml b/pubspec.yaml index 188f813a8..da1ab5fbd 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -1,5 +1,5 @@ name: linter -version: 0.1.51 +version: 0.1.52 author: Dart Team description: Style linter for Dart. homepage: https://github.com/dart-lang/linter