From 5a0289ea7ab093c6f9b3c81f2c6b56a9ed064c4b Mon Sep 17 00:00:00 2001 From: Donavan Becker Date: Sat, 21 Dec 2024 18:50:44 -0600 Subject: [PATCH] v4.1.6 ## [4.1.6](https://github.com/OpenWonderLabs/homebridge-switchbot/releases/tag/v4.1.6) (2024-12-21) ### What's Changed - Housekeeping and updated dependencies. **Full Changelog**: https://github.com/OpenWonderLabs/homebridge-switchbot/compare/v4.1.5...v4.1.6 --- CHANGELOG.md | 7 +++++++ package-lock.json | 20 ++++++++++---------- package.json | 4 ++-- 3 files changed, 19 insertions(+), 12 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 2953176b..ee5706ea 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,13 @@ All notable changes to this project will be documented in this file. This project uses [Semantic Versioning](https://semver.org/) +## [4.1.6](https://github.com/OpenWonderLabs/homebridge-switchbot/releases/tag/v4.1.6) (2024-12-21) + +### What's Changed +- Housekeeping and updated dependencies. + +**Full Changelog**: https://github.com/OpenWonderLabs/homebridge-switchbot/compare/v4.1.5...v4.1.6 + ## [4.1.5](https://github.com/OpenWonderLabs/homebridge-switchbot/releases/tag/v4.1.5) (2024-11-27) ### What's Changed diff --git a/package-lock.json b/package-lock.json index 3fddacf7..51b60129 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@switchbot/homebridge-switchbot", - "version": "4.1.5", + "version": "4.1.6", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "@switchbot/homebridge-switchbot", - "version": "4.1.5", + "version": "4.1.6", "funding": [ { "type": "Paypal", @@ -23,7 +23,7 @@ "async-mqtt": "^2.6.3", "fakegato-history": "^0.6.5", "homebridge-lib": "^7.1.1", - "node-switchbot": "^3.4.2-beta.9", + "node-switchbot": "^3.4.2", "rxjs": "^7.8.1" }, "devDependencies": { @@ -2522,9 +2522,9 @@ } }, "node_modules/@stoprocent/noble": { - "version": "1.16.0", - "resolved": "https://registry.npmjs.org/@stoprocent/noble/-/noble-1.16.0.tgz", - "integrity": "sha512-HD+ZlkI4WUnl9D/QQMoteDiRV8W7WOTKrJPGJjgaTEkTpJIS1SbFgF9HdUDpeuBsIAvw3Nw1EKDEI7pFI+Y4xg==", + "version": "1.16.1", + "resolved": "https://registry.npmjs.org/@stoprocent/noble/-/noble-1.16.1.tgz", + "integrity": "sha512-yJ3Tl4hsaH1nYpMi+cR0uOrVE5zVUrtKDSjSY7dP+HDLsiuKO6n4xT6g/FrA0pH1iAMmllRwl/IcZzUGdMoyyg==", "hasInstallScript": true, "license": "MIT", "dependencies": { @@ -9438,12 +9438,12 @@ } }, "node_modules/node-switchbot": { - "version": "3.4.2-beta.9", - "resolved": "https://registry.npmjs.org/node-switchbot/-/node-switchbot-3.4.2-beta.9.tgz", - "integrity": "sha512-I7+blga6wl7PmYb9lkIqAR3SLgCy+hoon54jySylA9SF3px57b2htD7NPCl7ob+6vprWEKj76d86bz2Y3VEdAw==", + "version": "3.4.2", + "resolved": "https://registry.npmjs.org/node-switchbot/-/node-switchbot-3.4.2.tgz", + "integrity": "sha512-4+q4iKZgeXh4OG5B1tGUh4JZgkr+zTwi8QkbQJhu2epPGkFA0vnX+Cne6UFm5NIQt+qooCGAthAxK4BUT3GXZw==", "license": "MIT", "dependencies": { - "@stoprocent/noble": "^1.16.0", + "@stoprocent/noble": "^1.16.1", "async-mutex": "^0.5.0", "undici": "^7.2.0" }, diff --git a/package.json b/package.json index 11307a2f..4cf20d69 100644 --- a/package.json +++ b/package.json @@ -2,7 +2,7 @@ "name": "@switchbot/homebridge-switchbot", "displayName": "SwitchBot", "type": "module", - "version": "4.1.5", + "version": "4.1.6", "description": "The SwitchBot plugin allows you to access your SwitchBot device(s) from HomeKit.", "author": "SwitchBot (https://github.com/SwitchBot)", "contributors": [ @@ -80,7 +80,7 @@ "async-mqtt": "^2.6.3", "fakegato-history": "^0.6.5", "homebridge-lib": "^7.1.1", - "node-switchbot": "^3.4.2-beta.9", + "node-switchbot": "^3.4.2", "rxjs": "^7.8.1" }, "devDependencies": {