Skip to content

Commit

Permalink
chore: release v2.10.3
Browse files Browse the repository at this point in the history
* (simatec) CCU backup switched from request to axios
* (simatec) Sentry fix
  • Loading branch information
simatec committed Jan 19, 2024
1 parent 10679f2 commit 1693368
Show file tree
Hide file tree
Showing 4 changed files with 18 additions and 18 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ When the adapter crashes or another Code error happens, this error message that

## Changelog
<!-- ### **WORK IN PROGRESS** -->
### **WORK IN PROGRESS**
### 2.10.3 (2024-01-19)
* (simatec) CCU backup switched from request to axios
* (simatec) Sentry fix

Expand Down
28 changes: 14 additions & 14 deletions io-package.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,21 @@
{
"common": {
"name": "backitup",
"version": "2.10.2",
"version": "2.10.3",
"news": {
"2.10.3": {
"en": "CCU backup switched from request to axios\nSentry fix",
"de": "CCU-Backup von der Anfrage auf axios geschaltet\nSentry fix",
"ru": "Резервное копирование CCU переключается с запроса на axios\nЗаказ",
"pt": "Cópia de segurança CCU alternada de pedido para axios\nSentry fix",
"nl": "CCU back-up overgeschakeld van verzoek naar axios\nSentry fix",
"fr": "La sauvegarde CCU est passée de la requête à l'axios\nCorrection de l'entrée",
"it": "Il backup CCU è passato da richiesta ad assi\nSistema di rilevamento",
"es": "CCU backup switched from request to axios\nSentry fix",
"pl": "Backup CCU przełączył się z prośby na axios\nZnak rejestracyjny",
"uk": "CCU переключений з запиту на аксіос\nПанчохи",
"zh-cn": "CCU 备份从请求切换到轴\n哨兵固定装置"
},
"2.10.2": {
"en": "Cronjob for Expert Settings added\nCode restructured\nTranslation added",
"de": "Cronjob für Experteneinstellungen hinzugefügt\nCode umstrukturiert\nÜbersetzung hinzugefügt",
Expand Down Expand Up @@ -80,19 +93,6 @@
"pl": "Naprawa",
"uk": "Панчохи",
"zh-cn": "Sentry fix"
},
"2.9.7": {
"en": "URL Update\nFix redis Password",
"de": "URL aktualisieren\nRedis Passwort vergessen",
"ru": "URL Обновление\nFix редис Пароль",
"pt": "Atualização de URL\nCorrigir vermelho Senha",
"nl": "URL Update\nVertaling: Wachtwoord",
"fr": "URL Update\nCorrection redis Mot de passe",
"it": "Aggiornamento\nRipartizione Password",
"es": "Actualización de URL\nArreglar redis Contraseña",
"pl": "URL\nFix redis Password",
"uk": "Оновлення URL\nФіксований червоний Логін",
"zh-cn": "URL最新情况\nFix 重新定性 护照"
}
},
"title": "BackItUp",
Expand Down
4 changes: 2 additions & 2 deletions 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.backitup",
"version": "2.10.2",
"version": "2.10.3",
"engines": {
"node": ">=16.0.0"
},
Expand Down

0 comments on commit 1693368

Please sign in to comment.