Skip to content

Commit

Permalink
chore: release v1.2.4-0
Browse files Browse the repository at this point in the history
Refactoring
Update packages
  • Loading branch information
theimo1221 committed Aug 7, 2021
1 parent 8885ef8 commit 62830bc
Show file tree
Hide file tree
Showing 4 changed files with 18 additions and 10 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ on({id: "ring.0.doorbell_4711.kind"/*Kind*/}, (obj) => {
Placeholder for the next version (at the beginning of the line):
### __WORK IN PROGRESS__
-->
### __WORK IN PROGRESS__
### 1.2.4-0 (2021-08-07)
* (theimo1221) Refactoring
* (theimo1221) Update packages

Expand Down
18 changes: 13 additions & 5 deletions io-package.json
Original file line number Diff line number Diff line change
@@ -1,9 +1,21 @@
{
"common": {
"name": "ring",
"version": "1.2.3",
"version": "1.2.4-0",
"title": "Ring",
"news": {
"1.2.4-0": {
"en": "Refactoring\nUpdate packages",
"de": "Refactoring\nPakete aktualisieren",
"ru": "Рефакторинг\nПакеты обновлений",
"pt": "Reestruturação\nPacotes de atualização",
"nl": "Refactoring\nPakketten bijwerken",
"fr": "Refactorisation\nMettre à jour les packages",
"it": "Refactoring\nAggiorna pacchetti",
"es": "Refactorización\nActualizar paquetes",
"pl": "Refaktoryzacja\nZaktualizuj pakiety",
"zh-cn": "重构\n更新包"
},
"1.2.3": {
"en": "Update packages\nFix compatibility issues with new ring api",
"de": "Pakete aktualisieren\nKompatibilitätsprobleme mit der neuen Ring-API beheben",
Expand Down Expand Up @@ -183,10 +195,6 @@
"1.0.2": {
"en": "More debug information",
"de": "Debug Ansicht erweiteret"
},
"1.0.1": {
"en": "Support of compact mode",
"de": "Compact mode Unterstützung"
}
},
"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.

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "iobroker.ring",
"version": "1.2.3",
"version": "1.2.4-0",
"description": "Ring",
"author": {
"name": "Thorsten Stueben",
Expand Down Expand Up @@ -75,4 +75,4 @@
"url": "https://github.com/iobroker-community-adapters/ioBroker.ring/issues"
},
"readmeFilename": "README.md"
}
}

0 comments on commit 62830bc

Please sign in to comment.