Skip to content

Commit 16b0db2

Browse files
committed
chore: release v0.0.6-beta.1
* (Gaspode) ...
1 parent 4709692 commit 16b0db2

4 files changed

Lines changed: 20 additions & 8 deletions

File tree

README.md

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,9 @@ The password is stored encrypted and must therefore be entered manually: demo
3535
**All product and company names or logos are trademarks™ or registered® trademarks of their respective holders. Use of them does not imply any affiliation with or endorsement by them or any associated subsidiaries! This personal project is maintained in spare time and has no business goal.**
3636

3737
## Changelog
38+
### 0.0.6-beta.1 (2023-01-02)
39+
* (Gaspode) ...
40+
3841
### 0.0.6-beta.0 (2023-01-02)
3942
* (Gaspode) ...
4043

@@ -56,10 +59,6 @@ The password is stored encrypted and must therefore be entered manually: demo
5659
* (Gaspode) Use suitable state roles
5760
* (Gaspode) Added new state for Alpha ESS settings parameter 'upsReserve'
5861

59-
### **WORK IN PROGRESS**
60-
* (Gaspode) ...
61-
62-
6362
## License
6463
MIT License
6564

io-package.json

Lines changed: 14 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,21 @@
11
{
22
"common": {
33
"name": "alpha-ess",
4-
"version": "0.0.6-beta.0",
4+
"version": "0.0.6-beta.1",
55
"news": {
6+
"0.0.6-beta.1": {
7+
"en": "...",
8+
"de": "...",
9+
"ru": "...",
10+
"pt": "...",
11+
"nl": "...",
12+
"fr": "...",
13+
"it": "...",
14+
"es": "...",
15+
"pl": "...",
16+
"uk": "...",
17+
"zh-cn": "..."
18+
},
619
"0.0.6-beta.0": {
720
"en": "...",
821
"de": "...",

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "iobroker.alpha-ess",
3-
"version": "0.0.6-beta.0",
3+
"version": "0.0.6-beta.1",
44
"description": "Read and write data from and to Alpha ESS systems.",
55
"author": {
66
"name": "Gaspode",

0 commit comments

Comments
 (0)