diff --git a/CHANGELOG.md b/CHANGELOG.md index 0ec30a088..8eba82834 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,4 +1,10 @@ # Change Log +## [1.12.0](https://github.com/rangle/tree/1.12.0) +* Fix undefined ref error in dependency-info. [1158](https://github.com/rangle/augury/issues/1158) +* Add `isAngular` and `isDebug` checks to backend script reinitialization. [1160](https://github.com/rangle/augury/issues/1160) +* Stop catching user app errors after property change. [1156](https://github.com/rangle/augury/issues/1156) +* Check for bootstrap module existence during NgModule parsing. [1162](https://github.com/rangle/augury/issues/62) + ## [1.11.0](https://github.com/rangle/tree/1.11.0) * Add analytics ([1005](https://github.com/rangle/augury/issues/1005), [1142](https://github.com/rangle/augury/issues/1142)). diff --git a/manifest.json b/manifest.json index 1eec16989..0b722b0a9 100644 --- a/manifest.json +++ b/manifest.json @@ -1,7 +1,7 @@ { "name": "Augury", "short_name": "Augury", - "version": "1.11.0", + "version": "1.12.0", "description": "Extends the Developer Tools, adding tools for debugging and profiling Angular applications.", "permissions": [ "storage" diff --git a/package.json b/package.json index b3623d5a8..ef9951d26 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "augury", - "version": "1.11.0", + "version": "1.12.0", "description": "Chrome Developer Tools Extension for inspecting Angular 2.0 applications", "repository": { "type": "git",