Skip to content

Commit

Permalink
chore: release v0.0.6
Browse files Browse the repository at this point in the history
* (HGlab01) Improve error handling
* (HGlab01) Verify if port is used from other process
  • Loading branch information
HGlab01 committed Sep 18, 2023
1 parent c4b3d01 commit f328449
Show file tree
Hide file tree
Showing 5 changed files with 21 additions and 8 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -82,9 +82,9 @@ onStop(function (callback) {
Placeholder for the next version (at the beginning of the line):
### **WORK IN PROGRESS**
-->
### 0.0.6-alpha.1 (2023-09-18)
### 0.0.6 (2023-09-18)
* (HGlab01) Improve error handling
* (HGlab01) Verify if port is available
* (HGlab01) Verify if port is used from other process

### 0.0.5 (2023-09-11)
* (HGlab01) add sentry support
Expand Down
4 changes: 2 additions & 2 deletions build/main.js.map

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

15 changes: 14 additions & 1 deletion io-package.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,21 @@
{
"common": {
"name": "tinymqttbroker",
"version": "0.0.6-alpha.1",
"version": "0.0.6",
"news": {
"0.0.6": {
"en": "Improve error handling\nVerify if port is used from other process",
"de": "Fehlerbehebung\nÜberprüfen Sie, ob Port von anderen Prozessen verwendet wird",
"ru": "Улучшить обработку ошибок\nПроверьте, используется ли порт из другого процесса",
"pt": "Melhorar o manuseio de erros\nVerifique se a porta é usada de outro processo",
"nl": "Onverbeterlijke fouten\nVerifieer of de haven gebruikt wordt van een ander proces",
"fr": "Améliorer la manipulation des erreurs\nVérifier si le port est utilisé dans un autre procédé",
"it": "Migliorare la gestione degli errori\nVerifica se la porta viene utilizzata da altri processi",
"es": "Mejorar el manejo de errores\nVerificar si el puerto se utiliza de otro proceso",
"pl": "Poprawienie błędów\nJeśli port jest używany z innego procesu",
"uk": "Покращення обробки помилок\nПеревірити, якщо порт використовується з іншого процесу",
"zh-cn": "改进错误处理\n如果港口从其他加工中得到使用,便证明"
},
"0.0.6-alpha.1": {
"en": "Improve error handling\nVerify if port is available",
"de": "Fehlerbehebung\nÜberprüfen Sie, ob Port verfügbar ist",
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.0.6-alpha.1",
"version": "0.0.6",
"description": "tinymqttbroker",
"author": {
"name": "HGlab01",
Expand Down

0 comments on commit f328449

Please sign in to comment.