Skip to content

Commit c7aeb23

Browse files
committed
chore: release v0.1.0
* (Gaspode) First release for Latest repository * (Gaspode) Corrected typo in state ID Battery_SOC * (Gaspode) Implemented improvements as suggested in code review
1 parent debfbc2 commit c7aeb23

4 files changed

Lines changed: 18 additions & 19 deletions

File tree

README.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,8 +35,7 @@ The password is stored encrypted and must therefore be entered manually: demo
3535
**All product and company names or logos are trademarks™ or registered® trademarks of their respective holders. Use of them does not imply any affiliation with or endorsement by them or any associated subsidiaries! This personal project is maintained in spare time and has no business goal.**
3636

3737
## Changelog
38-
39-
### **WORK IN PROGRESS**
38+
### 0.1.0 (2023-01-15)
4039
* (Gaspode) First release for Latest repository
4140
* (Gaspode) Corrected typo in state ID Battery_SOC
4241
* (Gaspode) Implemented improvements as suggested in code review

io-package.json

Lines changed: 14 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,21 @@
11
{
22
"common": {
33
"name": "alpha-ess",
4-
"version": "0.0.6-beta.5",
4+
"version": "0.1.0",
55
"news": {
6+
"0.1.0": {
7+
"en": "First release for Latest repository\nCorrected typo in state ID Battery_SOC\nImplemented improvements as suggested in code review",
8+
"de": "Erste Veröffentlichung für Neueste Repository\nKorrigierte Typo im Zustand ID Battery_SOC\nImplementierte Verbesserungen wie in der Code-Review vorgeschlagen",
9+
"ru": "Первый выпуск для последней репозитории\nИсправлена опечатка в штате ID Батарея_SOC\nВнедренные улучшения, как предлагается в обзоре кода",
10+
"pt": "Primeiro lançamento para o repositório mais recente\nTipo corrigido no estado ID Battery_SOC\nMelhorias implementadas conforme sugerido na revisão de código",
11+
"nl": "Eerste vrijlating voor Latest\nQuality over Quantity (QoQ) Releases Vertaling: ID Battery\nVerbeteringen zoals geadviseerd in codereview",
12+
"fr": "Première version pour Dernier dépôt\nTypo corrigé en état ID Battery_SOC\nAméliorations mises en œuvre comme suggéré dans l ' examen des codes",
13+
"it": "Prima release per gli ultimi repository\nTipo corretto in stato ID Battery_SOC\nMiglioramenti attuati come suggerito nella revisione del codice",
14+
"es": "Primer lanzamiento para el repositorio más reciente\nTypo corregido en estado ID Battery_SOC\nMejoras aplicadas como se sugiere en el examen del código",
15+
"pl": "Pierwsze wydanie repozytorium Latest\nKary w państwie Bateria IDSOC\nImplementacja poprawek, jak zasugerowano w przegląd kodowy",
16+
"uk": "Перший реліз для останніх репозиторій\nВиправлено типо в стані Акумулятор ID_SOC\nРеалізовані вдосконалення, як пропонуються в перегляді коду",
17+
"zh-cn": "第一批La证存放处的释放\n州的打字 ID Battery_SOC\n实施守则审查建议的改进"
18+
},
619
"0.0.6-beta.5": {
720
"en": "Slow down requests in case of permanent errors",
821
"de": "Langsame Anträge bei dauerhaften Fehlern",
@@ -80,19 +93,6 @@
8093
"pl": "...",
8194
"uk": "...",
8295
"zh-cn": "..."
83-
},
84-
"0.0.1": {
85-
"en": "initial release",
86-
"de": "Erstveröffentlichung",
87-
"ru": "Начальная версия",
88-
"pt": "lançamento inicial",
89-
"nl": "Eerste uitgave",
90-
"fr": "Première version",
91-
"it": "Versione iniziale",
92-
"es": "Versión inicial",
93-
"pl": "Pierwsze wydanie",
94-
"zh-cn": "首次出版",
95-
"uk": "початковий випуск"
9696
}
9797
},
9898
"titleLang": {

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "iobroker.alpha-ess",
3-
"version": "0.0.6-beta.5",
3+
"version": "0.1.0",
44
"description": "Read and write data from and to Alpha ESS systems.",
55
"author": {
66
"name": "Gaspode",

0 commit comments

Comments
 (0)