Skip to content

Commit

Permalink
Release 0.3.6
Browse files Browse the repository at this point in the history
  • Loading branch information
mrbungle64 committed Oct 16, 2021
1 parent c07b46c commit 6eb993e
Show file tree
Hide file tree
Showing 3 changed files with 17 additions and 13 deletions.
10 changes: 7 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -99,14 +99,18 @@ For instructions for other systems visit https://www.npmjs.com/package/canvas#co

## Changelog

### 0.3.6
* Using library version 0.7.0
* Some smaller improvements

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

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

### 0.3.3
* Using library version [0.6.6](https://github.com/mrbungle64/ecovacs-deebot.js#063---066)
* Using library version 0.6.6

### 0.3.2
* Using library version 0.6.3
Expand Down
14 changes: 7 additions & 7 deletions package-lock.json

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

6 changes: 3 additions & 3 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.5",
"version": "0.3.6",
"description": "Node-RED node for Ecovacs Deebot vacuum cleaner",
"main": "nodes/ecovacs-deebot.js",
"scripts": {
Expand Down Expand Up @@ -28,11 +28,11 @@
}
},
"dependencies": {
"ecovacs-deebot": "^0.7.0-alpha.0",
"ecovacs-deebot": "0.7.0-alpha.0",
"node-machine-id": "^1.1.12"
},
"devDependencies": {
"mocha": "^9.1.2",
"mocha": "^9.1.3",
"@types/node-red": "^1.1.1"
},
"engines": {
Expand Down

0 comments on commit 6eb993e

Please sign in to comment.