From 836652b04e731e1a96b1b2755f3193d3ffdc5387 Mon Sep 17 00:00:00 2001 From: Futomi Hatano Date: Mon, 17 Sep 2018 17:41:46 +0900 Subject: [PATCH] Release v0.3.1 --- README.md | 2 ++ package.json | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 02fc65f..42e916e 100644 --- a/README.md +++ b/README.md @@ -1755,6 +1755,8 @@ The code above will output the result as follows: --------------------------------------- ## Release Note +* 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) diff --git a/package.json b/package.json index 268cc7a..483aa5f 100644 --- a/package.json +++ b/package.json @@ -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": [