Skip to content

Commit

Permalink
ecovacs-deebot
Browse files Browse the repository at this point in the history
  • Loading branch information
nicoduj committed Apr 24, 2021
1 parent 6cb57b6 commit 03805dd
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 24 deletions.
24 changes: 2 additions & 22 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand All @@ -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": {
Expand Down

0 comments on commit 03805dd

Please sign in to comment.