From 6a9e4e08c76d741b0625cfbbd5ade25854757e2b Mon Sep 17 00:00:00 2001 From: Ingo Fischer Date: Tue, 10 May 2022 14:12:54 +0200 Subject: [PATCH] chore: release v0.8.0-alpha.0 * (Apollon77) Add experimental flag options.subscriptionsUseSameConnection for HTTP Client to use the same connection for subscriptions and for all other calls to only have one connection from controller to the device. --- 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 ad49866..0f97bf9 100644 --- a/README.md +++ b/README.md @@ -264,8 +264,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.8.0-alpha.0 (2022-05-10) * (Apollon77) Add experimental flag options.subscriptionsUseSameConnection for HTTP Client to use the same connection for subscriptions and for all other calls to only have one connection from controller to the device. ### 0.7.4 (2022-05-06) diff --git a/package-lock.json b/package-lock.json index e430bc6..43bfbbb 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "hap-controller", - "version": "0.7.4", + "version": "0.8.0-alpha.0", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "hap-controller", - "version": "0.7.4", + "version": "0.8.0-alpha.0", "license": "MPL-2.0", "dependencies": { "@abandonware/noble": "^1.9.2-15", diff --git a/package.json b/package.json index 6a32532..756f5a4 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "hap-controller", - "version": "0.7.4", + "version": "0.8.0-alpha.0", "description": "Library to implement a HAP (HomeKit) controller", "main": "lib/index.js", "types": "lib/index.d.ts",