Skip to content

Commit

Permalink
chore: release v0.1.0
Browse files Browse the repository at this point in the history
* (bluefox) File upload was implemented
  • Loading branch information
GermanBluefox committed Aug 19, 2024
1 parent 2ba934c commit 6aeff4c
Show file tree
Hide file tree
Showing 4 changed files with 17 additions and 4 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ To run this adapter, you need:
-->

## Changelog
### **WORK IN PROGRESS**
### 0.1.0 (2024-08-19)
* (bluefox) File upload was implemented

### 0.0.3 (2024-08-14)
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": "kisshome-research",
"version": "0.0.3",
"version": "0.1.0",
"news": {
"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": "文件上传已执行"
},
"0.0.3": {
"en": "Added the recording enabled option",
"de": "Option für die Aufnahme aktiviert",
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": "0.0.3",
"version": "0.1.0",
"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": "0.0.3",
"version": "0.1.0",
"scripts": {
"start": "set PORT=4173 && craco start",
"build": "craco build"
Expand Down

0 comments on commit 6aeff4c

Please sign in to comment.