Skip to content

Commit

Permalink
chore: release v0.3.5
Browse files Browse the repository at this point in the history
* (simatec) Fix value types
* (simatec) Fix Axios Request
* (simatec) Dependencies updated
  • Loading branch information
simatec committed Feb 8, 2022
1 parent 5820b95 commit 9b22edd
Show file tree
Hide file tree
Showing 4 changed files with 16 additions and 17 deletions.
3 changes: 1 addition & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,8 +33,7 @@ When the adapter crashes or an other Code error happens, this error message that

## Changelog
<!-- ### __WORK IN PROGRESS__ -->

### __WORK IN PROGRESS__
### 0.3.5 (2022-02-08)
* (simatec) Fix value types
* (simatec) Fix Axios Request
* (simatec) Dependencies updated
Expand Down
26 changes: 13 additions & 13 deletions io-package.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,20 @@
{
"common": {
"name": "uv-protect",
"version": "0.3.4",
"version": "0.3.5",
"news": {
"0.3.5": {
"en": "Fix value types\nFix Axios Request\nDependencies updated",
"de": "Wertetypen fixieren\nAxios-Anfrage beheben\nAbhängigkeiten aktualisiert",
"ru": "Исправление типов значений\nИсправить запрос Axios\nЗависимости обновлены",
"pt": "Tipos de valor fixo\nCorrigir solicitação do Axios\nDependências atualizadas",
"nl": "Waardetypen corrigeren\nAxios-verzoek repareren\nAfhankelijkheden bijgewerkt",
"fr": "Fixer les types de valeur\nCorrection de la requête Axios\nDépendances mises à jour",
"it": "Correggi i tipi di valore\nCorreggi la richiesta di Axios\nDipendenze aggiornate",
"es": "Tipos de valores fijos\nReparar solicitud de Axios\nDependencias actualizadas",
"pl": "Ustal typy wartości\nNapraw żądanie Axios\nZaktualizowano zależności",
"zh-cn": "固定值类型\n修复 Axios 请求\n已更新依赖项"
},
"0.3.4": {
"en": "Dependencies updated\ntest and release updated",
"de": "Abhängigkeiten aktualisiert\nTest und Release aktualisiert",
Expand Down Expand Up @@ -74,18 +86,6 @@
"es": "apiKey encriptado automáticamente",
"pl": "Automatyczne szyfrowanie apiKey",
"zh-cn": "apiKey 自动加密"
},
"0.2.2": {
"en": "apiKey encrypted, fix async function",
"de": "apiKey verschlüsselt, asynchrone Funktion korrigiert",
"ru": "apiKey зашифрован, исправить асинхронную функцию",
"pt": "apiKey criptografado, corrigir função assíncrona",
"nl": "apiKey versleuteld, fix async-functie",
"fr": "apiKey chiffré, correction de la fonction asynchrone",
"it": "crittografata apiKey, correzione della funzione asincrona",
"es": "apiKey cifrado, corrige la función asíncrona",
"pl": "apiKey zaszyfrowane, napraw funkcję asynchroniczną",
"zh-cn": "apiKey加密,修复异步功能"
}
},
"title": "uv-protect",
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.uv-protect",
"version": "0.3.4",
"version": "0.3.5",
"description": "UV-Protect from openUV-API",
"author": {
"name": "simatec",
Expand Down

0 comments on commit 9b22edd

Please sign in to comment.