From f916f1b238b0e4ba31737711ac82b4e7e99426c9 Mon Sep 17 00:00:00 2001 From: HGlab <54232526+HGlab01@users.noreply.github.com> Date: Mon, 9 Oct 2023 07:35:33 +0200 Subject: [PATCH] chore: release v0.0.8 * (HGlab01) Bump json-explorer to 0.1.14 --- README.md | 4 ++-- io-package.json | 28 ++++++++++++++-------------- package-lock.json | 4 ++-- package.json | 2 +- 4 files changed, 19 insertions(+), 19 deletions(-) diff --git a/README.md b/README.md index 0074424..ddc70e6 100644 --- a/README.md +++ b/README.md @@ -81,8 +81,8 @@ onStop(function (callback) { Placeholder for the next version (at the beginning of the line): ### **WORK IN PROGRESS** --> -### 0.0.8-alpha.0 (2023-10-06) -* (HGlab01) Bump json-explorer to 0.1.14-alpha +### 0.0.8 (2023-10-09) +* (HGlab01) Bump json-explorer to 0.1.14 ### 0.0.7 (2023-10-05) * (HGlab01) add logs for "address already in use"-issue diff --git a/io-package.json b/io-package.json index f7730aa..a38c06e 100644 --- a/io-package.json +++ b/io-package.json @@ -1,8 +1,21 @@ { "common": { "name": "tinymqttbroker", - "version": "0.0.8-alpha.0", + "version": "0.0.8", "news": { + "0.0.8": { + "en": "Bump json-explorer to 0.1.14", + "de": "Stoßdämpfer bis 0,1.14", + "ru": "Bump json-explorer до 0.1.14", + "pt": "Bump json-explorer para 0.1.14", + "nl": "Bump Json-explorer tot 0.1.14", + "fr": "Bump json-explorer à 0,1.14", + "it": "Bump json-explorer a 0.1.14", + "es": "Bump json-explorer to 0.1.14", + "pl": "Bump json-explorer do 0,1.14", + "uk": "Bump json-explorer до 0.1.14", + "zh-cn": "Bump json-explorer to 014" + }, "0.0.8-alpha.0": { "en": "Bump json-explorer to 0.1.14-alpha", "de": "Stoßdämpfer auf 0,1.14-alpha", @@ -80,19 +93,6 @@ "pl": "Poprawienie błędów", "uk": "Покращення обробки помилок", "zh-cn": "改进错误处理" - }, - "0.0.5": { - "en": "add sentry support", - "de": "unterstützung für den versand", - "ru": "добавить службу поддержки", - "pt": "adicionar suporte de sentinela", - "nl": "voeg sentiment", - "fr": "add sentry support", - "it": "aggiungere supporto per la spedizione", - "es": "add centry support", - "pl": "wsparcie", - "uk": "додання відправлень", - "zh-cn": "增 发" } }, "titleLang": { diff --git a/package-lock.json b/package-lock.json index c3ce7c3..99d3475 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "iobroker.tinymqttbroker", - "version": "0.0.8-alpha.0", + "version": "0.0.8", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "iobroker.tinymqttbroker", - "version": "0.0.8-alpha.0", + "version": "0.0.8", "license": "MIT", "dependencies": { "@iobroker/adapter-core": "^3.0.3", diff --git a/package.json b/package.json index 61d5f9f..4282750 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "iobroker.tinymqttbroker", - "version": "0.0.8-alpha.0", + "version": "0.0.8", "description": "tinymqttbroker", "author": { "name": "HGlab01",