Skip to content

Commit

Permalink
Fixed console log in node-botvac
Browse files Browse the repository at this point in the history
  • Loading branch information
naofireblade committed Nov 17, 2018
1 parent 0b864eb commit e1754e0
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 3 deletions.
6 changes: 5 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -74,4 +74,8 @@
* Changed error handling
* Changed debug messages
* Updated node-botvac dependency to 0.1.6
* Removed extra care navigation option parameter (is now a button)
* Removed extra care navigation option parameter (is now a button)

## 0.5.1

* Updated node-botvac dependency to 0.1.7
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "homebridge-neato",
"version": "0.5.0",
"version": "0.5.1",
"description": "A Neato vacuum robot plugin for homebridge.",
"license": "MIT",
"keywords": [
Expand All @@ -20,7 +20,7 @@
"url": "git://github.com/naofireblade/homebridge-neato.git"
},
"dependencies": {
"node-botvac": ">=0.1.6",
"node-botvac": ">=0.1.7",
"debug": "^2.2.0"
}
}

0 comments on commit e1754e0

Please sign in to comment.