From ec1e293cc06f0a6fe0cbfc51b75617c385d14f13 Mon Sep 17 00:00:00 2001 From: Ben <43026681+bwp91@users.noreply.github.com> Date: Thu, 12 Oct 2023 01:32:36 +0100 Subject: [PATCH] Update CHANGELOG.md --- CHANGELOG.md | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 7e3e87b02..ad1de69e6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,10 +1,15 @@ ## BETA +⚠️ Node 16 has reached end-of-life and is no longer supported by the Homebridge UI. + +- Starting with v4.50.7, the Homebridge UI will no longer work with Node 16, only Node 18 or 20 +- Homebridge UI follows the same Node support schedule as Homebridge. See the [How-To-Update-Node.js](https://github.com/homebridge/homebridge/wiki/How-To-Update-Node.js) page in the Homebridge wiki for more information + ### Other Changes - **System:** - - Updated frontend dependencies (#1572) - Updated backend dependencies (#1571 and #1569) + - Updated frontend dependencies (#1572) ## 4.50.6 (2023-09-28)