Skip to content
This repository has been archived by the owner on May 25, 2021. It is now read-only.

Commit

Permalink
Merge pull request #1049 from stevenkampen/chore/release-1-5-0
Browse files Browse the repository at this point in the history
Release 1.5.0
  • Loading branch information
stevenkampen committed Mar 29, 2017
2 parents ccfb10a + 589b848 commit c2eb57c
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 2 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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)
Expand Down
2 changes: 1 addition & 1 deletion manifest.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down

0 comments on commit c2eb57c

Please sign in to comment.