Skip to content

Commit

Permalink
chore: release v0.5.2
Browse files Browse the repository at this point in the history
* (HGlab01) Improve axios handling
* (HGlab01) Bump axios to 1.6.2
  • Loading branch information
HGlab01 committed Jan 25, 2024
1 parent fa0d3d6 commit 76c6ac0
Show file tree
Hide file tree
Showing 6 changed files with 26 additions and 22 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/test-and-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ jobs:
strategy:
matrix:
node-version: [18.x, 20.x]
os: [ubuntu-latest, windows-latest, macos-latest]
os: [ubuntu-latest, macos-latest]

steps:
- uses: ioBroker/testing-action-adapter@v1
Expand Down
4 changes: 4 additions & 0 deletions CHANGELOG_OLD.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,8 @@
# Older changes
## 0.4.10 (2023-09-26)
* (HGlab01) Add attribute 'isBalanceHpEligible'
* (HGlab01) improve axios keep_a_live

## 0.4.9 (2023-07-05)
* (HGlab01) Add attribute 'zonesCount'
* (HGlab01) Bump ioBroker-jsonExplorer to 0.1.12
Expand Down
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,10 @@ Tado° (https://www.tado.com) is the expert in smart heating and energy manageme
Placeholder for the next version (at the beginning of the line):
### __WORK IN PROGRESS__
-->
### 0.5.2 (2024-01-25)
* (HGlab01) Improve axios handling
* (HGlab01) Bump axios to 1.6.2

### 0.5.1 (2023-12-11)
* (HGlab01) Bump json-explorer to 0.1.15
* (HGlab01) Prepare (c) for 2024
Expand All @@ -68,10 +72,6 @@ Tado° (https://www.tado.com) is the expert in smart heating and energy manageme
* (Garfonso) add value AUTO for *.Home.state.presence (in addtion to HOME and AWAY)
* (HGlab01) Bump axios to 1.5.1

### 0.4.10 (2023-09-26)
* (HGlab01) Add attribute 'isBalanceHpEligible'
* (HGlab01) improve axios keep_a_live

## 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.5.1",
"version": "0.5.2",
"news": {
"0.5.2": {
"en": "Improve axios handling\nBump axios to 1.6.2",
"de": "Verbessern Sie die Handhabung von Axios\nBump axios zu 1.6.2",
"ru": "Улучшить обработку аксиоса\nBump axios to 1.6.2",
"pt": "Melhorar o manuseio de axios\nBump axios para 1.6.2",
"nl": "Verbetering van de behandeling van axio's\nBump axios to 1.6.2",
"fr": "Améliorer la manipulation des axios\nAxios à bouffées à 1.6.2",
"it": "Migliorare la gestione degli assi\nAssio di bump a 1.6.2",
"es": "Mejorar el manejo de axios\nAxios de bomba a 1.6.2",
"pl": "Poprawa obsługi aksjow\nAxios bump do 1.6.2",
"uk": "Поліпшення обробки осей\nБампер аксіос до 1.6.2",
"zh-cn": "改进轴式处理\n横轴至1.6.2"
},
"0.5.1": {
"en": "Bump json-explorer to 0.1.15\nPrepare (c) for 2024",
"de": "Stoßdämpfer bis 0,1.15\nZubereitung (c) für 2024",
Expand Down Expand Up @@ -80,19 +93,6 @@
"pl": "finał do Admin5\nImproving REST-call maintenance\nBump axios to 1,6.1",
"uk": "кінцевий вимикач до Admin5 UI\nПокращення REST-Call обробки\nБампер аксіос до 1.6.1",
"zh-cn": "迈向Admin5 UI\nB. 改进无害环境技术的处理\nBumpxios to 1.6.1"
},
"0.4.12-alpha.0": {
"en": "switch finaly to Admin5 UI",
"de": "endgültiger Schalter für Admin5 UI",
"ru": "переключить финал на Admin5 UI",
"pt": "switch finaly para Admin5 UI",
"nl": "vertaling:",
"fr": "switch finaly to Admin5 UI",
"it": "passare alla finale di Admin5 UI",
"es": "conmutación final a Admin5 UI",
"pl": "finał do Admin5",
"uk": "кінцевий вимикач до Admin5 UI",
"zh-cn": "迈向Admin5 UI"
}
},
"titleLang": {
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.5.1",
"version": "0.5.2",
"description": "Tado cloud connector to control Tado devices",
"author": "HGlab01 <myiobrokeradapters@gmail.com> & DutchmanNL <oss@drozmotix.eu>",
"homepage": "https://github.com/DrozmotiX/ioBroker.tado",
Expand Down

0 comments on commit 76c6ac0

Please sign in to comment.