Skip to content

Commit

Permalink
chore: release v3.0.12
Browse files Browse the repository at this point in the history
we now handle some more edge case errors
  • Loading branch information
foxriver76 committed Jan 29, 2021
1 parent b43ecd5 commit f4d216e
Show file tree
Hide file tree
Showing 5 changed files with 18 additions and 18 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test-and-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ jobs:
adapter-tests:
if: contains(github.event.head_commit.message, '[skip ci]') == false

needs: [adapter-tests]
needs: [check-and-lint]

runs-on: ${{ matrix.os }}
strategy:
Expand Down Expand Up @@ -78,7 +78,7 @@ jobs:
github.event_name == 'push' &&
github.event.base_ref == 'refs/heads/master' &&
startsWith(github.ref, 'refs/tags/v')
needs: [check-and-lint]
needs: [adapter-tests]

runs-on: ubuntu-latest
strategy:
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ with the ioBroker CLI. You can change the port via `iob set hm-rega.<instance> -
### __WORK IN PROGRESS__
-->

### 3.0.11 (2021-01-29)
### 3.0.12 (2021-01-29)
* (foxriver76) we now handle some more edge case errors

### 3.0.10 (2021-01-27)
Expand Down
26 changes: 13 additions & 13 deletions io-package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,20 @@
"$schema": "https://raw.githubusercontent.com/foxriver76/ioBroker.js-controller/schemas/schemas/io-package.json",
"common": {
"name": "hm-rega",
"version": "3.0.11",
"version": "3.0.12",
"news": {
"3.0.12": {
"en": "we now handle some more edge case errors",
"de": "Wir behandeln jetzt einige weitere Randfallfehler",
"ru": "Теперь мы обрабатываем еще несколько ошибок крайнего случая",
"pt": "agora lidamos com mais alguns erros de caso extremo",
"nl": "we behandelen nu wat meer edge case-fouten",
"fr": "nous traitons maintenant d'autres erreurs de cas de bord",
"it": "ora gestiamo altri errori di casi limite",
"es": "ahora manejamos algunos errores más de casos extremos",
"pl": "teraz zajmiemy się więcej błędami w przypadku skrajnych przypadków",
"zh-cn": "我们现在处理更多边缘情况错误"
},
"3.0.11": {
"en": "we now handle some more edge case errors",
"de": "Wir behandeln jetzt einige weitere Randfallfehler",
Expand Down Expand Up @@ -231,18 +243,6 @@
"es": "arregla el bloqueo cuando un usuario en CCU es una cadena vacía al sincronizar favoritos",
"pl": "napraw awarię, gdy użytkownik w CCU jest pustym ciągiem synchronizacji ulubionych",
"zh-cn": "修复当CCU上的用户为同步收藏夹中的空字符串时的崩溃"
},
"2.6.9": {
"en": "fixed crash when we cannot determine CCU version",
"de": "Absturz behoben, wenn wir die CCU-Version nicht bestimmen können",
"ru": "исправлено падение, когда мы не можем определить версию CCU",
"pt": "falha corrigida quando não podemos determinar a versão da CCU",
"nl": "crash opgelost wanneer we de CCU-versie niet kunnen bepalen",
"fr": "Correction d'un crash lorsque nous ne pouvons pas déterminer la version CCU",
"it": "risolto crash quando non siamo in grado di determinare la versione della CCU",
"es": "Se corrigió el bloqueo cuando no podemos determinar la versión de CCU",
"pl": "naprawiono awarię, gdy nie możemy ustalić wersji CCU",
"zh-cn": "修复了无法确定CCU版本时的崩溃"
}
},
"title": "HomeMatic ReGaHSS",
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.hm-rega",
"version": "3.0.11",
"version": "3.0.12",
"engines": {
"node": ">=10.0.0"
},
Expand Down

0 comments on commit f4d216e

Please sign in to comment.