Skip to content

Commit

Permalink
chore: release v0.0.2
Browse files Browse the repository at this point in the history
* (bluefox) Initial commit
  • Loading branch information
GermanBluefox committed Oct 23, 2023
1 parent edd760e commit 3dc6f2c
Show file tree
Hide file tree
Showing 4 changed files with 25 additions and 9 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.2 (2023-10-23)
* (bluefox) Initial commit

## License
Expand Down
28 changes: 22 additions & 6 deletions io-package.json
Original file line number Diff line number Diff line change
@@ -1,9 +1,21 @@
{
"common": {
"name": "matter",
"version": "0.0.1",
"version": "0.0.2",
"news": {

"0.0.2": {
"en": "Initial commit",
"de": "Ursprüngliche Verpflichtung",
"ru": "Первоначальный коммит",
"pt": "Compromisso inicial",
"nl": "Initiatief",
"fr": "Engagement initial",
"it": "Impegno iniziale",
"es": "Composición inicial",
"pl": "Śledczy",
"uk": "Початкова комісія",
"zh-cn": "初始承诺"
}
},
"title": "Matter",
"titleLang": {
Expand Down Expand Up @@ -62,14 +74,18 @@
}
}
},
"protectedNative": ["password", "login"],
"encryptedNative": ["password"],
"protectedNative": [
"password",
"login"
],
"encryptedNative": [
"password"
],
"native": {
"interface": "",
"login": "",
"pass": ""
},
"objects": [],
"instanceObjects": [
]
"instanceObjects": []
}
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.1",
"version": "0.0.2",
"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.1",
"version": "0.0.2",
"private": true,
"dependencies": {
"@babel/plugin-proposal-private-property-in-object": "^7.21.11",
Expand Down

0 comments on commit 3dc6f2c

Please sign in to comment.