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

Commit e317f06

Browse files
authored
Merge pull request #1167 from stevenkampen/chore/release-1-12-0
Release 1.12.0
2 parents fbd283c + 09e39f0 commit e317f06

File tree

3 files changed

+8
-2
lines changed

3 files changed

+8
-2
lines changed

CHANGELOG.md

+6
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,10 @@
11
# Change Log
2+
## [1.12.0](https://github.com/rangle/tree/1.12.0)
3+
* Fix undefined ref error in dependency-info. [1158](https://github.com/rangle/augury/issues/1158)
4+
* Add `isAngular` and `isDebug` checks to backend script reinitialization. [1160](https://github.com/rangle/augury/issues/1160)
5+
* Stop catching user app errors after property change. [1156](https://github.com/rangle/augury/issues/1156)
6+
* Check for bootstrap module existence during NgModule parsing. [1162](https://github.com/rangle/augury/issues/62)
7+
28
## [1.11.0](https://github.com/rangle/tree/1.11.0)
39
* Add analytics ([1005](https://github.com/rangle/augury/issues/1005), [1142](https://github.com/rangle/augury/issues/1142)).
410

manifest.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "Augury",
33
"short_name": "Augury",
4-
"version": "1.11.0",
4+
"version": "1.12.0",
55
"description": "Extends the Developer Tools, adding tools for debugging and profiling Angular applications.",
66
"permissions": [
77
"storage"

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "augury",
3-
"version": "1.11.0",
3+
"version": "1.12.0",
44
"description": "Chrome Developer Tools Extension for inspecting Angular 2.0 applications",
55
"repository": {
66
"type": "git",

0 commit comments

Comments
 (0)