Skip to content

Commit

Permalink
chore: release v0.0.5
Browse files Browse the repository at this point in the history
* (@GermanBluefox) Added possibility to take pictures via cloud
  • Loading branch information
GermanBluefox committed Jan 29, 2025
1 parent dc481cd commit 7c8bef0
Show file tree
Hide file tree
Showing 5 changed files with 19 additions and 6 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ The following values could be in `face.X.images.uploadResult`:
-->

## Changelog
### **WORK IN PROGRESS**
### 0.0.5 (2025-01-29)
* (@GermanBluefox) Added possibility to take pictures via cloud

### 0.0.2 (2025-01-01)
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": "face",
"version": "0.0.4",
"version": "0.0.5",
"news": {
"0.0.5": {
"en": "Added possibility to take pictures via cloud",
"de": "Möglichkeit, Bilder über Cloud zu machen",
"ru": "Добавлена возможность делать снимки через облако",
"pt": "Adicionado possibilidade de tirar fotos via nuvem",
"nl": "Toegevoegde mogelijkheid om foto's te maken via cloud",
"fr": "Possibilité de prendre des photos via le cloud",
"it": "Aggiunta possibilità di scattare foto via cloud",
"es": "Posibilidad de tomar fotos a través de la nube",
"pl": "Dodano możliwość robienia zdjęć przez chmurę",
"uk": "Додана можливість фотографії через хмару",
"zh-cn": "增加通过云拍照的可能性"
},
"0.0.2": {
"en": "Initial commit",
"de": "Ursprüngliche Verpflichtung",
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.face",
"version": "0.0.4",
"version": "0.0.5",
"description": "Controlling and simulation of face devices",
"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,6 +1,6 @@
{
"name": "iobroker.matter",
"version": "0.0.4",
"version": "0.0.5",
"private": true,
"dependencies": {
"@iobroker/adapter-react-v5": "^7.4.19",
Expand Down

0 comments on commit 7c8bef0

Please sign in to comment.