Skip to content

Commit 5ca6832

Browse files
committed
chore: release v0.4.1
* (sestriel) subscription hotfix
1 parent 7287db5 commit 5ca6832

File tree

4 files changed

+18
-18
lines changed

4 files changed

+18
-18
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ Use your ntfy.sh (free selfhosted) server to send and receive push notifications
2121
Placeholder for the next version (at the beginning of the line):
2222
### **WORK IN PROGRESS**
2323
-->
24-
### **WORK IN PROGRESS**
24+
### 0.4.1 (2025-02-01)
2525
* (sestriel) subscription hotfix
2626

2727
### 0.4.0 (2025-02-01)

io-package.json

Lines changed: 14 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,21 @@
11
{
22
"common": {
33
"name": "ntfy",
4-
"version": "0.4.0",
4+
"version": "0.4.1",
55
"news": {
6+
"0.4.1": {
7+
"en": "subscription hotfix",
8+
"de": "abonnement hotfix",
9+
"ru": "подписка",
10+
"pt": "hotfix de assinatura",
11+
"nl": "abonnement hotfix",
12+
"fr": "abonnement hotfix",
13+
"it": "abbonamento hotfix",
14+
"es": "suscripción hotfix",
15+
"pl": "hotfix subskrypcji",
16+
"uk": "підписка hotfix",
17+
"zh-cn": "订阅热补丁"
18+
},
619
"0.4.0": {
720
"en": "Implemented callback\nlinter cleanup",
821
"de": "Ergänzter Rückruf\nlinterreinigung",
@@ -80,19 +93,6 @@
8093
"pl": "Wersja typu Bump do 0.2.2",
8194
"uk": "Bump версія до 0.2.2",
8295
"zh-cn": "弹出版本改为0.2.2"
83-
},
84-
"0.2.0": {
85-
"en": "Added ability to subscribe to topics.",
86-
"de": "Topics können jetzt auch abonniert werden.",
87-
"ru": "Добавлена способность подписываться на темы.",
88-
"pt": "Adicionado capacidade de se inscrever em tópicos.",
89-
"nl": "Toegevoegd vermogen om zich te abonneren op onderwerpen.",
90-
"fr": "Ajout de la possibilité de s'abonner à des sujets.",
91-
"it": "Aggiunta la capacità di sottoscrivere a argomenti.",
92-
"es": "Posibilidad de suscribirse a temas.",
93-
"pl": "Dodano możliwość subskrypcji tematów.",
94-
"uk": "Додана можливість підписатися на теми.",
95-
"zh-cn": "增加了订阅主题的能力."
9696
}
9797
},
9898
"title": "ntfy",

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "iobroker.ntfy",
3-
"version": "0.4.0",
3+
"version": "0.4.1",
44
"description": "Use your ntfy.sh (free self hosted) server for Push Notifications",
55
"author": {
66
"name": "sestriel",

0 commit comments

Comments
 (0)