From 5750c7243fc067f579bbc3671d1a696e3a3abe4c Mon Sep 17 00:00:00 2001 From: HGlab <54232526+HGlab01@users.noreply.github.com> Date: Thu, 1 Feb 2024 11:09:45 +0100 Subject: [PATCH] chore: release v0.1.1-alpha.0 * (HGlab01) Bump json-explorer to 0.1.15 * (HGlab01) Bump aedes to 0.51.0 --- .github/workflows/test-and-release.yml | 2 +- README.md | 4 ++++ io-package.json | 28 +++++++++++++------------- package-lock.json | 4 ++-- package.json | 2 +- 5 files changed, 22 insertions(+), 18 deletions(-) diff --git a/.github/workflows/test-and-release.yml b/.github/workflows/test-and-release.yml index 740ddcb..66f85cd 100644 --- a/.github/workflows/test-and-release.yml +++ b/.github/workflows/test-and-release.yml @@ -42,7 +42,7 @@ jobs: strategy: matrix: node-version: [18.x, 20.x] - os: [ubuntu-latest, windows-latest, macos-latest] + os: [ubuntu-latest, macos-latest] steps: - uses: ioBroker/testing-action-adapter@v1 diff --git a/README.md b/README.md index 7943cc9..e86d610 100644 --- a/README.md +++ b/README.md @@ -87,6 +87,10 @@ onStop(function (callback) { Placeholder for the next version (at the beginning of the line): ### **WORK IN PROGRESS** --> +### 0.1.1-alpha.0 (2024-02-01) +* (HGlab01) Bump json-explorer to 0.1.15 +* (HGlab01) Bump aedes to 0.51.0 + ### 0.1.0 (2023-12-04) * (HGlab01) first minor release * (HGlab01) Node.js 18.0 or higher diff --git a/io-package.json b/io-package.json index 0e469aa..03e3b59 100644 --- a/io-package.json +++ b/io-package.json @@ -1,8 +1,21 @@ { "common": { "name": "tinymqttbroker", - "version": "0.1.0", + "version": "0.1.1-alpha.0", "news": { + "0.1.1-alpha.0": { + "en": "Bump json-explorer to 0.1.15\nBump aedes to 0.51.0", + "de": "Stoßdämpfer bis 0,1.15\nBump aeds bis 0.51.0", + "ru": "Bump json-explorer to 0.1.15\n0,51,0", + "pt": "Bump json-explorer para 0.1.15\nBump aedes para 0.51.0", + "nl": "Bump json-explorer naar 0,1.15\nBump aedes naar 0,51,0", + "fr": "Bump json-explorer à 0,1.15\nAedes de bouffées à 0,51,0", + "it": "Bump json-explorer a 0.1.15\nAede di bump a 0.51.0", + "es": "Bump json-explorer to 0.1.15\nAedes de bomba a 0.51.0", + "pl": "Bump json- explorer do 0.1.15\nBump aedes do 0.51.0", + "uk": "Bump json-explorer до 0.1.15\nНакопичувачі на 0.51.0", + "zh-cn": "Bump json-探索器改为0.1.15\n弹簧至0.51.0" + }, "0.1.0": { "en": "first minor release\nNode.js 18.0 or higher\nioBroker host (js-controller) 5.0 or higher", "de": "erste kleinere veröffentlichung\nNode.js 18.0 oder höher\nioBroker host (js-controller) 5.0 oder höher", @@ -80,19 +93,6 @@ "pl": "dodać do litery „adres” już w użyciu", "uk": "додати журнали для \"роздягання вже у використанні\"-виготовки", "zh-cn": "增加“已经使用过的处理”的逻辑" - }, - "0.0.7-alpha.0": { - "en": "add logs for \"address already in use\"-issue", - "de": "protokolle für \"adresse bereits im gebrauch\"-ausgabe hinzufügen", - "ru": "добавить журналы для \"адрес уже в использовании\"-выдача", - "pt": "adicionar logs para \"endereço já em uso\"-edição", - "nl": "voeg logboeken toe voor \"adress al in gebruik\"", - "fr": "ajouter des journaux pour \"address already in use\"-issue", - "it": "aggiungere i log per \"indirizzo già in uso\"-problema", - "es": "añadir registros para \"address already in use\"-issue", - "pl": "dodać do litery „adres” już w użyciu", - "uk": "додати журнали для \"роздягання вже у використанні\"-виготовки", - "zh-cn": "增加“已经使用过的处理”的逻辑" } }, "titleLang": { diff --git a/package-lock.json b/package-lock.json index d81ae59..91a879e 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "iobroker.tinymqttbroker", - "version": "0.1.0", + "version": "0.1.1-alpha.0", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "iobroker.tinymqttbroker", - "version": "0.1.0", + "version": "0.1.1-alpha.0", "license": "MIT", "dependencies": { "@iobroker/adapter-core": "^3.0.4", diff --git a/package.json b/package.json index 0ead9b6..f34975e 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "iobroker.tinymqttbroker", - "version": "0.1.0", + "version": "0.1.1-alpha.0", "description": "tinymqttbroker", "author": { "name": "HGlab01",