0.1.59 (#1125)

# 0.1.59

* relaxed `void_checks` (allowing `T Function()` to be assigned to `void Function()`)
* test and build improvements
* introduced Effective Dart rule set
* Google ruleset updates
* (internal cleanup): move cli main into `lib/`
* fixed false positives in `lines_longer_than_80_chars`
* new lint: `prefer_void_to_null`
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 2a7a752..f32f8b3 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,3 +1,11 @@
+# 0.1.59
+
+* relaxed `void_checks` (allowing `T Function()` to be assigned to `void Function()`)
+* test and build improvements
+* introduced Effective Dart rule set
+* Google ruleset updates
+* (internal cleanup): move cli main into `lib/`
+* fixed false positives in `lines_longer_than_80_chars`
 * new lint: `prefer_void_to_null`
 
 # 0.1.58
diff --git a/pubspec.yaml b/pubspec.yaml
index 55b4ee5..8c71d8b 100644
--- a/pubspec.yaml
+++ b/pubspec.yaml
@@ -1,5 +1,5 @@
 name: linter
-version: 0.1.58
+version: 0.1.59
 
 author: Dart Team <misc@dartlang.org>