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 #981 from stevenkampen/chore/release-1-2-12
Browse files Browse the repository at this point in the history
Hotfix release for empty routers
  • Loading branch information
stevenkampen authored Feb 14, 2017
2 parents a2c6f74 + cf2e2cd commit 99570a0
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.12](https://github.com/rangle/tree/1.2.12)
* Hotfix for empty (root only) routers. [970](https://github.com/rangle/augury/issues/970)

## [1.2.11](https://github.com/rangle/tree/1.2.11)
* Remove "Properties" accordion. [663](https://github.com/rangle/augury/issues/663)
* Fix route data parsing. [914](https://github.com/rangle/augury/issues/914)
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.11",
"version": "1.2.12",
"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.11",
"version": "1.2.12",
"description": "Chrome Developer Tools Extension for inspecting Angular 2.0 applications",
"repository": {
"type": "git",
Expand Down

0 comments on commit 99570a0

Please sign in to comment.