Skip to content

Commit

Permalink
chore: release v2.1.2
Browse files Browse the repository at this point in the history
* (Diginix/Apollon77) set object defaults with correct data type
  • Loading branch information
Apollon77 committed Mar 11, 2022
1 parent 375fc34 commit dcb7a0d
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 15 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ Example of VIS view
### __WORK IN PROGRESS__
-->
## Changelog
### __WORK IN PROGRESS__
### 2.1.2 (2022-03-11)
* (Diginix/Apollon77) set object defaults with correct data type

### 2.1.1 (2021-11-18)
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": "onkyo",
"version": "2.1.1",
"version": "2.1.2",
"news": {
"2.1.2": {
"en": "set object defaults with correct data type",
"de": "Objektvoreinstellungen mit dem richtigen Datentyp festlegen",
"ru": "установить значения по умолчанию для объекта с правильным типом данных",
"pt": "definir padrões de objeto com o tipo de dados correto",
"nl": "stel de standaardwaarden van objecten in met het juiste gegevenstype",
"fr": "définir les valeurs par défaut de l'objet avec le type de données correct",
"it": "imposta i valori predefiniti degli oggetti con il tipo di dati corretto",
"es": "establecer los valores predeterminados del objeto con el tipo de datos correcto",
"pl": "ustaw wartości domyślne obiektu z poprawnym typem danych",
"zh-cn": "使用正确的数据类型设置对象默认值"
},
"2.1.1": {
"en": "Fix some crash cases reported by Sentry",
"de": "Beheben Sie einige von Sentry gemeldete Absturzfälle",
Expand Down Expand Up @@ -74,18 +86,6 @@
"es": "arreglar doble .js",
"pl": "napraw podwójne .js",
"zh-cn": "修复双 .js"
},
"2.0.1": {
"en": "Major version - structure changes!",
"de": "Strukturänderungen!",
"ru": "Основная версия - изменения в структуре!",
"pt": "Versão principal - alterações de estrutura!",
"nl": "Grote versie - structuurwijzigingen!",
"fr": "Version majeure - changements de structure !",
"it": "Versione principale: modifiche alla struttura!",
"es": "Versión principal: cambios de estructura.",
"pl": "Wersja główna - zmiany w strukturze!",
"zh-cn": "主要版本 - 结构变化!"
}
},
"title": "Onkyo Pioneer EISCP - VIS",
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"version": "2.1.1",
"version": "2.1.2",
"author": {
"name": "Oliver Wagner",
"email": "[email protected]"
Expand Down

0 comments on commit dcb7a0d

Please sign in to comment.