Skip to content

Commit

Permalink
chore: release v0.0.6
Browse files Browse the repository at this point in the history
we fixed name of availability state
we fixed unnecessary comma in `info.connection` state
  • Loading branch information
foxriver76 committed Oct 28, 2021
1 parent a364898 commit 3f5fd91
Show file tree
Hide file tree
Showing 4 changed files with 16 additions and 4 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ Adapter to connect an OCPP 1.6 supported wallbox
### **WORK IN PROGRESS**
-->

### **WORK IN PROGRESS**
### 0.0.6 (2021-10-28)
* (foxriver76) we fixed name of availability state
* (foxriver76) we fixed unnecessary comma in `info.connection` state

Expand Down
14 changes: 13 additions & 1 deletion io-package.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,20 @@
{
"common": {
"name": "ocpp",
"version": "0.0.5",
"version": "0.0.6",
"news": {
"0.0.6": {
"en": "we fixed name of availability state\nwe fixed unnecessary comma in `info.connection` state",
"de": "Wir haben den Namen des Verfügbarkeitsstatus festgelegt\nWir haben unnötiges Komma im Status `info.connection` behoben",
"ru": "мы исправили название состояния доступности\nмы исправили ненужную запятую в состоянии `info.connection`",
"pt": "corrigimos o nome do estado de disponibilidade\ncorrigimos vírgulas desnecessárias no estado `info.connection`",
"nl": "we hebben de naam van de beschikbaarheidsstatus vastgesteld\nwe hebben onnodige komma's gerepareerd in de status 'info.connection'",
"fr": "nous avons fixé le nom de l'état de disponibilité\nnous avons corrigé les virgules inutiles dans l'état `info.connection`",
"it": "abbiamo fissato il nome dello stato di disponibilità\nabbiamo corretto la virgola non necessaria nello stato `info.connection`",
"es": "fijamos el nombre del estado de disponibilidad\nArreglamos una coma innecesaria en el estado `info.connection`",
"pl": "naprawiliśmy nazwę stanu dostępności\nnaprawiliśmy niepotrzebny przecinek w stanie `info.connection`",
"zh-cn": "我们固定了可用性状态的名称\n我们修复了 `info.connection` 状态中不必要的逗号"
},
"0.0.5": {
"en": "we added the meterValue state\nwe added state to control availability",
"de": "wir haben den meterValue-Zustand hinzugefügt\nWir haben den Status hinzugefügt, um die Verfügbarkeit zu kontrollieren",
Expand Down
2 changes: 1 addition & 1 deletion 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.ocpp",
"version": "0.0.5",
"version": "0.0.6",
"description": "Adapter for OCPP 1.6",
"author": {
"name": "Moritz Heusinger",
Expand Down

0 comments on commit 3f5fd91

Please sign in to comment.