From efe1d7a51f46f10c4180766db4ecf112c93e70ac Mon Sep 17 00:00:00 2001 From: Ingo Fischer Date: Thu, 31 Oct 2024 10:17:33 +0100 Subject: [PATCH] chore: release v0.10.2 * (dnicolson/Apollon77) Change noble to @stoprocent fork * (Apollon77) prevent crash on import/require when no BLE device is not connected --- README.md | 3 +-- package-lock.json | 4 ++-- package.json | 2 +- 3 files changed, 4 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index 1791ed5..176801f 100644 --- a/README.md +++ b/README.md @@ -273,8 +273,7 @@ Please feel free to open an [issue](https://github.com/Apollon77/hap-controller- For Issues please consider to directly provide debug loggins (see above). ## Changelog - -### __WORK IN PROGRESS__ +### 0.10.2 (2024-10-31) * (dnicolson/Apollon77) Change noble to @stoprocent fork * (Apollon77) prevent crash on import/require when no BLE device is not connected diff --git a/package-lock.json b/package-lock.json index 43359b1..521b1d2 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "hap-controller", - "version": "0.10.1", + "version": "0.10.2", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "hap-controller", - "version": "0.10.1", + "version": "0.10.2", "license": "MPL-2.0", "dependencies": { "@stoprocent/noble": "^1.15.1", diff --git a/package.json b/package.json index e9b5119..cdf9746 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "hap-controller", - "version": "0.10.1", + "version": "0.10.2", "description": "Library to implement a HAP (HomeKit) controller", "main": "lib/index.js", "types": "lib/index.d.ts",