Skip to content

Commit

Permalink
chore: release v0.0.6-alpha.0
Browse files Browse the repository at this point in the history
* (HGlab01) Improve error handling
  • Loading branch information
HGlab01 committed Sep 18, 2023
1 parent ffb15a2 commit 57b9304
Show file tree
Hide file tree
Showing 4 changed files with 20 additions and 17 deletions.
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -82,6 +82,9 @@ onStop(function (callback) {
Placeholder for the next version (at the beginning of the line):
### **WORK IN PROGRESS**
-->
### 0.0.6-alpha.0 (2023-09-18)
* (HGlab01) Improve error handling

### 0.0.5 (2023-09-11)
* (HGlab01) add sentry support

Expand Down
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.5",
"version": "0.0.6-alpha.0",
"news": {
"0.0.6-alpha.0": {
"en": "Improve error handling",
"de": "Fehlerbehebung",
"ru": "Улучшить обработку ошибок",
"pt": "Melhorar o manuseio de erros",
"nl": "Onverbeterlijke fouten",
"fr": "Améliorer la manipulation des erreurs",
"it": "Migliorare la gestione degli errori",
"es": "Mejorar el manejo de errores",
"pl": "Poprawienie błędów",
"uk": "Покращення обробки помилок",
"zh-cn": "改进错误处理"
},
"0.0.5": {
"en": "add sentry support",
"de": "unterstützung für den versand",
Expand Down
17 changes: 2 additions & 15 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.5",
"version": "0.0.6-alpha.0",
"description": "tinymqttbroker",
"author": {
"name": "HGlab01",
Expand Down

0 comments on commit 57b9304

Please sign in to comment.