This is an automated email from the ASF dual-hosted git repository. poorejc pushed a commit to branch test in repository https://gitbox.apache.org/repos/asf/incubator-flagon-useralejs.git
commit 8a477c98a0dc9e13ad34cc026a07cab24936878d Author: poorejc <[email protected]> AuthorDate: Fri Feb 19 23:00:21 2021 -0500 adding more dets. to changes in CHANGELOG and README --- CHANGELOG.md | 1 + README.md | 1 + 2 files changed, 2 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 5370b82..d3641c5 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,7 @@ Apache Flagon UserALE.js (Incubating) 2.1.1 (2021-02-20) ------------------------------- * Release Notes - Flagon - Version UserALE.js 2.1.1 * [Closed Tickets](https://github.com/apache/incubator-flagon-useralejs/projects/3) + * Update to Node.js/NPM Engine support (tested 12.x, 13.x, 14.x, 15.x) * Minor updates to resolve extant vulnerabilities in dependency tree * Minor updates to update deprecated downstream dev dependencies * Minor updates to build pipelines to accommodate dependency updates diff --git a/README.md b/README.md index 9fc4243..f63568c 100644 --- a/README.md +++ b/README.md @@ -33,6 +33,7 @@ Additional documentation and a demonstration can be found at the [Apache Flagon ## What's New in Version 2.1.1 (unreleased)? +- Update to Node.js/NPM Engine support (tested 12.x, 13.x, 14.x, 15.x) - Minor updates to resolve extant vulnerabilities in dependency tree - Minor updates to update deprecated downstream dev dependencies - Minor updates to build pipelines to accommodate dependency updates
