0.1.58 (#1086)

# 0.1.58

* roll-back to explicit uses of `new` and `const` to be compatible w/ VMs running `--no-preview-dart-2`
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 5e6f879..2d60bbd 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,3 +1,7 @@
+# 0.1.58
+
+* roll-back to explicit uses of `new` and `const` to be compatible w/ VMs running `--no-preview-dart-2`
+
 # 0.1.57
 
 * fix to `lines_longer_than_80_chars` to handle CRLF endings
diff --git a/pubspec.yaml b/pubspec.yaml
index f645998..55b4ee5 100644
--- a/pubspec.yaml
+++ b/pubspec.yaml
@@ -1,5 +1,5 @@
 name: linter
-version: 0.1.57
+version: 0.1.58
 
 author: Dart Team <misc@dartlang.org>