Bump to 0.1.13.

BUG=
R=brianwilkerson@google.com

Review URL: https://codereview.chromium.org//1782643002 .
diff --git a/CHANGELOG.md b/CHANGELOG.md
index e2145c3..bb08c9f 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,3 +1,10 @@
+# 0.1.13
+
+* Fix to skip overriding members in API doc checks (`public_member_api_docs`).
+* Fix to suppress lints on synthetic nodes/tokens (#193).
+* Message fixes (`annotate_overrides`, `public_member_api_docs`).
+* Fix to exclude setters from return type checks (#192).
+
 # 0.1.12
 
 * Fix to address `LibraryNames` regexp that in pathological cases went exponential.
diff --git a/pubspec.yaml b/pubspec.yaml
index 857a34a..a8f8471 100644
--- a/pubspec.yaml
+++ b/pubspec.yaml
@@ -1,5 +1,5 @@
 name: linter
-version: 0.1.12
+version: 0.1.13
 author: Dart Team <misc@dartlang.org>
 description: Style linter for Dart.
 homepage: https://github.com/dart-lang/linter