Skip to content

Commit

Permalink
### 0.10.3 (2020-03-06)
Browse files Browse the repository at this point in the history
* (bluefox) Allowed node.js 12
  • Loading branch information
GermanBluefox committed Mar 30, 2020
1 parent 21c6e1d commit c9060eb
Show file tree
Hide file tree
Showing 3 changed files with 18 additions and 3 deletions.
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -97,6 +97,9 @@ on('nightscout.0.data.mgdl', obj => {


## Changelog
### 0.10.3 (2020-03-06)
* (bluefox) Allowed node.js 12

### 0.10.2 (2020-03-06)
* (Volker Richert) Change unit of reservoir level from % to absolute value

Expand Down
14 changes: 13 additions & 1 deletion io-package.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,20 @@
{
"common": {
"name": "nightscout",
"version": "0.10.2",
"version": "0.10.3",
"news": {
"0.10.3": {
"en": "Allowed node.js 12",
"de": "Zulässigt node.js 12",
"ru": "Разрешен node.js 12",
"pt": "Nó permitido.js 12",
"nl": "Toegestane node.js 12",
"fr": "Node.js 12 autorisé",
"it": "Nodo autorizzato.js 12",
"es": "Nodo permitido.js 12",
"pl": "Dozwolony node.js 12",
"zh-cn": "允许的node.js 12"
},
"0.10.2": {
"en": "change unit of reservoir level",
"de": "Einheit des Vorratsbehälters ändern",
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "iobroker.nightscout",
"version": "0.10.2",
"version": "0.10.3",
"description": "Provides nightscout server and client for sugar monitoring",
"author": {
"name": "bluefox",
Expand All @@ -9,7 +9,7 @@
"homepage": "https://github.com/ioBroker/ioBroker.nightscout",
"license": "AGPL-3.0",
"engines": {
"node": "^10.15.2 || ^8.15.1"
"node": "^12.16.1 || ^10.15.2 || ^8.15.1"
},
"keywords": [
"sugar monitoring",
Expand Down

0 comments on commit c9060eb

Please sign in to comment.