diff --git a/CHANGELOG.md b/CHANGELOG.md index b5def9e..f72bcbe 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -17,34 +17,14 @@ You can also use the [PACKAGES](https://github.com/oznu/docker-homebridge#option All notable changes to this project will be documented in this file. -## 1.4.5-beta.5 - -- [FIX] Custom areas and spots as separate device #63 - -## 1.4.5-beta.4 - -- [FIX] Custom areas and spots as separate device #63 - -## 1.4.5-beta.3 - -- [FIX] Custom areas and spots as separate device #63 - -## 1.4.5-beta.2 - -- [FIX] Custom areas and spots as separate device #63 - -## 1.4.5-beta.1 +## 1.4.5 - [NEW] switching to beta version of underlygin lib from @mrbungle64 -- [FIX] still to be tested : Plugin causes huge amount of dns request #52 +- [FIX] Plugin causes huge amount of dns request #52 - [FIX] trying to fix regression on XMPP devices #55 - [NEW] Custom areas and spots as separate device #63 - [NEW] Options to show logs like areas and so on for easier configuration -## 1.4.5-beta.0 - -- [FIX] to be tested : Plugin causes huge amount of dns request #52 - ## 1.4.4 - [NEW] bump dep diff --git a/package.json b/package.json index d8b481b..242b60f 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "homebridge-deebotecovacs", - "version": "1.4.5-beta.5", + "version": "1.4.5", "author": "Nicolas Dujardin", "description": "Publish your deebot ecovacs as an homekit accessory", "main": "index.js", @@ -25,7 +25,7 @@ "homekit" ], "dependencies": { - "ecovacs-deebot": "^0.6.0-beta.8", + "ecovacs-deebot": "^0.6.0", "node-machine-id": "^1.1.12" }, "bugs": {