diff --git a/CHANGELOG.md b/CHANGELOG.md index 96a3dc93a..157fabb02 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,4 +1,10 @@ # Change Log +## [1.5.0](https://github.com/rangle/tree/1.5.0) +* Fix buggy serialization of maps and arrays [992](https://github.com/rangle/augury/pulls/992) +* Update to work with changes in non-public Angular APIs [1039](https://github.com/rangle/augury/pulls/1039) +* Add descriptive attributes to form elements in component tree [1016](https://github.com/rangle/augury/pulls/1016) +* Fix error message not persisting on Augury close/open [304](https://github.com/rangle/augury/pulls/304) + ## [1.4.0](https://github.com/rangle/tree/1.4.0) * Fix security issue with malicious message sources [1030](https://github.com/rangle/augury/pulls/1030) * Fixed empty routes on Augury reopen. [1018](https://github.com/rangle/augury/issues/1018) diff --git a/manifest.json b/manifest.json index 9d1230431..e301523d2 100644 --- a/manifest.json +++ b/manifest.json @@ -1,7 +1,7 @@ { "name": "Augury", "short_name": "Augury", - "version": "1.4.0", + "version": "1.5.0", "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 73fd7ddca..e7f10db91 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "augury", - "version": "1.4.0", + "version": "1.5.0", "description": "Chrome Developer Tools Extension for inspecting Angular 2.0 applications", "repository": { "type": "git",