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 #938 from stevenkampen/release-1-2-10
Browse files Browse the repository at this point in the history
Release 1.2.10
  • Loading branch information
Steven Kampen authored Jan 27, 2017
2 parents 198c699 + b7223b7 commit f67dae3
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 2 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,7 @@
# Change Log
## [1.2.10](https://github.com/rangle/tree/1.2.10)
* Fix issue with NgModule references in injector graph. [918](https://github.com/rangle/augury/issues/918)

## [1.2.9](https://github.com/rangle/tree/1.2.9)
* Fix injecting router breaking component state. [699](https://github.com/rangle/augury/issues/699)
* Fix for string based providers in NgModule parsing. [922](https://github.com/rangle/augury/issues/922)
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.2.9",
"version": "1.2.10",
"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.2.9",
"version": "1.2.10",
"description": "Chrome Developer Tools Extension for inspecting Angular 2.0 applications",
"repository": {
"type": "git",
Expand Down

0 comments on commit f67dae3

Please sign in to comment.