From 56acfa98d8c5b8645f2f8951ea05688c3725ca19 Mon Sep 17 00:00:00 2001 From: Nicolas Dujardin Date: Thu, 2 Sep 2021 08:59:15 +0200 Subject: [PATCH] 1.4.6 --- CHANGELOG.md | 4 ++++ package.json | 4 ++-- 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index f72bcbe..47ed813 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -17,6 +17,10 @@ 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.6 + +- [NEW] bump dep + ## 1.4.5 - [NEW] switching to beta version of underlygin lib from @mrbungle64 diff --git a/package.json b/package.json index 242b60f..cecd6d7 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "homebridge-deebotecovacs", - "version": "1.4.5", + "version": "1.4.6", "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", + "ecovacs-deebot": "^0.6.5", "node-machine-id": "^1.1.12" }, "bugs": {