Skip to content

Commit

Permalink
chore: release v1.3.0
Browse files Browse the repository at this point in the history
- Added: EsLint 9.x for better code optimization (#135)
  • Loading branch information
SKB-CGN committed Dec 10, 2024
1 parent abf3853 commit 8fae902
Show file tree
Hide file tree
Showing 4 changed files with 18 additions and 5 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ If you like the adapter and want to support me, you can do so here:
Placeholder for the next version (at the beginning of the line):
### **WORK IN PROGRESS**
-->
### **WORK IN PROGRESS**
### 1.3.0 (2024-12-10)
- Added: EsLint 9.x for better code optimization (#135)

### 1.2.0 (2024-11-12)
Expand Down
15 changes: 14 additions & 1 deletion io-package.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,21 @@
{
"common": {
"name": "mywallbox",
"version": "1.2.0",
"version": "1.3.0",
"news": {
"1.3.0": {
"en": "Added: EsLint 9.x for better code optimization (#135)",
"de": "Hinzugefügt: EsLint 9.x zur besseren Codeoptimierung (#135)",
"ru": "Добавлено: EsLint 9.x для лучшей оптимизации кода (#135)",
"pt": "Adicionado: EsLint 9.x para melhor otimização de código (#135)",
"nl": "Toegevoegd: EsLint 9.x voor betere code optimalisatie (#135)",
"fr": "Ajouté : EsLint 9.x pour une meilleure optimisation du code (#135)",
"it": "Aggiunto: EsLint 9.x per una migliore ottimizzazione del codice (#135)",
"es": "Añadido: EsLint 9.x para una mejor optimización de código (#135)",
"pl": "Dodano: EsLint 9.x dla lepszej optymalizacji kodu (# 135)",
"uk": "Додано: EsLint 9.x для кращої оптимізації коду (#135)",
"zh-cn": "添加: EsLint 9.x 用于更好的代码优化(# 135)"
},
"1.2.0": {
"en": "Added: Migration to jsonConfig in Adapter-settings\nAdded: New state \"car_connected\", which indicates, that a car is connected\nAdded: Resume, Pause check - less error messages (e.g. if Wallbox is in Pause Mode and should be set to pause, don't throw any error)\nAdded: Option, to unlock the wallbox first if it should enter the resume mode (Default: wallbox will not resume, if locked)\nAdded: Some minor improvements, updates dependencies and smal cosmetics",
"de": "Hinzugefügt: Migration auf jsonConfig in Adaptereinstellungen\nHinzugefügt: Neuer Zustand \"car_connected\", was anzeigt, dass ein Auto angeschlossen ist\nHinzugefügt: Resume, Pause Check - weniger Fehlermeldungen (z.B. wenn Wallbox im Pause Modus ist und in Pause gesetzt werden sollte, werfen Sie keinen Fehler)\nHinzugefügt: Option, um die Wallbox zuerst zu entsperren, wenn es den Lebenslaufmodus eingeben sollte (Standard: Wallbox wird nicht wieder aufgenommen, wenn gesperrt)\nHinzugefügt: Einige kleinere Verbesserungen, Updates Abhängigkeiten und smalkosmetik",
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.mywallbox",
"version": "1.2.0",
"version": "1.3.0",
"description": "Connect your My-Wallbox (e.g. Pulsar Plus) with ioBroker",
"author": {
"name": "SKB-CGN",
Expand Down

0 comments on commit 8fae902

Please sign in to comment.