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

Commit 5f9716d

Browse files
author
Andrew Thauer
committed
bump version
1 parent 7213d00 commit 5f9716d

File tree

4 files changed

+7
-3
lines changed

4 files changed

+7
-3
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
# Change Log
22

3+
## [1.21.0](https://github.com/rangle/tree/1.21.0)
4+
* Fix state now showing issues
5+
- ([1340](https://github.com/rangle/augury/issues/1340))
6+
37
## [1.20.0](https://github.com/rangle/tree/1.20.0)
48
* Angular 7 support
59
* Bump npm package versions

manifest/base.manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "Augury",
33
"short_name": "Augury",
4-
"version": "1.20.0",
4+
"version": "1.21.0",
55
"description": "Extends the Developer Tools, adding tools for debugging and profiling Angular applications.",
66
"permissions": [
77
"storage"

package-lock.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "augury",
3-
"version": "1.20.0",
3+
"version": "1.21.0",
44
"description": "Developer Tools Extension for inspecting Angular 2+ applications",
55
"license": "MIT",
66
"repository": {

0 commit comments

Comments
 (0)