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

Release 1.24.1 #1435

Merged
merged 1 commit into from
Dec 9, 2019
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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