Skip to content

Commit

Permalink
chore: release v0.8.2
Browse files Browse the repository at this point in the history
* (foxriver76) only log the `errorCode` if it is different from `NoError`
  • Loading branch information
foxriver76 committed Dec 13, 2022
1 parent 2b8fb89 commit ebb2c21
Show file tree
Hide file tree
Showing 7 changed files with 9,029 additions and 508 deletions.
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,9 @@ Adapter to connect an OCPP 1.6 supported wallbox
Placeholder for the next version (at the beginning of the line):
### **WORK IN PROGRESS**
-->
### 0.8.2 (2022-12-13)
* (foxriver76) only log the `errorCode` if it is different from `NoError`

### 0.8.1 (2022-11-21)
* (foxriver76) make `transactionId` matching `connectorId` again

Expand Down
4 changes: 2 additions & 2 deletions build/main.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion build/main.js.map

Large diffs are not rendered by default.

27 changes: 14 additions & 13 deletions io-package.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,21 @@
{
"common": {
"name": "ocpp",
"version": "0.8.1",
"version": "0.8.2",
"news": {
"0.8.2": {
"en": "only log the `errorCode` if it is different from `NoError`",
"de": "nur protokollieren Sie den Fehler Code, wenn es anders als NoError ist",
"ru": "только авторизируйте ошибку Код, если он отличается от NoError",
"pt": "só logar o erro Código se for diferente de NoError",
"nl": "alleen de fout inloggen Code als het anders is dan NoError",
"fr": "enregistrez seulement l'erreur Code si elle est différente de NoError",
"it": "solo registrare l'errore Codice se è diverso da NoError",
"es": "sólo registra el error Código si es diferente a NoError",
"pl": "słabnąć tylko błąd Poniższy kod jest różny od NoError",
"uk": "тільки ввійти помилки Код, якщо він відрізняється від NoError",
"zh-cn": "只是错误的逻辑 法律如果不同于第Error号。"
},
"0.8.1": {
"en": "make `transactionId` matching `connectorId` again",
"de": "die Transaktion Identifizierbarer Anschluss wieder",
Expand Down Expand Up @@ -75,18 +88,6 @@
"es": "añadido posibilidad de definir el idTag de la transacción (cerca #13)",
"pl": "dodano możliwość zdefiniowania idTag transakcji (zamknięć #13)",
"zh-cn": "进一步有可能界定交易的提示(编号:#13)"
},
"0.4.0": {
"en": "implemented authentication",
"de": "implementierte Authentifizierung",
"ru": "реализована аутентификация",
"pt": "autenticação implementada",
"nl": "geïmplementeerde authenticatie",
"fr": "authentification implémentée",
"it": "autenticazione implementata",
"es": "autenticación implementada",
"pl": "zaimplementowane uwierzytelnianie",
"zh-cn": "实施认证"
}
},
"title": "Open Charge Point Protocol",
Expand Down
Loading

0 comments on commit ebb2c21

Please sign in to comment.