Publish linter `0.1.25`.

* Fixed false positive on `[]=` in `always_declare_return_types` (#300).
* New `invariant_booleans` lint.
* New `literal_only_boolean_expressions` lint.
* Fixed `camel_case_types` to allow `$` in identifiers (#290).

BUG=
R=alexeidiaz@google.com

Review URL: https://codereview.chromium.org//2309313002 .
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 6430a59..29154cd 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,3 +1,10 @@
+# 0.1.25
+
+* Fixed false positive on `[]=` in `always_declare_return_types` (#300). 
+* New `invariant_booleans` lint.
+* New `literal_only_boolean_expressions` lint.
+* Fixed `camel_case_types` to allow `$` in identifiers (#290).
+
 # 0.1.24
 
 * Internal updates to keep up with changes in the analyzer package.
diff --git a/pubspec.yaml b/pubspec.yaml
index 100ee37..2686a2e 100644
--- a/pubspec.yaml
+++ b/pubspec.yaml
@@ -1,12 +1,12 @@
 name: linter
-version: 0.1.24
+version: 0.1.25
 author: Dart Team <misc@dartlang.org>
 description: Style linter for Dart.
 homepage: https://github.com/dart-lang/linter
 environment:
   sdk: '>=1.12.0 <2.0.0'
 dependencies:
-  analyzer: ^0.28.0-alpha.0
+  analyzer: ^0.28.2-alpha.0
   args: '>=0.12.1 <0.14.0'
   cli_util: ^0.0.1
   glob: ^1.0.3
@@ -15,7 +15,7 @@
   yaml: ^2.1.2
 dev_dependencies:
   grinder: ^0.8.0
-  markdown: ^0.8.0
-  matcher: ^0.11.0
-  mockito: ^0.8.2
+  markdown: ^0.11.0
+  matcher: ^0.12.0
+  mockito: ^1.0.0
   unittest: ^0.11.0