Skip to content

Commit

Permalink
chore: release v1.0.2
Browse files Browse the repository at this point in the history
-   (bluefox) Added error logging
  • Loading branch information
GermanBluefox committed Sep 15, 2024
1 parent 173d94a commit 959c8d3
Show file tree
Hide file tree
Showing 5 changed files with 21 additions and 17 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ Detect IP addresses from:
-->

## Changelog
### **WORK IN PROGRESS**
### 1.0.2 (2024-09-15)

- (bluefox) Added error logging

Expand Down
4 changes: 4 additions & 0 deletions build/main.js

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

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": "kisshome-research",
"version": "1.0.1",
"version": "1.0.2",
"news": {
"1.0.2": {
"en": "Added error logging",
"de": "Fehlersuche hinzugefügt",
"ru": "Добавлен блог об ошибках",
"pt": "Registo de erro adicionado",
"nl": "Fout loggen toegevoegd",
"fr": "Ajout de l'enregistrement des erreurs",
"it": "Registrazione di errore Aggiunto",
"es": "Registro de errores",
"pl": "Dodano logowanie błędów",
"uk": "Додано запис помилки",
"zh-cn": "添加错误记录"
},
"1.0.1": {
"en": "Implemented the support for the big endian format of a PCAP file",
"de": "Implementierung der Unterstützung für das große endische Format einer PCAP-Datei",
Expand Down Expand Up @@ -80,19 +93,6 @@
"pl": "Używany MD5 do sprawdzania spójności plików",
"uk": "Використовується MD5 для перевірки відповідності файлів",
"zh-cn": "用于文件一致性检查的 MD5"
},
"0.1.0": {
"en": "File upload was implemented",
"de": "Datei-Upload wurde implementiert",
"ru": "Загрузка файлов была реализована",
"pt": "O upload de arquivos foi implementado",
"nl": "Bestandsupload is geïmplementeerd",
"fr": "Le téléchargement de fichier a été implémenté",
"it": "Il caricamento dei file è stato implementato",
"es": "Se implementó la carga de archivos",
"pl": "Wysłano plik",
"uk": "Завантажено файл",
"zh-cn": "文件上传已执行"
}
},
"titleLang": {
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "iobroker.kisshome-research",
"version": "1.0.1",
"version": "1.0.2",
"description": "Collection of information for KISSHome research",
"author": {
"name": "Denis Haev",
Expand Down
2 changes: 1 addition & 1 deletion src-admin/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "iobroker-admin-component-telegram",
"private": true,
"version": "1.0.1",
"version": "1.0.2",
"scripts": {
"start": "set PORT=4173 && craco start",
"build": "craco build"
Expand Down

0 comments on commit 959c8d3

Please sign in to comment.