Skip to content

Commit

Permalink
### 1.2.1 (2020-01-18)
Browse files Browse the repository at this point in the history
* (bluefox) Fixed problem if the port of admin is not 8081
  • Loading branch information
GermanBluefox committed Jan 18, 2020
1 parent 01d3ee7 commit 77ebff7
Show file tree
Hide file tree
Showing 3 changed files with 23 additions and 8 deletions.
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -246,6 +246,9 @@ Following types are supported:
- `ifttt` - acting like IFTTT (actually not required, but for tests purposes)

## Changelog
### 1.2.1 (2020-01-18)
* (bluefox) Fixed problem if the port of admin is not 8081

### 1.2.0 (2020-01-04)
* (TA2k) Google Home handling and visualization improved.

Expand Down
14 changes: 13 additions & 1 deletion io-package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"common": {
"name": "iot",
"version": "1.2.0",
"version": "1.2.1",
"title": "IoT Assistants",
"titleLang": {
"en": "IoT cloud connection",
Expand All @@ -28,6 +28,18 @@
"zh-cn": "连接你的ioBroker服务器的ioBroker IoT云"
},
"news": {
"1.2.1": {
"en": "Fixed problem if the port of admin is not 8081",
"de": "Problem behoben, wenn der Port von admin nicht 8081 ist",
"ru": "Исправлена проблема, если порт администратора не 8081",
"pt": "Corrigido o problema se a porta do administrador não for 8081",
"nl": "Probleem opgelost als de poort van admin niet 8081 is",
"fr": "Correction d'un problème si le port d'administration n'est pas 8081",
"it": "Risolto problema se la porta di amministrazione non è 8081",
"es": "Se solucionó el problema si el puerto de administración no es 8081",
"pl": "Naprawiono problem, jeśli port administratora nie jest 8081",
"zh-cn": "解决了如果管理端口不是8081的问题"
},
"1.1.11": {
"en": "Google Home handling and visualization improved.",
"de": "Die Handhabung und Visualisierung von Google Home wurde verbessert.",
Expand Down
14 changes: 7 additions & 7 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "iobroker.iot",
"version": "1.2.0",
"version": "1.2.1",
"description": "This adapter allows to communicate Amazon Alexa and Google Home with ioBroker.",
"author": {
"name": "bluefox",
Expand All @@ -20,19 +20,19 @@
},
"dependencies": {
"aws-iot-device-sdk": "^2.2.1",
"iobroker.type-detector": "^0.1.5",
"iobroker.type-detector": "^0.1.9",
"request": "^2.88.0",
"@iobroker/adapter-core": "^1.0.3",
"uuid": "^3.3.3"
"uuid": "^3.4.0"
},
"devDependencies": {
"@types/iobroker": "^1.4.11",
"@types/node": "^11.11.0",
"axios": "^0.19.0",
"@types/iobroker": "^2.0.1",
"@types/node": "^13.1.8",
"axios": "^0.19.1",
"chai": "^4.2.0",
"del": "^5.1.0",
"gulp": "^4.0.2",
"mocha": "^6.2.0"
"mocha": "^7.0.0"
},
"bugs": {
"url": "https://github.com/ioBroker/ioBroker.iot/issues"
Expand Down

0 comments on commit 77ebff7

Please sign in to comment.