Bump to `0.1.14` pre-publish.

BUG=
R=brianwilkerson@google.com

Review URL: https://codereview.chromium.org//1877033005 .
diff --git a/CHANGELOG.md b/CHANGELOG.md
index bb08c9f..229f60a 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,3 +1,10 @@
+# 0.1.14
+
+* Fix to respect `@optionalTypeArgs` (#196).
+* Lint to warn if a field overrides or hides other field.
+* Fix to allow single char UPPER_CASE non-constants (#201).
+* Fix to accept casts to dynamic (#195).
+
 # 0.1.13
 
 * Fix to skip overriding members in API doc checks (`public_member_api_docs`).
diff --git a/pubspec.yaml b/pubspec.yaml
index 30bcd27..10ce54f 100644
--- a/pubspec.yaml
+++ b/pubspec.yaml
@@ -1,5 +1,5 @@
 name: linter
-version: 0.1.13
+version: 0.1.14
 author: Dart Team <misc@dartlang.org>
 description: Style linter for Dart.
 homepage: https://github.com/dart-lang/linter