From 49215a9f3e25e4914b4a5c23ff34304ca7a032c8 Mon Sep 17 00:00:00 2001 From: Chris Bond Date: Mon, 12 Sep 2016 00:49:13 -0400 Subject: [PATCH] Release 1.1.3 (#639) --- CHANGELOG.md | 3 +++ manifest.json | 2 +- package.json | 2 +- 3 files changed, 5 insertions(+), 2 deletions(-) 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",