0.1.49 (#978)

# 0.1.49

* new `void_checks` lint
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 8e6bd79..3908c55 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,3 +1,7 @@
+# 0.1.49
+
+* new `void_checks` lint
+
 # 0.1.48
 
 * new `avoid_field_initializers_in_const_classes` lint
diff --git a/pubspec.yaml b/pubspec.yaml
index fe5ce0d..7ddb15a 100644
--- a/pubspec.yaml
+++ b/pubspec.yaml
@@ -1,5 +1,5 @@
 name: linter
-version: 0.1.48
+version: 0.1.49
 author: Dart Team <misc@dartlang.org>
 description: Style linter for Dart.
 homepage: https://github.com/dart-lang/linter