Skip to content

Commit

Permalink
chore: release v0.0.3
Browse files Browse the repository at this point in the history
* (bluefox) used library `@iobroker/type-detector`
  • Loading branch information
GermanBluefox committed Oct 24, 2023
1 parent dabc96c commit b0c77fa
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 @@ -20,7 +20,7 @@
- Get login & pass from iot (new js-controller version) may be

## Changelog
### **WORK IN PROGRESS**
### 0.0.3 (2023-10-24)
* (bluefox) used library `@iobroker/type-detector`

### 0.0.2 (2023-10-23)
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": "matter",
"version": "0.0.2",
"version": "0.0.3",
"news": {
"0.0.3": {
"en": "used library `@iobroker/type-detector`",
"de": "gebrauchte bibliothek @iobroker/typ-detektor",
"ru": "используемая библиотека @iobroker/type-detector",
"pt": "biblioteca usada @iobroker/detector do tipo",
"nl": "gebruikte bibliotheek @iobroker/type-detector",
"fr": "bibliothèque utilisée @iobroker/type-detector",
"it": "libreria usata @iobroker/direttore di tipo",
"es": "biblioteca usada @iobroker/tipo-detector",
"pl": "użytkownik biblioteki @iobroker/type-detector",
"uk": "русскийукраїнськабеларускаяoʻzbek tilienglish",
"zh-cn": "使用图书馆@iobroker/型博士"
},
"0.0.2": {
"en": "Initial commit",
"de": "Ursprüngliche Verpflichtung",
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.matter",
"version": "0.0.2",
"version": "0.0.3",
"description": "Controlling and simulation of matter 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.2",
"version": "0.0.3",
"private": true,
"dependencies": {
"@babel/plugin-proposal-private-property-in-object": "^7.21.11",
Expand Down

0 comments on commit b0c77fa

Please sign in to comment.