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 #1167 from stevenkampen/chore/release-1-12-0
Browse files Browse the repository at this point in the history
Release 1.12.0
  • Loading branch information
stevenkampen authored Jun 6, 2017
2 parents fbd283c + 09e39f0 commit e317f06
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.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)).

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.11.0",
"version": "1.12.0",
"description": "Extends the Developer Tools, adding tools for debugging and profiling Angular applications.",
"permissions": [
"storage"
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.11.0",
"version": "1.12.0",
"description": "Chrome Developer Tools Extension for inspecting Angular 2.0 applications",
"repository": {
"type": "git",
Expand Down

0 comments on commit e317f06

Please sign in to comment.