From 442b91c34799644cc2337396e159c24b0d786c4f Mon Sep 17 00:00:00 2001 From: Arne Date: Tue, 9 Apr 2019 12:46:08 +0200 Subject: [PATCH] Versionbump to v0.5.2 --- CHANGELOG.md | 6 +++++- README.md | 1 + package.json | 4 ++-- 3 files changed, 8 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 4273426..f1802d1 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -78,4 +78,8 @@ ## 0.5.1 -* Updated node-botvac dependency to 0.1.7 \ No newline at end of file +* Updated node-botvac dependency to 0.1.7 + +## 0.5.2 + +* Added schema file for use with homebridge-config-ui-x \ No newline at end of file diff --git a/README.md b/README.md index 0024ba0..4a616a4 100644 --- a/README.md +++ b/README.md @@ -75,3 +75,4 @@ The plugin should work with D4 and D6 as well. If you have connected neato robot ## Contributors Many thanks go to - [ghulands](https://github.com/ghulands) for finding and fixing a bug when no robot is associated with the neato account +- [Berkay](https://github.com/btutal) for adding the schema file to use the plugin with homebridge-config-ui-x diff --git a/package.json b/package.json index a0a8ad5..12ca776 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "homebridge-neato", - "version": "0.5.1", + "version": "0.5.2", "description": "A Neato vacuum robot plugin for homebridge.", "license": "MIT", "keywords": [ @@ -23,4 +23,4 @@ "node-botvac": ">=0.1.7", "debug": "^2.2.0" } -} +} \ No newline at end of file