Skip to content

Commit

Permalink
chore: release v1.12.1
Browse files Browse the repository at this point in the history
Fix a warning in js-controller 3.3
  • Loading branch information
Apollon77 committed May 13, 2021
1 parent 78812d0 commit 97223bb
Show file tree
Hide file tree
Showing 4 changed files with 16 additions and 16 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ https://github.com/ioBroker/AdapterRequests/issues/62

## Changelog

### __WORK IN PROGRESS__
### 1.12.1 (2021-05-13)
* (Apollon77) Fix a warning in js-controller 3.3

### 1.12.0 (2021-05-13)
Expand Down
26 changes: 13 additions & 13 deletions io-package.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,20 @@
{
"common": {
"name": "hmip",
"version": "1.12.0",
"version": "1.12.1",
"news": {
"1.12.1": {
"en": "Fix a warning in js-controller 3.3",
"de": "Korrigieren Sie eine Warnung in js-controller 3.3",
"ru": "Исправить предупреждение в js-controller 3.3",
"pt": "Corrigir um aviso no js-controller 3.3",
"nl": "Herstel een waarschuwing in js-controller 3.3",
"fr": "Correction d'un avertissement dans js-controller 3.3",
"it": "Risolto un avviso in js-controller 3.3",
"es": "Arreglar una advertencia en js-controller 3.3",
"pl": "Napraw ostrzeżenie w js-controller 3.3",
"zh-cn": "修复js-controller 3.3中的警告"
},
"1.12.0": {
"en": "Implement NOTIFICATION_MP3_SOUND_CHANNEL",
"de": "Implementieren Sie NOTIFICATION_MP3_SOUND_CHANNEL",
Expand Down Expand Up @@ -230,18 +242,6 @@
"es": "Se agregó una propiedad activa a grupos INTERNOS y EXTERNOS para zonas de alarma\n(marcus0303 / slix185) agregó propiedades DOOR_CHANNEL",
"pl": "Dodano aktywną właściwość grupy WEWNĘTRZNE i ZEWNĘTRZNE dla stref alarmowych\n(marcus0303 / slix185) dodano właściwości DOOR_CHANNEL",
"zh-cn": "为警报区域添加了活动属性“内部”和“外部”组\n(marcus0303 / slix185)添加了DOOR_CHANNEL属性"
},
"1.1.1": {
"en": "Crash prevented if object is deleted by state changed (Sentry IOBROKER-HMIP-Y)",
"de": "Absturz verhindert, wenn Objekt durch Statusänderung gelöscht wird (Sentry IOBROKER-HMIP-Y)",
"ru": "Сбой предотвращается, если объект удаляется при изменении состояния (Sentry IOBROKER-HMIP-Y)",
"pt": "Falha evitada se o objeto for excluído por estado alterado (Sentry IOBROKER-HMIP-Y)",
"nl": "Crash voorkomen als object wordt verwijderd door gewijzigde status (Sentry IOBROKER-HMIP-Y)",
"fr": "Crash évité si l'objet est supprimé par changement d'état (Sentry IOBROKER-HMIP-Y)",
"it": "Blocco impedito se l'oggetto viene eliminato dallo stato modificato (Sentry IOBROKER-HMIP-Y)",
"es": "Bloqueo evitado si el objeto es eliminado por el estado cambiado (Sentry IOBROKER-HMIP-Y)",
"pl": "Zapobieganie awariom, jeśli obiekt zostanie usunięty po zmianie stanu (Sentry IOBROKER-HMIP-Y)",
"zh-cn": "如果通过状态更改删除对象,可以防止崩溃(Sentry IOBROKER-HMIP-Y)"
}
},
"title": "HomeMaticIP Cloud AccessPoint",
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.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "iobroker.hmip",
"version": "1.12.0",
"version": "1.12.1",
"description": "ioBroker Adapter to use the Homatic Cloud Ip AccessPoint via Homatic Cloud Rest API",
"author": {
"name": "jogibear9988",
Expand Down

0 comments on commit 97223bb

Please sign in to comment.