From ab8f4af216fdc85c7f067cbe8e3fa9a1762ecb13 Mon Sep 17 00:00:00 2001 From: HJD Date: Sat, 16 Mar 2024 09:58:27 -0500 Subject: [PATCH] v1.2.1. --- docs/Changelog.md | 3 +++ package-lock.json | 12 ++++++------ package.json | 4 ++-- 3 files changed, 11 insertions(+), 8 deletions(-) diff --git a/docs/Changelog.md b/docs/Changelog.md index 11d34bf..b122e47 100644 --- a/docs/Changelog.md +++ b/docs/Changelog.md @@ -2,6 +2,9 @@ All notable changes to this project will be documented in this file. This project uses [semantic versioning](https://semver.org/). +## 1.2.1 (2024-03-16) + * Housekeeping. + ## 1.2.0 (2024-03-15) * New feature: automation switch support for locks, primarily intended for automation scenarios. * Housekeeping. diff --git a/package-lock.json b/package-lock.json index c0f07d5..14c823d 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,17 +1,17 @@ { "name": "homebridge-unifi-access", - "version": "1.2.0", + "version": "1.2.1", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "homebridge-unifi-access", - "version": "1.2.0", + "version": "1.2.1", "license": "ISC", "dependencies": { "@homebridge/plugin-ui-utils": "1.0.1", "mqtt": "5.4.0", - "unifi-access": "1.0.0" + "unifi-access": "1.0.2" }, "devDependencies": { "@stylistic/eslint-plugin": "1.7.0", @@ -3549,9 +3549,9 @@ "integrity": "sha512-JlCMO+ehdEIKqlFxk6IfVoAUVmgz7cU7zD/h9XZ0qzeosSHmUJVOzSQvvYSYWXkFXC+IfLKSIffhv0sVZup6pA==" }, "node_modules/unifi-access": { - "version": "1.0.0", - "resolved": "https://registry.npmjs.org/unifi-access/-/unifi-access-1.0.0.tgz", - "integrity": "sha512-QioXXyb9c2v8dcE6QpH7Qe9KwyHz4cI3rquYuZ4Lf4+lU2PWDlGe2GTfsfZCCjzJKf2u7jJkWXG+Hf71w2Pukg==", + "version": "1.0.2", + "resolved": "https://registry.npmjs.org/unifi-access/-/unifi-access-1.0.2.tgz", + "integrity": "sha512-2pXjbZD0p/Cl2egr2rxbY8Yka72pQu3NyWglZKsJA/xy7D4lh4agR/tTk9MK4HWZP4MzLBEeFlCh/MtFgQivOg==", "dependencies": { "@adobe/fetch": "4.1.1", "ws": "8.16.0" diff --git a/package.json b/package.json index 8b6734f..cf488c5 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "homebridge-unifi-access", - "version": "1.2.0", + "version": "1.2.1", "displayName": "Homebridge UniFi Access", "description": "Homebridge UniFi Access plugin providing complete HomeKit integration for the UniFi Access ecosystem with full support for most features including autoconfiguration, motion detection, multiple controllers, and realtime updates.", "author": { @@ -57,7 +57,7 @@ "dependencies": { "@homebridge/plugin-ui-utils": "1.0.1", "mqtt": "5.4.0", - "unifi-access": "1.0.0" + "unifi-access": "1.0.2" }, "devDependencies": { "@stylistic/eslint-plugin": "1.7.0",