diff --git a/CHANGELOG.md b/CHANGELOG.md index a0e940ccd..3854712bf 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,14 +2,14 @@ All notable changes to homebridge-config-ui-x will be documented in this file. -## BETA 4.52.0 (2023-11-XX) +## 4.52.0 (2023-11-04) ### Notable Changes - Show UI and plugin updates for newer beta versions when already running a beta version of the plugin - Note: this only works when a plugin uses a `beta` NPM tag for beta releases - Show 'Restart Homebridge Now' modal (with additional messaging for child bridges) after any plugin update, not just the UI -- Update HomeKit Setup Code Format: 1234-5678, make it consistant with the Home App [#1612](https://github.com/homebridge/homebridge-config-ui-x/issues/1612) +- Update HomeKit Setup Code Format: 1234-5678, making it more consistant with the Home App [#1612](https://github.com/homebridge/homebridge-config-ui-x/issues/1612) ### i18n Changes diff --git a/package-lock.json b/package-lock.json index f907567b8..e73fc8e91 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "homebridge-config-ui-x", - "version": "4.51.2", + "version": "4.52.0", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "homebridge-config-ui-x", - "version": "4.51.2", + "version": "4.52.0", "funding": [ { "type": "github", diff --git a/package.json b/package.json index f23c887ef..dce0e550a 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "homebridge-config-ui-x", "displayName": "Homebridge UI", - "version": "4.51.2", + "version": "4.52.0", "description": "A web based management, configuration and control platform for Homebridge.", "license": "MIT", "author": "oznu ",