Skip to content

Commit

Permalink
chore: release v0.0.4
Browse files Browse the repository at this point in the history
- fixing npm dependencies
  • Loading branch information
hb9tvk committed Jun 16, 2024
1 parent bc3c388 commit fcb3537
Show file tree
Hide file tree
Showing 4 changed files with 23 additions and 15 deletions.
5 changes: 2 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,10 +27,9 @@ 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
### 0.0.4 (2024-06-16)

### **WORK IN PROGRESS**

- fixing npm dependencies
- fixing npm dependencies

### 0.0.3 (2024-06-16)

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.3",
"version": "0.0.4",
"news": {
"0.0.4": {
"en": "fixing npm dependencies",
"de": "festlegung npm abhängigkeiten",
"ru": "фиксация зависимостей npm",
"pt": "fixando dependências npm",
"nl": "vast te stellen npm afhankelijkheden",
"fr": "fixation des dépendances npm",
"it": "fissaggio npm dipendenze",
"es": "fijación de las dependencias npm",
"pl": "ustalanie zależności npm",
"uk": "фіксація npm залежностей",
"zh-cn": "修正 npm 依赖性"
},
"0.0.3": {
"en": "fixed deployment",
"de": "feste bereitstellung",
Expand Down
16 changes: 6 additions & 10 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.3",
"version": "0.0.4",
"description": "Adapter for Ariston Water Heaters via Ariston-NET API",
"author": {
"name": "hb9tvk",
Expand Down

0 comments on commit fcb3537

Please sign in to comment.