From 169ea1b1b54e8fc4021413baf0cf57a1522e20f2 Mon Sep 17 00:00:00 2001 From: DEV2DEV-DE Date: Tue, 28 Nov 2023 17:35:29 +0100 Subject: [PATCH] chore: release v0.0.2-beta.0 * Ready for beta testing --- 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 4d45b6c..42e4832 100644 --- a/README.md +++ b/README.md @@ -15,7 +15,7 @@ Connects to the Jablotron cloud to access your security system ## Changelog -### **WORK IN PROGRESS** +### 0.0.2-beta.0 (2023-11-28) * Ready for beta testing ## References diff --git a/io-package.json b/io-package.json index efe435b..47863db 100644 --- a/io-package.json +++ b/io-package.json @@ -1,8 +1,21 @@ { "common": { "name": "jablotron", - "version": "0.0.2-alpha.2", + "version": "0.0.2-beta.0", "news": { + "0.0.2-beta.0": { + "en": "Ready for beta testing", + "de": "Bereit für Beta-Tests", + "ru": "Готов к бета-тестированию", + "pt": "Pronto para testes beta", + "nl": "Klaar voor de beta test", + "fr": "Prêt pour les tests de bêta", + "it": "Pronti per il test beta", + "es": "Listo para pruebas beta", + "pl": "Ready for beta testing", + "uk": "Готовий для тестування бета", + "zh-cn": "接受试验的阅读" + }, "0.0.2-alpha.2": { "en": "Enabled automatic releases on NMP", "de": "Automatische Freigaben auf NMP aktivieren", diff --git a/package-lock.json b/package-lock.json index ddf1df5..44f9dc3 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "iobroker.jablotron", - "version": "0.0.2-alpha.2", + "version": "0.0.2-beta.0", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "iobroker.jablotron", - "version": "0.0.2-alpha.2", + "version": "0.0.2-beta.0", "license": "MIT", "dependencies": { "@iobroker/adapter-core": "^3.0.4" diff --git a/package.json b/package.json index c6fb821..5a7f719 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "iobroker.jablotron", - "version": "0.0.2-alpha.2", + "version": "0.0.2-beta.0", "description": "Connects to the Jablotron cloud to access your security system", "author": { "name": "DEV2DEV-DE",