0.1.53 (#1024)

# 0.1.53

* updated `unnecessary_statements` to ignore getters (as they may be side-effecting).
diff --git a/CHANGELOG.md b/CHANGELOG.md
index c44b996..ca5deca 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,3 +1,7 @@
+# 0.1.53
+
+* updated `unnecessary_statements` to ignore getters (as they may be side-effecting).
+
 # 0.1.52
 
 * fixed `void_checks` to handle arguments not resolved to a parameter
diff --git a/pubspec.yaml b/pubspec.yaml
index da1ab5f..9a19d35 100644
--- a/pubspec.yaml
+++ b/pubspec.yaml
@@ -1,5 +1,5 @@
 name: linter
-version: 0.1.52
+version: 0.1.53
 author: Dart Team <misc@dartlang.org>
 description: Style linter for Dart.
 homepage: https://github.com/dart-lang/linter