Skip to content

Commit

Permalink
chore: release v0.4.8
Browse files Browse the repository at this point in the history
* (HGlab01) Add attribute 'isHeatSourceInstalled'
* (HGlab01) Bump axios to 1.4.0
  • Loading branch information
HGlab01 committed May 12, 2023
1 parent 630fd6c commit 5cd6c02
Show file tree
Hide file tree
Showing 5 changed files with 23 additions and 23 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG_OLD.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,9 @@
# Older changes
## 0.4.3 (2022-12-06)
* (HGlab01) Bump ioBroker-jsonExplorer to 0.1.10 (#551)
* (HGlab01) Bump axios to 1.2.1 (final fix for #561)
* (HGlab01) Improve logs

## 0.4.2 (2022-11-27)
* (HGlab01) Downgrade axios to 1.1.3 (#561)

Expand Down
7 changes: 1 addition & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ tado° ensures a comfortable and healthy climate while saving up to 31% on your
Placeholder for the next version (at the beginning of the line):
### __WORK IN PROGRESS__
-->
### __WORK IN PROGRESS__
### 0.4.8 (2023-05-12)
* (HGlab01) Add attribute 'isHeatSourceInstalled'
* (HGlab01) Bump axios to 1.4.0

Expand All @@ -68,11 +68,6 @@ tado° ensures a comfortable and healthy climate while saving up to 31% on your
* (HGlab01) Bump axios to 1.3.1
* (HGlab01) Fix 'Invalid value TADO_MODE' (#585)

### 0.4.3 (2022-12-06)
* (HGlab01) Bump ioBroker-jsonExplorer to 0.1.10 (#551)
* (HGlab01) Bump axios to 1.2.1 (final fix for #561)
* (HGlab01) Improve logs

## License
MIT License

Expand Down
28 changes: 14 additions & 14 deletions io-package.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,21 @@
{
"common": {
"name": "tado",
"version": "0.4.7",
"version": "0.4.8",
"news": {
"0.4.8": {
"en": "Add attribute 'isHeatSourceInstalled'\nBump axios to 1.4.0",
"de": "Attribut hinzufügen isHeatSourceInstalliert\nBump axios zu 1.4.0",
"ru": "Добавить атрибут isHeatSourceInstalled\nBump осье до 1.4.0",
"pt": "Adicionar atributo isHeatSourceInstalled\nBump axios para 1.4.0",
"nl": "Advocaat is HeatSourceInstal\nBump Axios naar 1.4.0",
"fr": "Ajouter attribute isHeatSourceInstalled\nBump axios to 1.4.0",
"it": "Aggiungi attributo èHeatSourceInstalled\nAssio di bump a 1.4.0",
"es": "Agregar atributo esHeatSourceInstalled\nAxios de bomba a 1.4.0",
"pl": "Addaptacja HeatSourceInstalled\nBump axios to 1.4.0",
"uk": "Додавання атрибутаHeatSourceInstalled\nБампер аксіос до 1.4.0",
"zh-cn": "增属性是保健活动。\nBumpxios to 1.4.0"
},
"0.4.7": {
"en": "Add attribute 'generation'\nimprove axios error handling\nBump axios to 1.3.6",
"de": "Attributgenerierung hinzufügen\naxios fehlerbehandlung verbessern\nBump axios zu 1.3.6",
Expand Down Expand Up @@ -80,19 +93,6 @@
"pl": "Adddaptacja (pol.)\npoprawa\nBump ioBroker-jsonExplorer to 0.1.11 (ang.)",
"uk": "Додати атрибут EnergyIqEligible (#613)\nполіпшити випуск ETIMEDOUT\nBump ioBroker-jsonExplorer до 0.1.11.aplha",
"zh-cn": "增 属性:能源机构资格(第613)\na. 改进中小企业协会问题\nBumpio Broker-jsonExplorer to 0.11.aplha"
},
"0.4.5": {
"en": "Add attribute 'sensorType' (#604)\nBump axios to 1.3.4",
"de": "AttributsensorTyp hinzufügen (#604)\nBump axios bis 1.3.4",
"ru": "Добавить датчик атрибутаТип (#604)\nAxios Bump до 1.3.4",
"pt": "Adicionar sensor de atributosType (#604)\nBump axios para 1.3.4",
"nl": "Add Attribute sensorType (604)\nBump Axios naar 1.3.4",
"fr": "Ajouter un capteur d'attributType (#604)\nAxios à chanvre 1.3.4",
"it": "Aggiungi sensore attributoTipo (#604)\nAssio di pompaggio a 1.3.4",
"es": "Agregar sensor de atributoType (#604)\nBump axios a 1.3.4",
"pl": "Addaptacja sensorType (#604)\nBump axios (ang.)",
"uk": "Додавання датчика атрибутаType (#604)\nБампер аксіос до 1.3.4",
"zh-cn": "添加特色传感器(第604号)\nBumpxios to 1.3.4"
}
},
"title": "Tado",
Expand Down
4 changes: 2 additions & 2 deletions 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.tado",
"version": "0.4.7",
"version": "0.4.8",
"description": "Tado cloud connector to control Tado devices",
"author": {
"name": "DutchmanNL",
Expand Down

0 comments on commit 5cd6c02

Please sign in to comment.