From 95c40bd2e401f2e22e943cee34f7fb6a580ca105 Mon Sep 17 00:00:00 2001 From: Vlad Filippov Date: Wed, 15 Mar 2023 19:19:26 -0400 Subject: [PATCH] Changelog --- CHANGELOG | 5 +++++ README.md | 1 + 2 files changed, 6 insertions(+) diff --git a/CHANGELOG b/CHANGELOG index ade530b..76537b2 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -1,3 +1,8 @@ +v5.0.0: + date: 2023-03-15 + changes: + - Engine updated to node.js v14 + - Updated to latest nodeunit and dependency packages, such as the lastest nodeunit-x. v4.0.0: date: 2021-10-05 changes: diff --git a/README.md b/README.md index 3679ed9..82bf426 100644 --- a/README.md +++ b/README.md @@ -125,6 +125,7 @@ grunt.initConfig({ ## Release History + * 2023-03-15   v5.0.0   Engine updated to node.js v14 Updated to latest nodeunit and dependency packages, such as the lastest nodeunit-x. * 2021-10-05   v4.0.0   Requires node.js v12 Updated to latest nodeunit and dependency packages. * 2021-03-25   v3.0.0   Updated to latest nodeunit and security packages. * 2020-02-10   v2.1.0   Updates to latest node.js supported versions. Updated to latest nodeunit and security packages.