0.1.70

# 0.1.70

* fix NPE in `prefer_iterable_whereType`
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 0833420..2773e76 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,3 +1,7 @@
+# 0.1.70
+
+* fix NPE in `prefer_iterable_whereType`
+
 # 0.1.69
 
 * improved message display for `await_only_futures`
diff --git a/pubspec.yaml b/pubspec.yaml
index f8d673b..ceabb8f 100644
--- a/pubspec.yaml
+++ b/pubspec.yaml
@@ -1,5 +1,5 @@
 name: linter
-version: 0.1.69
+version: 0.1.70
 
 author: Dart Team <misc@dartlang.org>