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

Commit

Permalink
Release (1.23.0)
Browse files Browse the repository at this point in the history
  • Loading branch information
Andrew Thauer committed Apr 2, 2019
1 parent 16633ec commit 959ecd6
Show file tree
Hide file tree
Showing 4 changed files with 887 additions and 194 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,10 @@
# Change Log

## [1.23.0](https://github.com/rangle/tree/1.23.0)
* Fix component info scrolling firefox ([1360](https://github.com/rangle/augury/pull/1360) & [1376](https://github.com/rangle/augury/pull/1376))
* Handle string provider type in Description.getProviderDescription ([1367](https://github.com/rangle/augury/pull/1367))
* Remove from README duplicate at table of contents ([1371](https://github.com/rangle/augury/pull/1371))

## [1.22.0](https://github.com/rangle/tree/1.22.0)
* Fix HMR issue.
* Fix change-detection parsing issue ([1344](https://github.com/rangle/augury/issues/1344))
Expand Down
2 changes: 1 addition & 1 deletion manifest/base.manifest.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "Augury",
"short_name": "Augury",
"version": "1.22.0",
"version": "1.23.0",
"description": "Extends the Developer Tools, adding tools for debugging and profiling Angular applications.",
"permissions": [
"storage"
Expand Down
Loading

0 comments on commit 959ecd6

Please sign in to comment.