From e2e1f75b2173f4b183f10409d5c3af497e055eee Mon Sep 17 00:00:00 2001 From: DEV2DEV-DE Date: Mon, 27 Nov 2023 20:09:15 +0100 Subject: [PATCH] chore: release v0.0.2-alpha.2 Enabled automatic releases on NMP --- 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 65a1121..cfc99df 100644 --- a/README.md +++ b/README.md @@ -99,7 +99,7 @@ For later updates, the above procedure is not necessary. Just do the following: 1. Execute `iobroker upload jablotron` on the ioBroker host ## Changelog -### **WORK IN PROGRESS** +### 0.0.2-alpha.2 (2023-11-27) Enabled automatic releases on NMP ## License diff --git a/io-package.json b/io-package.json index bb3a969..662ab5d 100644 --- a/io-package.json +++ b/io-package.json @@ -1,8 +1,21 @@ { "common": { "name": "jablotron", - "version": "0.0.2-alpha.1", + "version": "0.0.2-alpha.2", "news": { + "0.0.2-alpha.2": { + "en": "Enabled automatic releases on NMP", + "de": "Automatische Freigaben auf NMP aktivieren", + "ru": "Включены автоматические релизы на NMP", + "pt": "Lançamentos automáticos habilitados em NMP", + "nl": "Automatische vrijlating op NMP", + "fr": "Sorties automatiques activées sur NMP", + "it": "Abilitato rilascio automatico su NMP", + "es": "Activación automática en NMP", + "pl": "Automatyczne wydanie na NMP", + "uk": "Увімкнути автоматичні релізи на NMP", + "zh-cn": "恩格尔自动排放" + }, "0.0.2-alpha.1": { "en": "Enabled automatic releases on NMP", "de": "Automatische Freigaben auf NMP aktivieren", diff --git a/package-lock.json b/package-lock.json index b317b9e..ddf1df5 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "iobroker.jablotron", - "version": "0.0.2-alpha.1", + "version": "0.0.2-alpha.2", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "iobroker.jablotron", - "version": "0.0.2-alpha.1", + "version": "0.0.2-alpha.2", "license": "MIT", "dependencies": { "@iobroker/adapter-core": "^3.0.4" diff --git a/package.json b/package.json index 1fb496a..c6fb821 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "iobroker.jablotron", - "version": "0.0.2-alpha.1", + "version": "0.0.2-alpha.2", "description": "Connects to the Jablotron cloud to access your security system", "author": { "name": "DEV2DEV-DE",