From 50d21099400de009fc72eb37af0ca0d4b58b7570 Mon Sep 17 00:00:00 2001 From: Ben <43026681+bwp91@users.noreply.github.com> Date: Mon, 16 Oct 2023 22:15:53 +0100 Subject: [PATCH] update version, changelog --- CHANGELOG.md | 13 ++++++++----- package-lock.json | 4 ++-- package.json | 2 +- 3 files changed, 11 insertions(+), 8 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 2daa13ab3..d60a3689a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,12 +1,14 @@ -## Beta-4.50.7 +## BETA (4.51.0) ### Notable Changes -⚠️ Node 16 has reached end-of-life and is no longer supported by the Homebridge UI. +- **Node Support** + - ⚠️ 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 and 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 -- 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 -- **Plugins:** Use plugin display name if available ([1458](https://github.com/homebridge/homebridge-config-ui-x/pull/1582)) +- **Plugins** + - Use plugin display name if available (#1582) ### Other Changes @@ -14,6 +16,7 @@ - Updated backend dependencies (#1571 and #1569) - Updated frontend dependencies (#1572) - Update @homebridge/node-pty-prebuilt-multiarch to version v0.11.1 ( Node 20 Support and upstream refresh ) + - Update @homebridge/node-pty-prebuilt-multiarch to version v0.11.3 (#1583) ## 4.50.6 (2023-09-28) diff --git a/package-lock.json b/package-lock.json index 1bc48aef0..d3fcd6d2d 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "homebridge-config-ui-x", - "version": "4.50.6", + "version": "4.51.0", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "homebridge-config-ui-x", - "version": "4.50.6", + "version": "4.51.0", "funding": [ { "type": "github", diff --git a/package.json b/package.json index 8439d912b..32ded5782 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "homebridge-config-ui-x", "displayName": "Homebridge UI", - "version": "4.50.6", + "version": "4.51.0", "description": "A web based management, configuration and control platform for Homebridge.", "license": "MIT", "author": "oznu ",