Skip to content

Commit

Permalink
chore: release v3.0.4
Browse files Browse the repository at this point in the history
* (theimo1221) Fix Edge Case resulting in lamps being permanently on
  • Loading branch information
theimo1221 committed Jun 17, 2022
1 parent ef805f0 commit 5213866
Show file tree
Hide file tree
Showing 4 changed files with 17 additions and 8 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ It is recommended that you add your own tests into the mix.
Placeholder for the next version (at the beginning of the line):
### **WORK IN PROGRESS**
-->
### **WORK IN PROGRESS**
### 3.0.4 (2022-06-17)
* (theimo1221) Fix Edge Case resulting in lamps being permanently on

### 3.0.3 (2022-06-16)
Expand Down
17 changes: 13 additions & 4 deletions io-package.json
Original file line number Diff line number Diff line change
@@ -1,9 +1,21 @@
{
"common": {
"name": "ring",
"version": "3.0.3",
"version": "3.0.4",
"title": "Ring",
"news": {
"3.0.4": {
"en": "Fix Edge Case resulting in lamps being permanently on",
"de": "Fix Edge Fall, dass Lampen dauerhaft an",
"ru": "Fix Край Кейс, полученный в лампах, постоянно на",
"pt": "Borda fixa Caso resultando em lâmpadas sendo permanentemente em",
"nl": "Vertaling: Zaak resulteert in lampen die permanent op",
"fr": "Fix Edge Case resulting in lamps being permanently on",
"it": "Bordo di fissaggio Caso che risulta che le lampade sono permanentemente su",
"es": "Corrección Case resulting in lamps being permanently on",
"pl": "Fix Edge Edge Edge Edge Powoduje to, że lampy stają się na stałe",
"zh-cn": "Fix Edge 造成长期猛增的案件"
},
"3.0.3": {
"en": "Implement location mode",
"de": "Implementieren Standortmodus",
Expand Down Expand Up @@ -39,9 +51,6 @@
},
"3.0.0-beta.10": {
"en": "Add `lpd_v4` Doorbell\n"
},
"3.0.0-beta.9": {
"en": "Refresh location every 2 hours for more stability\n"
}
},
"titleLang": {
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.ring",
"version": "3.0.3",
"version": "3.0.4",
"description": "Ring",
"author": {
"name": "Thiemo Hoffmann",
Expand Down

0 comments on commit 5213866

Please sign in to comment.