Skip to content

Commit

Permalink
Release v0.3.1
Browse files Browse the repository at this point in the history
  • Loading branch information
futomi committed Sep 17, 2018
1 parent 8892839 commit 836652b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -1755,6 +1755,8 @@ The code above will output the result as follows:
---------------------------------------
## <a id="Release-Note">Release Note</a>

* v0.3.1 (2018-09-17)
* The lower limit of the `kelvin` property in the `LifxLanColor` object was changed from 2500 to 1500. (thanks to [@nikteg](https://github.com/futomi/node-lifx-lan/pull/12))
* v0.3.0 (2018-08-08)
* Added the `brightness` parameter to the [`LifxLanColorCSS`](#LifxLanColorCSS-object) and [`LifxLanColorRGB`](#LifxLanColorRGB-object) object. (thanks to [@paolotremadio](https://github.com/futomi/node-lifx-lan/issues/11))
* v0.2.2 (2018-08-07)
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": "node-lifx-lan",
"version": "0.3.0",
"version": "0.3.1",
"description": "The node-lifx-lan is a Node.js module which allows you to communicate with the Wi-Fi LED smart light products \"LIFX\" using the LAN protocol.",
"main": "./lib/lifx-lan.js",
"files": [
Expand Down

0 comments on commit 836652b

Please sign in to comment.