Skip to content

Commit

Permalink
### v1.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Steiger04 committed Jan 16, 2021
1 parent a5347af commit f919ad7
Show file tree
Hide file tree
Showing 5 changed files with 279 additions and 527 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ A detailed description can be found [hier](https://steiger04.github.io/milight-s


## Changelog
### 1.1.1 (2020-01-13)
### 1.2.0 (2020-01-16)
- (steiger04) compact mode added
### 1.0.5 (2020-01-10)
- (steiger04) Small bug fix
Expand Down
4 changes: 2 additions & 2 deletions io-package.json
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
{
"common": {
"name": "milight-smart-light",
"version": "1.1.1",
"version": "1.2.0",
"news": {
"1.1.1": {
"1.2.0": {
"en": "compact mode added",
"de": "Kompaktmodus hinzugefügt",
"ru": "добавлен компактный режим",
Expand Down
2 changes: 1 addition & 1 deletion lib/js/mslstatestore/mslstatestore.js
Original file line number Diff line number Diff line change
Expand Up @@ -176,7 +176,7 @@ class MslStatestore {
}
}

async getState(id) {
getState(id) {
return this.state[id];
}
}
Expand Down
Loading

0 comments on commit f919ad7

Please sign in to comment.