0.1.61 (#1163)

# 0.1.61

* new lint: `flutter_style_todos`
* improved handling of constant expressions with generic type params
* NPE fix for `invariant_booleans`
* Google lints example moved to `package:pedantic`
* improved docs for `unawaited_futures`
diff --git a/CHANGELOG.md b/CHANGELOG.md
index b9616a1..24c5954 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,3 +1,11 @@
+# 0.1.61
+
+* new lint: `flutter_style_todos`
+* improved handling of constant expressions with generic type params
+* NPE fix for `invariant_booleans`
+* Google lints example moved to `package:pedantic`
+* improved docs for `unawaited_futures`
+
 # 0.1.60
 
 * new lint: `avoid_void_async`
diff --git a/pubspec.yaml b/pubspec.yaml
index f3c3e14..8a0cb45 100644
--- a/pubspec.yaml
+++ b/pubspec.yaml
@@ -1,5 +1,5 @@
 name: linter
-version: 0.1.60
+version: 0.1.61
 
 author: Dart Team <misc@dartlang.org>