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

Commit b7223b7

Browse files
committed
Release 1.2.10
1 parent 198c699 commit b7223b7

File tree

3 files changed

+5
-2
lines changed

3 files changed

+5
-2
lines changed

CHANGELOG.md

+3
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,7 @@
11
# Change Log
2+
## [1.2.10](https://github.com/rangle/tree/1.2.10)
3+
* Fix issue with NgModule references in injector graph. [918](https://github.com/rangle/augury/issues/918)
4+
25
## [1.2.9](https://github.com/rangle/tree/1.2.9)
36
* Fix injecting router breaking component state. [699](https://github.com/rangle/augury/issues/699)
47
* Fix for string based providers in NgModule parsing. [922](https://github.com/rangle/augury/issues/922)

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.2.9",
4+
"version": "1.2.10",
55
"description": "Extends the Developer Tools, adding tools for debugging and profiling Angular 2.0 applications.",
66
"permissions": [
77
"tabs",

package.json

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

0 commit comments

Comments
 (0)