Skip to content

Commit

Permalink
chore: release v0.0.5
Browse files Browse the repository at this point in the history
- fixing lint and build tests
- updated devenv to node 20.14.0
  • Loading branch information
hb9tvk committed Jun 16, 2024
1 parent bdce9ee commit 9463246
Show file tree
Hide file tree
Showing 4 changed files with 18 additions and 6 deletions.
3 changes: 1 addition & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,8 +27,7 @@ Known working models
Polling interval: There is a rate limit on the API so it should not be polled too often. Currently the interval is hardcoded to 5min (300 sec) which seems to be ok. Might become configurable in a future release.

## Changelog

### **WORK IN PROGRESS**
### 0.0.5 (2024-06-16)

- fixing lint and build tests
- updated devenv to node 20.14.0
Expand Down
15 changes: 14 additions & 1 deletion io-package.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,21 @@
{
"common": {
"name": "ariston-remotethermo",
"version": "0.0.4",
"version": "0.0.5",
"news": {
"0.0.5": {
"en": "fixing lint and build tests\nupdated devenv to node 20.14.0",
"de": "befestigen von lint und bauversuchen\naktualisiert devenv zu knoten 20.14.0",
"ru": "фиксация линта и сборка тестов\nобновленный девенв к узлу 20.14.0",
"pt": "forro de fixação e testes de construção\natualizado devenv para o nó 20.14.0",
"nl": "bevestiging van plint- en bouwtests\nbijgewerkt devenv naar node 20.14.0",
"fr": "fixation de linte et essais de construction\nmise à jour devenv au node 20.14.0",
"it": "test di fissaggio e costruzione\naggiornato devenv al nodo 20.14.0",
"es": "fijar forro y construir pruebas\nactualizado devenv a nodo 20.14.0",
"pl": "badania ściernic i konstrukcji\nzaktualizowany devenv do węzła 20.14.0",
"uk": "фіксація провисання і складання випробувань\nоновлений devenv в вузол 20.14.0",
"zh-cn": "修复和构建测试\n更新为20.14.0节点"
},
"0.0.4": {
"en": "fixing npm dependencies",
"de": "festlegung npm abhängigkeiten",
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.ariston-remotethermo",
"version": "0.0.4",
"version": "0.0.5",
"description": "Adapter for Ariston Water Heaters via Ariston-NET API",
"author": {
"name": "hb9tvk",
Expand Down

0 comments on commit 9463246

Please sign in to comment.