Skip to content

Commit

Permalink
chore: release v2.7.2
Browse files Browse the repository at this point in the history
* (Apollon77) Prepare for future js-controller versions
  • Loading branch information
Apollon77 committed Oct 8, 2022
1 parent d0fe68d commit c8689f8
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 16 deletions.
3 changes: 1 addition & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -588,8 +588,7 @@ If no data source was specified or the noHistory parameter is passed, then only
### **WORK IN PROGRESS**
-->
## Changelog

### __WORK IN PROGRESS__
### 2.7.2 (2022-10-08)
* (Apollon77) Prepare for future js-controller versions

### 2.7.1 (2022-08-29)
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": "simple-api",
"version": "2.7.1",
"version": "2.7.2",
"news": {
"2.7.2": {
"en": "Prepare for future js-controller versions",
"de": "Bereiten Sie sich auf zukünftige js-Controller-Versionen",
"ru": "Подготовьтесь к будущим версиям js-controller",
"pt": "Prepare-se para futuras versões js-controller",
"nl": "Bereid je voor op toekomstige Js-controller versie",
"fr": "Préparez-vous pour les versions futures de js-controller",
"it": "Prepararsi per le future versioni js-controller",
"es": "Prepararse para futuras versiones js-controller",
"pl": "Prepare for future js-controller version",
"zh-cn": "今后防污版本的编制"
},
"2.7.1": {
"en": "Check if the port is occupied only on defined interface\nAdded JSON config",
"de": "Überprüfen Sie, ob der Port nur auf definierter Schnittstelle besetzt ist\nJSON config",
Expand Down Expand Up @@ -74,18 +86,6 @@
"es": "Soporte de nuevas banderas para `getPlainValue`:` json` y `noStringify`",
"pl": "Obsługa nowych flag dla `getPlainValue`: `json` i `noStringify`",
"zh-cn": "支持 `getPlainValue` 的新标志:`json` 和 `noStringify`"
},
"2.6.1": {
"en": "Catch error in request parsing when malformed (Sentry IOBROKER-SIMPLE-API-16)",
"de": "Catch-Fehler beim Parsen von Anforderungen bei Fehlform (Sentry IOBROKER-SIMPLE-API-16)",
"ru": "Ошибка перехвата при синтаксическом разборе запроса при неправильном формате (Sentry IOBROKER-SIMPLE-API-16)",
"pt": "Erro de captura na análise da solicitação quando malformado (Sentry IOBROKER-SIMPLE-API-16)",
"nl": "Vang een fout op bij het parseren van verzoeken bij een onjuiste indeling (Sentry IOBROKER-SIMPLE-API-16)",
"fr": "Erreur de capture lors de l'analyse de la demande en cas de malformation (Sentry IOBROKER-SIMPLE-API-16)",
"it": "Errore di rilevamento durante l'analisi della richiesta quando non è corretto (Sentry IOBROKER-SIMPLE-API-16)",
"es": "Detectar el error en el análisis de la solicitud cuando tiene un formato incorrecto (Sentry IOBROKER-SIMPLE-API-16)",
"pl": "Błąd przechwytywania podczas analizowania żądania, gdy jest zniekształcony (Sentry IOBROKER-SIMPLE-API-16)",
"zh-cn": "格式错误的请求分析中捕获错误(Sentry IOBROKER-SIMPLE-API-16)"
}
},
"title": "Simple RESTful API",
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "iobroker.simple-api",
"version": "2.7.1",
"version": "2.7.2",
"description": "RESTful interface for ioBroker.",
"author": {
"name": "bluefox",
Expand Down

0 comments on commit c8689f8

Please sign in to comment.