Skip to content

Commit 068dba5

Browse files
author
Samuel Weibel
committed
chore: release v0.3.2
Improved Sentry reporting.
1 parent aa20060 commit 068dba5

File tree

4 files changed

+45
-5
lines changed

4 files changed

+45
-5
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ Connects to Luxtronik 2 heatpump controllers over LAN and WebSocket
2626
### **WORK IN PROGRESS**
2727
-->
2828

29-
### **WORK IN PROGRESS**
29+
### 0.3.2 (2021-09-15)
3030

3131
- (UncleSamSwiss) Improved Sentry reporting.
3232

io-package.json

Lines changed: 13 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,20 @@
11
{
22
"common": {
33
"name": "luxtronik2",
4-
"version": "0.3.1",
4+
"version": "0.3.2",
55
"news": {
6+
"0.3.2": {
7+
"en": "Improved Sentry reporting.",
8+
"de": "Verbesserte Sentry-Berichterstellung.",
9+
"ru": "Улучшенная система отчетов Sentry.",
10+
"pt": "Relatório de Sentinelas aprimorado.",
11+
"nl": "Verbeterde Sentry-rapportage.",
12+
"fr": "Rapports Sentry améliorés.",
13+
"it": "Segnalazione sentinella migliorata.",
14+
"es": "Informes de centinela mejorados.",
15+
"pl": "Ulepszone raportowanie Strażników.",
16+
"zh-cn": "改进了哨兵报告。"
17+
},
618
"0.3.1": {
719
"en": "Properly closing Luxtronik port when exiting the adapter.\nMinor non-functional changes to appeal to dev guidelines.",
820
"de": "Richtiges Schließen des Luxtronik-Ports beim Verlassen des Adapters.\nGeringfügige nicht-funktionale Änderungen, um den Entwicklerrichtlinien zu entsprechen.",

package-lock.json

Lines changed: 30 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.luxtronik2",
3-
"version": "0.3.1",
3+
"version": "0.3.2",
44
"description": "Connects to Luxtronik 2 heatpump controllers over LAN and WebSocket",
55
"author": {
66
"name": "UncleSamSwiss",

0 commit comments

Comments
 (0)