From 8c89a1f21eb43406edb5d7029449b9f4390e0fa1 Mon Sep 17 00:00:00 2001 From: "dominic.griesel" Date: Tue, 27 Feb 2018 16:40:03 +0100 Subject: [PATCH] release v0.8.5 (updated node-coap-client) --- README.md | 3 +++ package.json | 4 ++-- 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index cb550cd3..a07d90d3 100644 --- a/README.md +++ b/README.md @@ -436,6 +436,9 @@ A DeviceInfo object contains general information about a device. It has the foll ## Changelog +#### 0.8.5 (2018-02-27) +* (AlCalzone) Updated `node-coap-client` + #### 0.8.4 (2018-02-23) * (AlCalzone) Fixed `Group.activateScene` when the scene was already selected diff --git a/package.json b/package.json index 0d3cb220..6903cd51 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "node-tradfri-client", - "version": "0.8.4", + "version": "0.8.5", "description": "Library to talk to IKEA Trådfri Gateways without external binaries", "keywords": [ "coap", @@ -54,7 +54,7 @@ }, "dependencies": { "debug": "^3.1.0", - "node-coap-client": "^0.5.3", + "node-coap-client": "^0.5.5", "reflect-metadata": "^0.1.12" }, "scripts": {