Skip to content

Commit

Permalink
chore: release v0.1.3
Browse files Browse the repository at this point in the history
* (HGlab01) Improve port scan for available ports
* (HGlab01) Improve UI config
* (HGlab01) Bump json-explorer to 0.1.16
* (HGlab01) Bump aedes to 0.51.3
  • Loading branch information
HGlab01 committed Oct 19, 2024
1 parent 0a3dd12 commit 1ef6ac6
Show file tree
Hide file tree
Showing 4 changed files with 18 additions and 18 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ onStop(function (callback) {
Placeholder for the next version (at the beginning of the line):
### **WORK IN PROGRESS**
-->
### 0.1.3-alpha.0 (2024-10-19)
### 0.1.3 (2024-10-19)
* (HGlab01) Improve port scan for available ports
* (HGlab01) Improve UI config
* (HGlab01) Bump json-explorer to 0.1.16
Expand Down
28 changes: 14 additions & 14 deletions io-package.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,21 @@
{
"common": {
"name": "tinymqttbroker",
"version": "0.1.3-alpha.0",
"version": "0.1.3",
"news": {
"0.1.3": {
"en": "Improve port scan for available ports\nImprove UI config\nBump json-explorer to 0.1.16\nBump aedes to 0.51.3",
"de": "Verbessern Sie den Portscan für verfügbare Ports\nUI config verbessern\nStoßdämpfer bis 0,1.16\nBump aeds bis 0,51.3",
"ru": "Улучшить сканирование портов для доступных портов\nУлучшить конфигурацию интерфейса\nBump json-explorer до 0.1.16\n0,51,3",
"pt": "Melhore a verificação da porta para portas disponíveis\nMelhorar a configuração de interface do usuário\nBump json-explorer para 0.1.16\nBump aedes para 0.51.3",
"nl": "Verbeter poortscan voor beschikbare poorten\nConfiguratie van UI verbeteren\nBump json-explorer naar 0,1.16\nBump aedes naar 0,51,3",
"fr": "Améliorer la numérisation des ports disponibles\nAméliorer la configuration de l'interface utilisateur\nBump json-explorer à 0,1.16\nAedes de bouffées à 0,51,3",
"it": "Migliora la scansione della porta per le porte disponibili\nMigliorare la configurazione dell'interfaccia utente\nBump json-explorer a 0.1.16\nAede di bump a 0.51.3",
"es": "Mejorar el escaneo portuario para los puertos disponibles\nMejorar el config UI\nBump json-explorer to 0.1.16\nAedes de bomba a 0.51.3",
"pl": "Poprawa skanowania portów dla dostępnych portów\nPopraw konfigurację interfejsu użytkownika\nBump json- explorer do 0.1.16\nBump aedes do 0.51.3",
"uk": "Покращення сканування портів для доступних портів\nПоліпшити налаштування UI\nBump json-explorer до 0.1.16\nНакопичувачі до 0.51.3",
"zh-cn": "改进对现有端口的端口扫描\n改进 UI 配置\nBump json-探索器改为0.1.16\n弹簧至0.51.3"
},
"0.1.3-alpha.0": {
"en": "Improve port scan for available ports\nImprove UI config\nBump json-explorer to 0.1.16\nBump aedes to 0.51.3",
"de": "Verbessern Sie den Portscan für verfügbare Ports\nUI config verbessern\nStoßdämpfer bis 0,1.16\nBump aeds bis 0,51.3",
Expand Down Expand Up @@ -80,19 +93,6 @@
"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",
"ru": "первый незначительный релиз\nNode.js 18.0 или выше\nioBroker host (js-controller) 5.0 или выше",
"pt": "primeiro lançamento menor\nNode.js 18.0 ou superior\nhospedeiro ioBroker (js-controller) 5.0 ou superior",
"nl": "eerste kleine vrijlating\nNode\nioBroker gastheer (js-controller) 5,0 of hoger",
"fr": "première libération mineure\nNode.js 18.0 ou supérieur\nioBroker host (js-controller) 5.0 ou supérieur",
"it": "primo rilascio minore\nNode.js 18.0 o superiore\nioBroker host (js-controller) 5.0 o superiore",
"es": "primera liberación menor\nNode.js 18.0 o superior\nioBroker host (js-controller) 5.0 o superior",
"pl": "pierwsze niewielkie wydanie\nNr 18.0 lub wyższy\nioBroker host (js-controller) 5.0 lub wyższe",
"uk": "перший незначний реліз\nNode.js 18.0 або вище\nioBroker host (js-controller) 5.0 або вище",
"zh-cn": "首批未成年人释放\n第18.0或更高\nio Broker收容(控制员)5.0或更高。"
}
},
"titleLang": {
Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "iobroker.tinymqttbroker",
"version": "0.1.3-alpha.0",
"version": "0.1.3",
"description": "tinymqttbroker",
"author": {
"name": "HGlab01",
Expand Down

0 comments on commit 1ef6ac6

Please sign in to comment.