Skip to content

Commit

Permalink
prepare new version
Browse files Browse the repository at this point in the history
  • Loading branch information
ice987987 committed Feb 6, 2022
1 parent f17126a commit 20f814c
Show file tree
Hide file tree
Showing 5 changed files with 18 additions and 6 deletions.
2 changes: 1 addition & 1 deletion .npmignore
Original file line number Diff line number Diff line change
Expand Up @@ -24,4 +24,4 @@ package-lock.json
admin/i18n

# maintenance scripts
maintenance/**
maintenance/**
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,10 +28,10 @@ This adapter fetches weather forecast from [meteoblue.com](http://www.meteoblue.

<!-- ### **WORK IN PROGRESS** -->

### **WORK IN PROGRESS**
### v0.0.4 (2022-02-06)
- (ice987987) update dependencies
- (ice987987) bugfix
- (ice987987) update readme.md
- (ice987987) bugfix

### v0.0.3 (2022-01-23)
- (ice987987) revision of the index_m input page
Expand Down
14 changes: 13 additions & 1 deletion io-package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"common": {
"name": "meteoblue",
"version": "0.0.3",
"version": "0.0.4",
"news": {
"0.0.1": {
"en": "initial release",
Expand Down Expand Up @@ -38,6 +38,18 @@
"es": "revisión de la página de entrada index_m\nimplementación de API-Key descifrado y cifrado\ncorrección de errores",
"pl": "wersja strony wejściowej index_m\nimplementacja odszyfrowywania i szyfrowania klucza API\npoprawka błędów",
"zh-cn": "index_m 输入页面的修订\n实施 API-Key 解密和加密\n错误修复"
},
"0.0.4": {
"en": "update dependencies\nupdate readme.md\nbugfix",
"de": "Abhängigkeiten aktualisieren\nreadme.md aktualisieren\nFehlerbehebung",
"ru": "обновить зависимости\nобновить файл readme.md\nbugfix",
"pt": "atualizar dependências\nupdate readme.md\nbugfix",
"nl": "update afhankelijkheden\nupdate readme.md\nbugfix",
"fr": "mettre à jour les dépendances\nmettre à jour le fichier readme.md\ncorrection de bug",
"it": "aggiorna le dipendenze\naggiorna readme.md\ncorrezione di bug",
"es": "actualizar dependencias\nactualizar readme.md\ncorrección de errores",
"pl": "zależności aktualizacji\nzaktualizuj plik readme.md\npoprawka błędów",
"zh-cn": "更新依赖\n更新 readme.md\n错误修复"
}
},
"title": "meteoblue",
Expand Down
2 changes: 1 addition & 1 deletion 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.meteoblue",
"version": "0.0.3",
"version": "0.0.4",
"description": "This adapter fetches weather forecast from meteoblue.com",
"author": {
"name": "ice987987",
Expand Down

0 comments on commit 20f814c

Please sign in to comment.