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

Commit dd90cb1

Browse files
authored
Release 1.24.1 (#1435)
1 parent b20e552 commit dd90cb1

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.24.1](https://github.com/rangle/tree/1.24.1)
4+
5+
- Fixing AOT issues ([1432](https://github.com/rangle/augury/pull/1432))
6+
37
## [1.24.0](https://github.com/rangle/tree/1.24.0)
48

59
- Cannot read property 'nativeElement' of undefined ([1430](https://github.com/rangle/augury/pull/1430))

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ Augury only works with Angular 2+ applications. A hard requirement is that the A
3232

3333
## Supported version
3434

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

3737
---
3838

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.24.0",
4+
"version": "1.24.1",
55
"description": "Extends the Developer Tools, adding tools for debugging and profiling Angular applications.",
66
"permissions": ["storage"],
77
"browser_action": {

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.24.0",
3+
"version": "1.24.1",
44
"description": "Developer Tools Extension for inspecting Angular 2+ applications",
55
"license": "MIT",
66
"repository": {

0 commit comments

Comments
 (0)