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 #931 from stevenkampen/release-1-2-9
Browse files Browse the repository at this point in the history
Release 1.2.9
  • Loading branch information
Steven Kampen committed Jan 23, 2017
2 parents f26975c + 63b6a0e commit 70baf7d
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,8 @@
# Change Log
## [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)

## [1.2.8](https://github.com/rangle/tree/1.2.8)
* Automatically resolve router when possible. [829](https://github.com/rangle/augury/issues/829)
* Add NgModules tab feature. [764](https://github.com/rangle/augury/issues/764)
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.8",
"version": "1.2.9",
"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.8",
"version": "1.2.9",
"description": "Chrome Developer Tools Extension for inspecting Angular 2.0 applications",
"repository": {
"type": "git",
Expand Down

0 comments on commit 70baf7d

Please sign in to comment.