diff --git a/CHANGELOG.md b/CHANGELOG.md index 04bd91f96..10995c968 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,8 @@ # Change Log +## [1.1.3](http://github.com/rangle/tree/1.1.3) +* Resolve another endless-flicker issue caused by providers with undefined keys + ## [1.1.2](https://github.com/rangle/tree/1.1.2) * Resolve a bug that caused an internal communication pipe to become clogged with empty tree diff messages, which in turn caused UI latency * Resolve an issue with @Input() decoration not appearing in the "State" panel in some cases diff --git a/manifest.json b/manifest.json index 92d1d90a1..b33c10256 100644 --- a/manifest.json +++ b/manifest.json @@ -1,7 +1,7 @@ { "name": "Augury", "short_name": "Augury", - "version": "1.1.2", + "version": "1.1.3", "description": "Extends the Developer Tools, adding tools for debugging and profiling Angular 2.0 applications.", "permissions": [ "tabs", diff --git a/package.json b/package.json index 0dcc07b30..af56f1350 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "augury", - "version": "1.1.2", + "version": "1.1.3", "description": "Chrome Developer Tools Extension for inspecting Angular 2.0 applications", "repository": { "type": "git",