Skip to content

Commit

Permalink
chore: release v2.10.1
Browse files Browse the repository at this point in the history
* (simatec) small Fixes
* (simatec) Code restructured
  • Loading branch information
simatec committed Jan 9, 2024
1 parent ff26601 commit dc69105
Show file tree
Hide file tree
Showing 4 changed files with 19 additions and 19 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.1 (2024-01-09)
* (simatec) small Fixes
* (simatec) Code restructured

Expand Down
30 changes: 15 additions & 15 deletions io-package.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,21 @@
{
"common": {
"name": "backitup",
"version": "2.10.0",
"version": "2.10.1",
"news": {
"2.10.1": {
"en": "small Fixes\nCode restructured",
"de": "kleine Feste\nCode umstrukturiert",
"ru": "небольшие Fixes\nРеструктуризация кода",
"pt": "pequenas correções\nCódigo reestruturado",
"nl": "kleine correcties\nGeherstructureerde code",
"fr": "petits Fixes\nCode restructuré",
"it": "piccoli corredi\nCodice ristrutturato",
"es": "pequeñas fijaciones\nCódigo reestructurado",
"pl": "małe liczby\nKod zrestrukturyzowany",
"uk": "маленькі Фікси\nРеструктуризація коду",
"zh-cn": "小修补\n调整代码"
},
"2.10.0": {
"en": "File server improved\nRestore Tab improved\nDesign improved\nDocu updated\nBreaking Changes for Docker mapping ports",
"de": "Dateiserver verbessert\nRestore Tab verbessert\nDesign verbessert\nDocu aktualisiert\nÄnderungen für Docker Mapping Ports",
Expand Down Expand Up @@ -80,19 +93,6 @@
"pl": "Gotify Notication (ang.)\naktualizacja\nKontrola Copypatha",
"uk": "Додана нотифікація\nоновлені залежності\nКопіювати чек додано",
"zh-cn": "提名\nb. 更新的依赖\n虫害检查"
},
"2.9.5": {
"en": "dependencies updated\nFix redis Password",
"de": "aktualisierte abhängigkeiten\nRedis Passwort vergessen",
"ru": "зависимости обновлены\nFix редис Пароль",
"pt": "dependências atualizadas\nCorrigir vermelho Senha",
"nl": "afhankelijkheid geüpdateerd\nVertaling: Wachtwoord",
"fr": "dépendances mises à jour\nCorrection redis Mot de passe",
"it": "dipendenze aggiornate\nRipartizione Password",
"es": "dependencias actualizadas\nArreglar redis Contraseña",
"pl": "aktualizacja\nFix redis Password",
"uk": "оновлені залежності\nФіксований червоний Логін",
"zh-cn": "b. 更新的依赖\nFix 重新定性 护照"
}
},
"title": "BackItUp",
Expand Down Expand Up @@ -497,7 +497,7 @@
"zigbee2mqttEnabled": false,
"zigbee2mqttPath": "/opt/zigbee2mqtt/data",
"zigbeeEnabled": false
},
},
"instanceObjects": [
{
"_id": "info",
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.0",
"version": "2.10.1",
"engines": {
"node": ">=16.0.0"
},
Expand Down

0 comments on commit dc69105

Please sign in to comment.