Skip to content

Commit

Permalink
chore: release v0.7.0
Browse files Browse the repository at this point in the history
* (mcm1957) Adapter requires node.js 18 and js-controller >= 5 now
* (mcm1957) Dependencies have been updated
  • Loading branch information
mcm1957 committed Apr 13, 2024
1 parent 7d156fb commit 3c2cb2b
Show file tree
Hide file tree
Showing 4 changed files with 18 additions and 17 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ The adapter uses [node-unifi](https://github.com/jens-maus/node-unifi) to connec
Placeholder for the next version (at the beginning of the line):
### **WORK IN PROGRESS**
-->
### **WORK IN PROGRESS**
### 0.7.0 (2024-04-13)
* (mcm1957) Adapter requires node.js 18 and js-controller >= 5 now
* (mcm1957) Dependencies have been updated

Expand Down
27 changes: 14 additions & 13 deletions io-package.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,21 @@
{
"common": {
"name": "unifi",
"version": "0.6.7",
"version": "0.7.0",
"news": {
"0.7.0": {
"en": "Adapter requires node.js 18 and js-controller >= 5 now\nDependencies have been updated",
"de": "Adapter benötigt node.js 18 und js-controller >= 5 jetzt\nAbhängigkeiten wurden aktualisiert",
"ru": "Адаптер требует node.js 18 и js-controller >= 5 сейчас\nЗависимость обновлена",
"pt": "Adapter requer node.js 18 e js-controller >= 5 agora\nAs dependências foram atualizadas",
"nl": "Adapter vereist node.js 18 en js-controller Nu 5\nAfhankelijkheden zijn bijgewerkt",
"fr": "Adaptateur nécessite node.js 18 et js-controller >= 5 maintenant\nLes dépendances ont été actualisées",
"it": "Adattatore richiede node.js 18 e js-controller >= 5 ora\nLe dipendenze sono state aggiornate",
"es": "Adaptador requiere node.js 18 y js-controller √= 5 ahora\nSe han actualizado las dependencias",
"pl": "Adapter wymaga node.js 18 i sterownika js- > = 5 teraz\nZaktualizowano zależności",
"uk": "Адаптер вимагає node.js 18 і js-controller >= 5 тепер\nЗалежність було оновлено",
"zh-cn": "适配器需要节点.js 18和js控制器 QQ 现在5号\n依赖关系已更新"
},
"0.6.7": {
"en": "updated node-unifi to 2.5.1 to fix UDMpro v3.2.x auth issues\nupdated dependencies",
"de": "aktualisierte node-unifi auf 2.5.1 um UDMpro v3.2.x Auth Probleme zu beheben\naktualisierte abhängigkeiten",
Expand Down Expand Up @@ -78,18 +91,6 @@
"es": "Bumped node-unifi to latest 2.2.0\nestructuras port-overrides añadidos\ninterruptor de potencia de poe añadido\nnuevo cliente",
"pl": "Węzeł węzeł-unifii najnowsze 2.2.0\nkonstrukcje przejazdu dodano do użytku\nprzełączniki do ruchu\nreconnecta",
"zh-cn": "最近2.2.0条的弃权\n港口考试结构增加了\n资本转换\n客户重新连接"
},
"0.6.1": {
"en": "Bumped node-unifi to latest 2.1.0\nupdated translations",
"de": "Knoten-unifi nach neuestem 2.1.0\naktualisierung der übersetzungen",
"ru": "Обрезанный node-unifi до последней 2.1.0\nобновленные переводы",
"pt": "Bumped node-unifi para o mais recente 2.1.0\ntraduções atualizadas",
"nl": "Vertaling:\nvertaling:",
"fr": "Bumped node-unifi to latest 2.1.0\ntraductions mises à jour",
"it": "Nodo Bumped-unifi all'ultimo 2.1.0\ntraduzioni aggiornate",
"es": "Bumped node-unifi to latest 2.1.0\ntraducciones actualizadas",
"pl": "Węzeł węzeł-unifii do najnowszych 2.1.0\ntłumaczenia aktualizowane",
"zh-cn": "最近2.0%的弃权\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.unifi",
"version": "0.6.7",
"version": "0.7.0",
"description": "UniFi Adapter for ioBroker",
"author": "braindead1 <os.braindead1@gmail.com>",
"contributors": [
Expand Down

0 comments on commit 3c2cb2b

Please sign in to comment.