From ca392743f89475c7f8a9d5ac924c8daab1a3972e Mon Sep 17 00:00:00 2001 From: Ryan Block Date: Mon, 29 Apr 2024 11:16:21 -0700 Subject: [PATCH] Update `package.json` `engines.node` property --- changelog.md | 3 ++- package.json | 2 +- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/changelog.md b/changelog.md index bdb1242..95e6e6a 100644 --- a/changelog.md +++ b/changelog.md @@ -2,11 +2,12 @@ --- -## [4.0.5] 2024-04-29 +## [4.0.5 - 4.0.6] 2024-04-29 ### Changed - Updated dependencies +- Updated `package.json` `engines.node` property to reflect changes from v4 --- diff --git a/package.json b/package.json index fd86eb1..8e4b78e 100644 --- a/package.json +++ b/package.json @@ -16,7 +16,7 @@ "rc": "npm version prerelease --preid RC" }, "engines": { - "node": ">=14" + "node": ">=16" }, "author": "Brian LeRoux ", "license": "Apache-2.0",