Merge pull request #699 from MichaelRFairhurst/publish-0.0.17+6

Publish 0.0.17+6
diff --git a/CHANGELOG.md b/CHANGELOG.md
index f91d424..d39f519 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,5 +1,8 @@
-## Unpublished
+## 0.0.17+6
 
+- Fixed an issue where an unnecessary navigation range was added to HTML files.
+- Fixed an issue where navigation would be delayed in IntelliJ and other IDEs
+  that use the notification pattern for navigation.
 - Change analyzer API for forwards compatibility with part files. The old API
   could have caused out-of-date errors to be cached for a file. The new API,
   however, introduces extra asynchrony. Manual testing seemed to show everything
diff --git a/angular_analyzer_plugin/pubspec.yaml b/angular_analyzer_plugin/pubspec.yaml
index 0b904f9..5fa2e37 100644
--- a/angular_analyzer_plugin/pubspec.yaml
+++ b/angular_analyzer_plugin/pubspec.yaml
@@ -1,5 +1,5 @@
 name: angular_analyzer_plugin
-version: 0.0.17+5
+version: 0.0.17+6
 description: Dart analyzer plugin for Angular 2+
 authors:
   - Konstantin Scheglov <[email protected]>