From 31745500853a7d9001c9aef8a153975be788d4df Mon Sep 17 00:00:00 2001 From: marcus Date: Fri, 7 Oct 2016 23:57:31 +0200 Subject: [PATCH] 0.9.8 --- HISTORY.md | 4 ++++ package.json | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/HISTORY.md b/HISTORY.md index 17cfd16..18e69af 100644 --- a/HISTORY.md +++ b/HISTORY.md @@ -1,5 +1,9 @@ # Release History +* 20161007, V0.9.8 + * Improved error handling if no network devices found to capturing ARP requests + * Updated dependencies to cap@0.1.2 which contains the contributed ARP decode function + * 20161003, V0.9.7 * Improved auto-discovery: Chromecast devices should no longer be discovered as dash-button devices diff --git a/package.json b/package.json index 5815d2e..6b12a1e 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "pimatic-amazing-dash-button", "description": "Pimatic plugin for Amazon's dash-buttons", - "version": "0.9.7", + "version": "0.9.8", "author": { "name": "Marcus Wittig", "url": "https://github.com/mwittig"