Skip to content

Commit

Permalink
chore: release v0.2.1-alpha.1
Browse files Browse the repository at this point in the history
* (DutchmanNL) Initialization error for Nano V1 solved
  • Loading branch information
DutchmanNL committed Jun 7, 2022
1 parent 1e71eb7 commit fb179f8
Show file tree
Hide file tree
Showing 9 changed files with 56 additions and 64 deletions.
Binary file modified .DS_Store
Binary file not shown.
2 changes: 0 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -37,8 +37,6 @@ If you like my work, please feel free to provide a personal donation
## Changelog
### __WORK IN PROGRESS__ - Initialization error for Nano V1 solved
* (DutchmanNL) Initialization error for Nano V1 solved

### 0.2.1-alpha.0 (2022-06-05) - Error logging and reporting improved
* (DutchmanNL) Error logging and reporting improved

### 0.2.0 (2022-06-04) - PitMaster Control & ESP32 support
Expand Down
Binary file added admin/.DS_Store
Binary file not shown.
Binary file added admin/src/.DS_Store
Binary file not shown.
94 changes: 50 additions & 44 deletions build/main.js

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

4 changes: 2 additions & 2 deletions build/main.js.map

Large diffs are not rendered by default.

16 changes: 2 additions & 14 deletions io-package.json
Original file line number Diff line number Diff line change
@@ -1,20 +1,8 @@
{
"common": {
"name": "wlanthermo-nano",
"version": "0.2.1-alpha.0",
"version": "0.2.1-alpha.1",
"news": {
"0.2.1-alpha.0": {
"en": "Error logging and reporting improved",
"de": "Fehlerprotokollierung und -berichterstattung verbessert",
"ru": "Улучшено ведение журнала ошибок и создание отчетов.",
"pt": "Registo de erros e relatórios melhorados",
"nl": "Foutregistratie en rapportage verbeterd",
"fr": "Amélioration de la journalisation et des rapports d'erreurs",
"it": "Registrazione e segnalazione degli errori migliorati",
"es": "Registro de errores e informes mejorados",
"pl": "Poprawiono rejestrowanie błędów i raportowanie",
"zh-cn": "错误记录和报告改进"
},
"0.1.2": {
"en": "Support multiple devices",
"de": "Unterstützt mehrere Geräte",
Expand Down Expand Up @@ -120,7 +108,7 @@
},
"plugins": {
"sentry": {
"dsn": "https://7c3dff9381a44d32b1b94e5bc827b09d@sentry.drozmotix.eu/3"
"dsn": "https://d71b421bfac44586a4abde74a44db5fd@sentry.drozmotix.eu/2"
}
},
"eraseOnUpload": true,
Expand Down
2 changes: 1 addition & 1 deletion 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.wlanthermo-nano",
"version": "0.2.1-alpha.0",
"version": "0.2.1-alpha.1",
"description": "WLANThermo Nano, the digital advantage for your barbecue sport",
"author": {
"name": "DutchmanNL",
Expand Down

0 comments on commit fb179f8

Please sign in to comment.