From b665234f6eab510659964b7cbb75508a311f4c59 Mon Sep 17 00:00:00 2001 From: Klaus Weber Date: Sun, 17 Nov 2024 09:26:51 +0100 Subject: [PATCH] chore: release v1.0.1 - improve build and deploy --- README.md | 3 +-- io-package.json | 15 ++++++++++++++- package-lock.json | 4 ++-- package.json | 2 +- 4 files changed, 18 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index 25e4852..2112f08 100644 --- a/README.md +++ b/README.md @@ -121,8 +121,7 @@ The ioBroker.admin interface will then be available at http://localhost:8081/ Please refer to the [`dev-server` documentation](https://github.com/ioBroker/dev-server#command-line) for more details. ## Changelog - -### **WORK IN PROGRESS** +### 1.0.1 (2024-11-17) - improve build and deploy diff --git a/io-package.json b/io-package.json index 1cb14b8..34c6955 100644 --- a/io-package.json +++ b/io-package.json @@ -1,9 +1,22 @@ { "common": { "name": "uvr16xx-blnet", - "version": "1.0.0", + "version": "1.0.1", "messagebox": true, "news": { + "1.0.1": { + "en": "improve build and deploy", + "de": "aufbau und einsatz verbessern", + "ru": "улучшение строительства и развертывания", + "pt": "melhorar a construção e implantação", + "nl": "de bouw en implementatie verbeteren", + "fr": "améliorer la construction et le déploiement", + "it": "migliorare la costruzione e la distribuzione", + "es": "mejorar la construcción y el despliegue", + "pl": "poprawa budowy i rozmieszczenia", + "uk": "поліпшення побудови та розгортання", + "zh-cn": "改进建设和部署" + }, "1.0.0": { "en": "initial release", "de": "erstausstrahlung", diff --git a/package-lock.json b/package-lock.json index e30ffbe..4498f78 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "iobroker.uvr16xx-blnet", - "version": "1.0.0", + "version": "1.0.1", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "iobroker.uvr16xx-blnet", - "version": "1.0.0", + "version": "1.0.1", "license": "MIT", "dependencies": { "@iobroker/adapter-core": "^3.2.2" diff --git a/package.json b/package.json index d890b24..9569b64 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "iobroker.uvr16xx-blnet", - "version": "1.0.0", + "version": "1.0.1", "description": "An ioBroker adapter for reading inputs and outputs of the UVR16xx controller from Technische Alternative using BL-NET.", "author": { "name": "Klaus Weber",