From 9aa6339dffb9930dbf26bc317946fd0b66e2b825 Mon Sep 17 00:00:00 2001 From: SeydX Date: Mon, 21 Jun 2021 05:09:13 +0200 Subject: [PATCH] v6.0.0 --- CHANGELOG.md | 4 ++-- package-lock.json | 8 ++++---- package.json | 4 ++-- 3 files changed, 8 insertions(+), 8 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 69a3b20..6829468 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,11 +1,11 @@ # Changelog -# NEXT +# v6.0.0 - 2021-06-21 This update is by far the biggest update for `homebridge-fritz-platform`. To make adding new devices also easier for developers, the complete plugin has been rewritten and made modular. This should give all developers the possibility to read the code more easily and add new devices via PR themselves. ## Breaking Changes - **Homebridge** - - Dropped support for homebridge below version 1.3.0 + - Dropped support for homebridge below v1.3.0 - **Devices**: - Added `active` key to `devices` to enable/disable the device without removing it from config. Warning: Default value for `active` is false, this means, that if you DON'T adjust your config.json and add `"active": true` to the device, the device will be removed from HomeKit! - **Smarthome**: diff --git a/package-lock.json b/package-lock.json index 20f8652..e1d0608 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "homebridge-fritz-platform", - "version": "6.0.0-beta.40", + "version": "6.0.0", "lockfileVersion": 1, "requires": true, "dependencies": { @@ -306,9 +306,9 @@ } }, "@seydx/fritzbox": { - "version": "2.2.1", - "resolved": "https://registry.npmjs.org/@seydx/fritzbox/-/fritzbox-2.2.1.tgz", - "integrity": "sha512-NrfNzhOVJ2AIrxILLf+96Y3O3mIeD02CwGgIWigUA2xrPVFiC4dP8XIBpH7ATbuhtkdeTSDU+2eUoHpy/2s1sw==", + "version": "2.2.3", + "resolved": "https://registry.npmjs.org/@seydx/fritzbox/-/fritzbox-2.2.3.tgz", + "integrity": "sha512-X4icbHnejJA6LNt3Be26qbB5peCGCoqnu0FOVcoVRmnaHJfVRhro11b+DtI+wd/pINRxsmJKMbCOQsqWKIivPQ==", "requires": { "@mreal/digest-auth": "^1.1.3", "cheerio": "^1.0.0-rc.10", diff --git a/package.json b/package.json index b180b2c..034cd83 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "homebridge-fritz-platform", - "version": "6.0.0-beta.40", + "version": "6.0.0", "description": "Homebridge Plugin to control FritzBox router, smarthome devices and more.", "main": "index.js", "funding": [ @@ -48,7 +48,7 @@ "homebridge": "^1.3.0" }, "dependencies": { - "@seydx/fritzbox": "^2.2.1", + "@seydx/fritzbox": "^2.2.3", "fakegato-history": "0.6.1", "form-data": "^4.0.0", "fs-extra": "10.0.0",