Skip to content

Commit

Permalink
chore: release v1.3.0
Browse files Browse the repository at this point in the history
* (mcm1957) Adapter requires nodejs 16 now.
* (mcm1957) Adapter has been moved to iobroker-community-adapters organisation.
* (mcm1957) Dependencies have been updated.
  • Loading branch information
mcm1957 committed Nov 8, 2023
1 parent 47168f0 commit a672ff2
Show file tree
Hide file tree
Showing 4 changed files with 18 additions and 5 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ After sending the state will be set to 0 again.
Placeholder for the next version (at the beginning of the line):
### **WORK IN PROGRESS**
-->
### **WORK IN PROGRESS**
### 1.3.0 (2023-11-08)
* (mcm1957) Adapter requires nodejs 16 now.
* (mcm1957) Adapter has been moved to iobroker-community-adapters organisation.
* (mcm1957) Dependencies have been updated.
Expand Down
15 changes: 14 additions & 1 deletion io-package.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,21 @@
{
"common": {
"name": "harmony",
"version": "1.3.0-alpha.0",
"version": "1.3.0",
"news": {
"1.3.0": {
"en": "Adapter requires nodejs 16 now.\nAdapter has been moved to iobroker-community-adapters organisation.\nDependencies have been updated.",
"de": "Adapter benötigt jetzt Nodejs 16.\nDer Adapter wurde auf die Organisation von iobroker-community-Adaptern verschoben.\nAbhängigkeiten wurden aktualisiert.",
"ru": "Адаптер требует nodejs 16 сейчас.\nАдаптер переехал в организацию iobroker-community-adapters.\nОбновлены зависимости.",
"pt": "Adaptador requer nodejs 16 agora.\nAdapter foi transferido para a organização iobroker-community-adapters.\nAs dependências foram atualizadas.",
"nl": "Adapter vereist nodejs 16 nu.\nAdapter is verplaatst naar iobroker-community-apters organisatie.\nAfhankelijkheid is geüpdateerd.",
"fr": "L'adaptateur nécessite 16 nodejs maintenant.\nAdaptateur a été déplacé à l'organisation iobroker-community-adapters.\nLes dépendances ont été mises à jour.",
"it": "L'adattatore richiede nodejs 16 ora.\nL'adattatore è stato spostato nell'organizzazione di hobroker-community-adapters.\nLe dipendenze sono state aggiornate.",
"es": "Adaptador requiere nodejs 16 ahora.\nEl adaptador ha sido trasladado a la organización de ibroker-community-adapters.\nSe han actualizado las dependencias.",
"pl": "Adapter wymaga węzła 16.\nAdapter przeniesiono do organizacji iobroker-community-adapters.\nW zależności zostały zaktualizowane.",
"uk": "Адаптер вимагає nodejs 16 тепер.\nПереміщено перехід на iobroker-community-adapters.\nОновлено залежність.",
"zh-cn": "现在需要16秒。.\n已经向加勒比采掘业者组织道歉。.\n情况已经更新。."
},
"1.2.2": {
"en": "reduce discover interval and only log new discovered hubs",
"de": "Reduzieren des Erkennungsintervall und logge nur neu entdeckte Hubs",
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.harmony",
"version": "1.3.0-alpha.0",
"version": "1.3.0",
"description": "Control your harmony activities from ioBroker.",
"author": "Pmant <[email protected]>",
"contributors": [
Expand Down

0 comments on commit a672ff2

Please sign in to comment.