Version 0.13.3+2 (#279)

Tighten the dependency on the `vm_service` package from `>=1.0.0 <3.0.0`
down to `>=1.0.0 <2.1.2` in order to exclude version `2.1.2` which is
broken on the current stable Dart VM due to a missing SDK constraint in
its pubspec.yaml. The breakage was introduced in:
https://github.com/dart-lang/sdk/commit/9e636b5ab4de850fb19bc262e0686fdf14bfbfc0.
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 51b17f3..e5f73de 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,3 +1,10 @@
+## 0.13.3+2 - 2019-12-02
+
+* Tighten the dependency on the `vm_service` package from `>=1.0.0 <3.0.0` down
+  to `>=1.0.0 <2.1.2` in order to exclude version `2.1.2` which is broken on
+  the current stable Dart VM due to a missing SDK constraint in its pubspec.yaml.
+  The breakage was introduced in: https://github.com/dart-lang/sdk/commit/9e636b5ab4de850fb19bc262e0686fdf14bfbfc0.
+
 ## 0.13.3+1 - 2019-10-10
 
 * Loosen the dependency on the `vm_service` package from `^1.0.0` to `>=1.0.0
diff --git a/pubspec.yaml b/pubspec.yaml
index 0b2a36b..031b3cc 100644
--- a/pubspec.yaml
+++ b/pubspec.yaml
@@ -1,5 +1,5 @@
 name: coverage
-version: 0.13.3+1
+version: 0.13.3+2
 author: Dart Team <misc@dartlang.org>
 description: Coverage data manipulation and formatting
 homepage: https://github.com/dart-lang/coverage
@@ -13,7 +13,7 @@
   package_config: '>=0.1.5 <2.0.0'
   path: '>=0.9.0 <2.0.0'
   stack_trace: ^1.3.0
-  vm_service: '>=1.0.0 <3.0.0'
+  vm_service: '>=1.0.0 <2.1.2'
 
 dev_dependencies:
   test: ^1.0.0