Skip to content

Commit

Permalink
prepare release
Browse files Browse the repository at this point in the history
  • Loading branch information
foxriver76 committed Oct 16, 2024
1 parent 3fa696e commit bed7e41
Show file tree
Hide file tree
Showing 4 changed files with 18 additions and 10 deletions.
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -74,6 +74,10 @@ In den Adapter-Settings muss die IP der Hue Bridge sowie ein Username konfigurie
Placeholder for the next version (at the beginning of the line):
### __WORK IN PROGRESS__
-->

### __WORK IN PROGRESS__
* (@Jey-Cee) optimized settings page for mobile devices (ported to json-config)

### 3.12.0 (2024-07-14)
* (foxriver76) `level` and `bri` states of groups are now updated via push API

Expand Down
7 changes: 5 additions & 2 deletions io-package.json
Original file line number Diff line number Diff line change
Expand Up @@ -126,13 +126,16 @@
"Bluefox <[email protected]>",
"Moritz Heusinger <[email protected]>"
],
"license": "Apache-2.0",
"licenseInformation": {
"license": "Apache-2.0",
"type": "free"
},
"platform": "Javascript/Node.js",
"mode": "daemon",
"messagebox": true,
"dependencies": [
{
"js-controller": ">=3.2.0"
"js-controller": ">=5.0.0"
}
],
"plugins": {
Expand Down
15 changes: 8 additions & 7 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
Expand Up @@ -50,7 +50,7 @@
"mocha": "^10.7.3",
"prettier": "^3.3.3",
"ts-node": "^10.9.2",
"typescript": "^5.6.2"
"typescript": "^5.6.3"
},
"scripts": {
"prebuild": "rimraf ./build",
Expand Down

0 comments on commit bed7e41

Please sign in to comment.