Skip to content

Commit

Permalink
chore: release v1.1.0
Browse files Browse the repository at this point in the history
IMPORTANT: This version is tested only in ths current Node.js LTS versions (10.x, 12.x, 14.x). It should still work in Node.js 8.x but no guarantees!

* update node-coap library to fix crashes
  • Loading branch information
Apollon77 committed Jul 9, 2020
1 parent 548fab3 commit 4b7ba4c
Show file tree
Hide file tree
Showing 3 changed files with 38 additions and 38 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@ The library also offers a index-dummy.js which offers the same interface then th

## Changelog

### __WORK IN PROGRESS__
### 1.1.0 (2020-07-09)
IMPORTANT: This version is tested only in ths current Node.js LTS versions (10.x, 12.x, 14.x). It should still work in Node.js 8.x but no guarantees!

* (Apollon77) update node-coap library to fix crashes
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.

72 changes: 36 additions & 36 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,38 +1,38 @@
{
"name": "shelly-iot",
"version": "1.0.6",
"description": "Library to communicate with Shelly.io devices",
"keywords": [
"shelly"
],
"main": "index.js",
"engines": {
"node": ">= 4"
},
"scripts": {
"test": "echo 'No tests'; exit 0",
"release": "release-script"
},
"author": {
"name": "Apollon77",
"email": "ingo@fischer-ka.de"
},
"contributors": [
"Apollon77"
],
"repository": {
"type": "git",
"url": "https://github.com/Apollon77/shelly-iot"
},
"license": "MIT",
"dependencies": {
"coap": "^0.24.0",
"node-rest-client": "^3.1.0"
},
"devDependencies": {
"@alcalzone/release-script": "^1.6.0",
"mocha": "^8.0.1",
"chai": "^4.2.0",
"istanbul": "^0.4.5"
}
"name": "shelly-iot",
"version": "1.1.0",
"description": "Library to communicate with Shelly.io devices",
"keywords": [
"shelly"
],
"main": "index.js",
"engines": {
"node": ">= 4"
},
"scripts": {
"test": "echo 'No tests'; exit 0",
"release": "release-script"
},
"author": {
"name": "Apollon77",
"email": "ingo@fischer-ka.de"
},
"contributors": [
"Apollon77"
],
"repository": {
"type": "git",
"url": "https://github.com/Apollon77/shelly-iot"
},
"license": "MIT",
"dependencies": {
"coap": "^0.24.0",
"node-rest-client": "^3.1.0"
},
"devDependencies": {
"@alcalzone/release-script": "^1.6.0",
"mocha": "^8.0.1",
"chai": "^4.2.0",
"istanbul": "^0.4.5"
}
}

0 comments on commit 4b7ba4c

Please sign in to comment.