Skip to content

Commit

Permalink
chore: release v2.0.5
Browse files Browse the repository at this point in the history
* (mcm1957) Dependencies have been updated
* (mcm1957) Adapter now requires node 16
  • Loading branch information
mcm1957 committed Aug 13, 2023
1 parent 5269da6 commit 6b91442
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 15 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ Actually only following attributes are supported:
### **WORK IN PROGRESS**
-->
## Changelog
### **WORK IN PROGRESS**
### 2.0.5 (2023-08-13)
* (mcm1957) Dependencies have been updated
* (mcm1957) Adapter now requires node 16

Expand Down
27 changes: 14 additions & 13 deletions io-package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"common": {
"name": "fhem",
"version": "2.0.4",
"version": "2.0.5",
"title": "FHEM connection",
"titleLang": {
"en": "FHEM connection",
Expand All @@ -28,6 +28,19 @@
"zh-cn": "FHEM"
},
"news": {
"2.0.5": {
"en": "Dependencies have been updated\nAdapter now requires node 16",
"de": "Abhängigkeiten wurden aktualisiert\nAdapter benötigt nun den Node 16",
"ru": "В зависимости были обновлены\nАдаптер теперь требует ноды 16",
"pt": "As dependências foram atualizadas\nAdaptador agora requer nó 16",
"nl": "Afhankelijkheid\nAdapter vereist nu node 16",
"fr": "Les dépendances ont été mises à jour\nL'adaptateur ne nécessite plus 16 ans",
"it": "Le dipendenze sono state aggiornate\nAdattatore ora richiede nodo 16",
"es": "Se han actualizado las dependencias\nAdaptador ahora requiere nodo 16",
"pl": "Zależności zostały zaktualizowane\nObecnie węzeł wymaga węzła 16 węzłów",
"uk": "Оновлено залежність\nАдаптер тепер вимагає вузла 16",
"zh-cn": "已更新了属地\n现在需要道歉16"
},
"2.0.4": {
"en": "Several problems have been fixed (#213, #214)",
"de": "Mehrere Probleme wurden behoben #(213, #214)",
Expand Down Expand Up @@ -103,18 +116,6 @@
"es": "arreglar caso de accidente",
"pl": "napraw przypadek awarii",
"zh-cn": "修复崩溃案例"
},
"1.6.1": {
"en": "fix use Controller 3.3.x\njs-controller 3.3 optimizations\nAdd Sentry crash reporting",
"de": "Fix verwenden Controller 3.3.x\njs-Controller 3.3 Optimierungen\nSentry-Absturzberichte hinzufügen",
"ru": "исправить использование контроллера 3.3.x\njs-controller 3.3 оптимизации\nДобавить отчет о сбоях Sentry",
"pt": "corrigir usar o controlador 3.3.x\nOtimizações do js-controller 3.3\nAdicionar relatório de falha do Sentry",
"nl": "fix gebruik Controller 3.3.x\njs-controller 3.3 optimalisaties\nSentry-crashrapportage toevoegen",
"fr": "correction d'utilisation du contrôleur 3.3.x\njs-controller 3.3 optimisations\nAjouter un rapport de plantage Sentry",
"it": "correggere l'uso del controller 3.3.x\njs-controller 3.3 ottimizzazioni\nAggiungi segnalazione di arresto anomalo di Sentry",
"es": "arreglar el uso del controlador 3.3.x\nOptimizaciones de js-controller 3.3\nAgregar informe de fallas de Sentry",
"pl": "napraw użyj Kontrolera 3.3.x\njs-controller 3.3 optymalizacje\nDodaj raport o awariach Sentry",
"zh-cn": "修复使用控制器 3.3.x\njs-controller 3.3 优化\n添加哨兵崩溃报告"
}
},
"license": "MIT",
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "iobroker.fhem",
"version": "2.0.4",
"version": "2.0.5",
"description": "ioBroker FHEM Adapter",
"author": {
"name": "bluefox",
Expand Down

0 comments on commit 6b91442

Please sign in to comment.