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

Commit b836233

Browse files
author
Andrew Thauer
committed
Release v1.20.0
1 parent 8f18e71 commit b836233

5 files changed

+648
-729
lines changed

CHANGELOG.md

+5
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,10 @@
11
# Change Log
22

3+
## [1.20.0](https://github.com/rangle/tree/1.20.0)
4+
* Angular 7 support
5+
* Bump npm package versions
6+
* Remove beta from Firefox
7+
38
## [1.19.3](https://github.com/rangle/tree/1.19.3)
49
* Bug fixes
510
- Firefox component state not showing due to CSP issue

manifest/base.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.19.3",
4+
"version": "1.20.0",
55
"description": "Extends the Developer Tools, adding tools for debugging and profiling Angular applications.",
66
"permissions": [
77
"storage"

manifest/firefox.manifest.json

-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
{
2-
"name": "Augury (beta)",
32
"applications": {
43
"gecko": {
54

0 commit comments

Comments
 (0)