Skip to content

Commit

Permalink
chore: release v0.4.11
Browse files Browse the repository at this point in the history
- Catch unpresent activity data
  • Loading branch information
Chris-656 committed Sep 26, 2023
1 parent 26c2866 commit c08bb5b
Show file tree
Hide file tree
Showing 4 changed files with 18 additions and 17 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<!--
## **WORK IN PROGRESS**
-->
## **WORK IN PROGRESS**
## 0.4.11 (2023-09-26)
- Catch unpresent activity data

## 0.4.10 (2023-02-17)
Expand Down
27 changes: 14 additions & 13 deletions io-package.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,21 @@
{
"common": {
"name": "fitbit-fitness",
"version": "0.4.10",
"version": "0.4.11",
"news": {
"0.4.11": {
"en": "Catch unpresent activity data",
"de": "Nicht vorhandene Aktivitätsdaten erfassen",
"ru": "Поймать непредвиденные данные о деятельности",
"pt": "Pegar dados de atividade não presentes",
"nl": "Vang onvoorspelbare activiteiten",
"fr": "Catch unpresent activity data",
"it": "Cattura i dati delle attività non presenti",
"es": "Buscar datos de actividad no presentes",
"pl": "Catch unprezentuje dane",
"uk": "Кетч непредставлені дані активності",
"zh-cn": "未代表的活动数据"
},
"0.4.10": {
"en": "fixed web page for token",
"de": "feste webseite für token",
Expand Down Expand Up @@ -76,18 +89,6 @@
"es": "versión 0.4.5",
"pl": "wersja 0.4,5",
"zh-cn": "b 倾销版本0.450"
},
"0.4.4": {
"en": "fixed minor issues",
"de": "feste kleinere probleme",
"ru": "фиксированные мелкие вопросы",
"pt": "problemas menores",
"nl": "gerepareerde kleine kwesties",
"fr": "questions mineures",
"it": "problemi minori fissi",
"es": "cuestiones menores fijas",
"pl": "drobna kwestia",
"zh-cn": "固定问题"
}
},
"title": "fitbit-fitness",
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.fitbit-fitness",
"version": "0.4.10",
"version": "0.4.11",
"description": "retrieves data from FITBIT",
"author": "Chris <besterquester@live.at>",
"homepage": "https://github.com/Chris-656/ioBroker.fitbit-fitness",
Expand Down

0 comments on commit c08bb5b

Please sign in to comment.