Skip to content

Commit

Permalink
Release 0.3.5
Browse files Browse the repository at this point in the history
  • Loading branch information
mrbungle64 committed Sep 18, 2021
1 parent 20ad2e6 commit 977e108
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 3 deletions.
1 change: 1 addition & 0 deletions .github/ISSUE_TEMPLATE/bug-report.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,7 @@ body:
attributes:
label: With which model does the problem occur?
options:
- Deebot 500
- Deebot 600/601/605
- Deebot OZMO 610
- Deebot 710/711/711s
Expand Down
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -99,6 +99,9 @@ For instructions for other systems visit https://www.npmjs.com/package/canvas#co

## Changelog

### 0.3.5
* Using library version [0.6.8](https://github.com/mrbungle64/ecovacs-deebot.js#068)

### 0.3.4
* Using library version [0.6.7](https://github.com/mrbungle64/ecovacs-deebot.js#067)

Expand Down
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "node-red-contrib-ecovacs-deebot",
"version": "0.3.4",
"version": "0.3.5",
"description": "Node-RED node for Ecovacs Deebot vacuum cleaner",
"main": "nodes/ecovacs-deebot.js",
"scripts": {
Expand Down Expand Up @@ -28,7 +28,7 @@
}
},
"dependencies": {
"ecovacs-deebot": "^0.6.7",
"ecovacs-deebot": "^0.6.8",
"node-machine-id": "^1.1.12"
},
"devDependencies": {
Expand Down

0 comments on commit 977e108

Please sign in to comment.