diff --git a/CHANGELOG.md b/CHANGELOG.md index bfb8a104d..672ed4957 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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)) diff --git a/README.md b/README.md index 89a8878a6..2b7d406e9 100644 --- a/README.md +++ b/README.md @@ -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`. --- diff --git a/manifest/base.manifest.json b/manifest/base.manifest.json index 2d344e7e8..83ee51bb1 100644 --- a/manifest/base.manifest.json +++ b/manifest/base.manifest.json @@ -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": { diff --git a/package.json b/package.json index 1e40a1776..86c8d6220 100644 --- a/package.json +++ b/package.json @@ -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": {