diff --git a/CHANGELOG.md b/CHANGELOG.md index 1bb9649..0c7fb6b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,9 @@ # aemfed changelog +## 0.1.1 + +- Updated dependencies to fix a number of security warnings + ## 0.1.0 - Add Windows support for all features. (Running a global or `npx` install in PowerShell has some limitations, see the Issues section in the [README.md](README.md#issues) for more details) diff --git a/README.md b/README.md index 71b9e80..a5a95af 100644 --- a/README.md +++ b/README.md @@ -174,8 +174,8 @@ To speedup developing and testing on mobile devices, a QR code can be generated ## Requirements - Runs on macOS, Linux and Windows -- Works best with a recent version of node/npm, but tested with node 6.15 LTS -- Tested on AEM 6.1, 6.2, 6.3 and 6.4 +- Works best with a recent version of node/npm, but tested with node 6.17 LTS +- Tested on AEM 6.1, 6.2, 6.3 and 6.4+ - To be able to see the error messages from AEM, at least version 1.0.0 of the Sling Log Tracer is needed. AEM 6.2 and before have an older version or don't have the bundle at all. Versions of Log Tracer since 1.0.2 can also be installed on those older versions of AEM (6.0+ according to the [ticket](https://issues.apache.org/jira/browse/SLING-5762)). See [Updating Sling Log Tracer](#updating-sling-log-tracer) for instructions. ### Updating Sling Log Tracer