Skip to content

Commit

Permalink
chore: release v0.0.4
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 28, 2025
1 parent 936623c commit 054ae4c
Show file tree
Hide file tree
Showing 6 changed files with 21 additions and 8 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.4 (2025-01-28)
* (@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.3",
"version": "0.0.4",
"news": {
"0.0.4": {
"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.3": {
"en": "Added possibility to take pictures via cloud",
"de": "Möglichkeit, Bilder über Cloud zu machen",
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.3",
"version": "0.0.4",
"description": "Controlling and simulation of face devices",
"author": {
"name": "Denis Haev",
Expand Down
4 changes: 2 additions & 2 deletions src-admin/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 src-admin/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "iobroker.matter",
"version": "0.0.3",
"version": "0.0.4",
"private": true,
"dependencies": {
"@iobroker/adapter-react-v5": "^7.4.19",
Expand Down

0 comments on commit 054ae4c

Please sign in to comment.