Skip to content

Commit 7a22fe3

Browse files
author
ticaki
committed
chore: release v0.2.1
* (ticaki) fix refresh interval & add axios timeouts
1 parent f091faf commit 7a22fe3

File tree

4 files changed

+20
-4
lines changed

4 files changed

+20
-4
lines changed

README.md

+3
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,9 @@ Weiteres zum Bild: https://forum.iobroker.net/post/1235111
2929
Placeholder for the next version (at the beginning of the line):
3030
### **WORK IN PROGRESS**
3131
-->
32+
### 0.2.1 (2025-01-05)
33+
* (ticaki) fix refresh interval & add axios timeouts
34+
3235
### 0.2.0 (2025-01-05)
3336
* (ticaki) remove tracking from videos
3437
* (ticaki) beautiful state name

io-package.json

+14-1
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,21 @@
11
{
22
"common": {
33
"name": "tagesschau",
4-
"version": "0.2.0",
4+
"version": "0.2.1",
55
"news": {
6+
"0.2.1": {
7+
"en": "fix refresh interval & add axios timeouts",
8+
"de": "axios timeouts fixieren",
9+
"ru": "фиксация интервала обновления & добавить тайм-ауты axios",
10+
"pt": "corrigir intervalo de atualização & adicionar intervalos de axios",
11+
"nl": "verversen interval repareren en axio's time-outs toevoegen",
12+
"fr": "correction de l'intervalle de rafraîchissement & ajouter des timeouts axios",
13+
"it": "fissare l'intervallo di aggiornamento e aggiungere timeout assios",
14+
"es": "fijar intervalo de actualización & añadir axios timeouts",
15+
"pl": "naprawić odświeżający odstęp i dodać axios timeout",
16+
"uk": "фіксувати інтервал оновлення і додати осі",
17+
"zh-cn": "修复刷新间隔并添加轴超时( a)"
18+
},
619
"0.2.0": {
720
"en": "remove tracking from videos\nbeautiful state name",
821
"de": "tracking von videos entfernen\nwunderschöner staatsname",

package-lock.json

+2-2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "iobroker.tagesschau",
3-
"version": "0.2.0",
3+
"version": "0.2.1",
44
"description": "Request news from tagesschau",
55
"author": {
66
"name": "ticaki",

0 commit comments

Comments
 (0)