diff --git a/README.md b/README.md index 5fcd982..0f9839d 100644 --- a/README.md +++ b/README.md @@ -99,8 +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.1 (2023-11-27) Enabled automatic releases on NMP ## License diff --git a/io-package.json b/io-package.json index 57c5b21..bb3a969 100644 --- a/io-package.json +++ b/io-package.json @@ -1,8 +1,21 @@ { "common": { "name": "jablotron", - "version": "0.0.2-alpha.0", + "version": "0.0.2-alpha.1", "news": { + "0.0.2-alpha.1": { + "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.0": { "en": "initial release", "de": "erstausstrahlung", diff --git a/package-lock.json b/package-lock.json index 33f09a8..b317b9e 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "iobroker.jablotron", - "version": "0.0.2-alpha.0", + "version": "0.0.2-alpha.1", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "iobroker.jablotron", - "version": "0.0.2-alpha.0", + "version": "0.0.2-alpha.1", "license": "MIT", "dependencies": { "@iobroker/adapter-core": "^3.0.4" diff --git a/package.json b/package.json index bfe19d6..1fb496a 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "iobroker.jablotron", - "version": "0.0.2-alpha.0", + "version": "0.0.2-alpha.1", "description": "Connects to the Jablotron cloud to access your security system", "author": { "name": "DEV2DEV-DE",