iobroker.accuweather
Advanced tools
Comparing version 1.3.0 to 1.3.1
{ | ||
"common": { | ||
"name": "accuweather", | ||
"version": "1.3.0", | ||
"version": "1.3.1", | ||
"news": { | ||
"1.3.0": { | ||
"1.3.1": { | ||
"en": "added the Wind Direction Text und Cloud Cover\nAdded json config", | ||
@@ -8,0 +8,0 @@ "de": "windrichtung Text und Cloud Cover\nHinzugefügt json config", |
{ | ||
"name": "iobroker.accuweather", | ||
"version": "1.3.0", | ||
"version": "1.3.1", | ||
"description": "Weather forecast using AccuWeather API", | ||
@@ -16,2 +16,5 @@ "author": { | ||
], | ||
"engines": { | ||
"node": ">=16" | ||
}, | ||
"repository": { | ||
@@ -18,0 +21,0 @@ "type": "git", |
@@ -40,3 +40,3 @@ ![Logo](admin/accuweather.png) | ||
## Changelog | ||
### 1.3.0 (2023-08-15) | ||
### 1.3.1 (2023-08-15) | ||
* (isi07) added the Wind Direction Text und Cloud Cover | ||
@@ -43,0 +43,0 @@ * (bluefox) Added json config |
177857