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

Commit

Permalink
Release 1.24.1 (#1435)
Browse files Browse the repository at this point in the history
  • Loading branch information
sumitarora authored Dec 9, 2019
1 parent b20e552 commit dd90cb1
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 3 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# Change Log

## [1.24.1](https://github.com/rangle/tree/1.24.1)

- Fixing AOT issues ([1432](https://github.com/rangle/augury/pull/1432))

## [1.24.0](https://github.com/rangle/tree/1.24.0)

- Cannot read property 'nativeElement' of undefined ([1430](https://github.com/rangle/augury/pull/1430))
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ Augury only works with Angular 2+ applications. A hard requirement is that the A

## Supported version

Augury works with application built starting with Angular 2+. Augury currently does not have support for Angular Ivy as of `Augury v1.24.0`.
Augury works with application built starting with Angular 2+. Augury currently does not have support for Angular Ivy as of `Augury v1`.

---

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.24.0",
"version": "1.24.1",
"description": "Extends the Developer Tools, adding tools for debugging and profiling Angular applications.",
"permissions": ["storage"],
"browser_action": {
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.24.0",
"version": "1.24.1",
"description": "Developer Tools Extension for inspecting Angular 2+ applications",
"license": "MIT",
"repository": {
Expand Down

0 comments on commit dd90cb1

Please sign in to comment.