From 4593dffb1274df11b3d4fdba0d1d1d11fdfaa346 Mon Sep 17 00:00:00 2001 From: raschy Date: Mon, 26 Aug 2024 17:19:02 +0200 Subject: [PATCH] chore: release v0.1.0 * (raschy) Adaptation to changed circumstances * (raschy) updated dependencies * (raschy) NodeJS >= 18.x and js-controller >= 5 is required * (raschy) ApiClient removed (access blocked) --- README.md | 2 +- io-package.json | 15 ++++++++++++++- package-lock.json | 4 ++-- package.json | 2 +- 4 files changed, 18 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index bee4a20..a70967f 100644 --- a/README.md +++ b/README.md @@ -28,7 +28,7 @@ For further information on the product range, please visit the official website: Placeholder for the next version (at the beginning of the line): ### **WORK IN PROGRESS** --> -### **WORK IN PROGRESS** +### 0.1.0 (2024-08-26) * (raschy) Adaptation to changed circumstances * (raschy) updated dependencies * (raschy) NodeJS >= 18.x and js-controller >= 5 is required diff --git a/io-package.json b/io-package.json index e9d84ca..781ffb9 100644 --- a/io-package.json +++ b/io-package.json @@ -1,8 +1,21 @@ { "common": { "name": "renacidc", - "version": "0.0.6", + "version": "0.1.0", "news": { + "0.1.0": { + "en": "Adaptation to changed circumstances \nupdated dependencies\nNodeJS >= 18.x and js-controller >= 5 is required\nApiClient removed (access blocked)", + "de": "Anpassung an veränderte Umstände\naktualisierte abhängigkeiten\nNodeJS >= 18.x und js-Controller >= 5 ist erforderlich\nApiClient entfernt (Zugriff blockiert)", + "ru": "Адаптация к измененным обстоятельствам\nобновленные зависимости\nNodeJS >= 18.x и js-контроллер >= 5 требуется\nApiClient удален (доступ заблокирован)", + "pt": "Adaptação a circunstâncias alteradas\ndependências atualizadas\nNodeJS >= 18.x e js-controller >= 5 é necessário\nApiClient removido (acesso bloqueado)", + "nl": "Aanpassing aan gewijzigde omstandigheden\nbijgewerkte afhankelijkheden\nVoor de toepassing van de onderverdelingen 870190 tot en met 870290 wordt onder post 8702 verstaan: 5 is vereist\nApiClient verwijderd (toegang geblokkeerd)", + "fr": "Adaptation aux nouvelles circonstances\ndépendances actualisées\nNodeJS >= 18.x et js-controller >= 5 est nécessaire\nApiClient enlevé (accès bloqué)", + "it": "Adattamento alle circostanze cambiate\ndipendenze aggiornate\nNodeJS >= 18.x e js-controller 5 è richiesto\nApiClient rimosso (accesso bloccato)", + "es": "Adaptación a circunstancias cambiantes\ndependencias actualizadas\nNodeJS >= 18.x y js-controller Se requiere 5\nApiClient eliminado (acceso bloqueado)", + "pl": "Dostosowanie do zmienionych okoliczności\nzaktualizowane zależności\nNodeJS > = 18.x i kontroler js- > = 5 jest wymagane\nApiClient usunięty (dostęp zablokowany)", + "uk": "Адаптація до змінених обставин\nоновлені залежності\nNodeJS >= 18.x та js-controller >= 5 обов'язково\nApiClient вилучений (заблокований доступ)", + "zh-cn": "适应不断变化的情况\n更新的依赖关系\n节点JS18x和js控制器QQ 需要5个\nApiClient 已删除( 访问被屏蔽)" + }, "0.0.6": { "en": "Preparation for transfer to latest", "de": "Vorbereitung auf den Transfer", diff --git a/package-lock.json b/package-lock.json index 0902190..f069948 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "iobroker.renacidc", - "version": "0.0.6", + "version": "0.1.0", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "iobroker.renacidc", - "version": "0.0.6", + "version": "0.1.0", "license": "MIT", "dependencies": { "@iobroker/adapter-core": "^3.1.6" diff --git a/package.json b/package.json index 35feeb2..a3967b3 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "iobroker.renacidc", - "version": "0.0.6", + "version": "0.1.0", "description": "Reading the data from solar inverter", "author": { "name": "raschy",