iobroker.gotify-ws 0.1.0 → 0.1.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/README.md CHANGED
@@ -64,6 +64,9 @@ You can then configure a notification service of your choice for forwarding.
64
64
  ---
65
65
  <!-- ### **WORK IN PROGRESS** -->
66
66
  ## Changelog
67
+ ### 0.1.1 (2024-06-19)
68
+ * (simatec) Fix Branch
69
+
67
70
  ### 0.1.0 (2024-06-19)
68
71
  * (simatec) First Release
69
72
 
package/io-package.json CHANGED
@@ -1,8 +1,21 @@
1
1
  {
2
2
  "common": {
3
3
  "name": "gotify-ws",
4
- "version": "0.1.0",
4
+ "version": "0.1.1",
5
5
  "news": {
6
+ "0.1.1": {
7
+ "en": "(simatec) Fix Branch",
8
+ "de": "(simatec)",
9
+ "ru": "(simatec) Fix Branch",
10
+ "pt": "(simatec) Fix Branch",
11
+ "nl": "Fix Branch",
12
+ "fr": "Branche de réparation",
13
+ "it": "(simatec) Fix Branch",
14
+ "es": "(simatec) Fix Branch",
15
+ "pl": "Fix Branch",
16
+ "uk": "(simatec) Фіксація відділення",
17
+ "zh-cn": "(同声)"
18
+ },
6
19
  "0.1.0": {
7
20
  "en": "(simatec) First Release",
8
21
  "de": "(simatec) Erste Veröffentlichung",
@@ -77,8 +90,8 @@
77
90
  "icon": "gotify-ws.png",
78
91
  "enabled": true,
79
92
  "messagebox": true,
80
- "extIcon": "https://raw.githubusercontent.com/simatec/ioBroker.gotify-ws/main/admin/gotify-ws.png",
81
- "readme": "https://github.com/simatec/ioBroker.gotify-ws/blob/main/README.md",
93
+ "extIcon": "https://raw.githubusercontent.com/simatec/ioBroker.gotify-ws/master/admin/gotify-ws.png",
94
+ "readme": "https://github.com/simatec/ioBroker.gotify-ws/blob/master/README.md",
82
95
  "loglevel": "info",
83
96
  "mode": "daemon",
84
97
  "type": "messaging",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "iobroker.gotify-ws",
3
- "version": "0.1.0",
3
+ "version": "0.1.1",
4
4
  "description": "Gotify web socket for connection to various notification systems",
5
5
  "author": {
6
6
  "name": "simatec",