Skip to content

Commit

Permalink
Merge pull request #111 from Grizzelbee/Dev_V1.6.0
Browse files Browse the repository at this point in the history
Dev v1.6.0
  • Loading branch information
Grizzelbee committed May 8, 2024
2 parents 1124ef2 + c3a49ef commit 3539747
Show file tree
Hide file tree
Showing 4 changed files with 106 additions and 92 deletions.
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -106,6 +106,9 @@ Basically there are three ways to execute the command:
## Changelog
### **WORK IN PROGRESS**

### 1.6.4 (2024-05-08)
* (grizzelbee) Upd: Dependencies got updated

### 1.6.3 (2024-04-16)
* (grizzelbee) Upd: Dependencies got updated
* (grizzelbee) Fix: Removed annoying warning when setting null or undefined values (introduced in v1.6.2)
Expand Down
17 changes: 14 additions & 3 deletions io-package.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,21 @@
{
"common": {
"name": "wireguard",
"version": "1.6.3",
"version": "1.6.4",
"news": {
"1.6.4": {
"en": "Dependencies got updated",
"de": "Abhängigkeiten wurden aktualisiert",
"ru": "Зависимости обновлены",
"pt": "As dependências foram atualizadas",
"nl": "Afhankelijkheden zijn bijgewerkt",
"fr": "Les dépendances ont été mises à jour",
"it": "Le dipendenze sono state aggiornate",
"es": "Se actualizaron las dependencias",
"pl": "Zależności zostały zaktualizowane",
"uk": "Залежності оновлено",
"zh-cn": "依赖项已更新"
},
"1.6.3": {
"en": "Dependencies got updated\nRemoved annoying warning when setting null or undefined values (introduced in v1.6.2)\nRequiring at least admin v6.13.16",
"de": "Abhängigkeiten wurden aktualisiert. \n Ärgerliche Warnung beim Festlegen von Null- oder undefinierten Werten entfernt (eingeführt in Version 1.6.2). \n Mindestens Admin-Version 6.13.16 erforderlich",
Expand Down Expand Up @@ -180,7 +193,6 @@
"wireguard"
],
"platform": "Javascript/Node.js",
"main": "main.js",
"icon": "wireguard.svg",
"enabled": true,
"extIcon": "https://raw.githubusercontent.com/Grizzelbee/ioBroker.wireguard/main/admin/wireguard.svg",
Expand All @@ -195,7 +207,6 @@
"adminUI": {
"config": "json"
},
"materialize": true,
"plugins": {
"sentry": {
"dsn": "https://42007d6f59b74b5db06d6bfaf23d4d98@o505019.ingest.sentry.io/6215712"
Expand Down
164 changes: 82 additions & 82 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 3539747

Please sign in to comment.