From d47c366eea5170dd4578729c4c8efc7ff91d8092 Mon Sep 17 00:00:00 2001 From: Dominic Griesel Date: Sun, 18 Mar 2018 10:29:56 +0100 Subject: [PATCH] release v0.12.1 [skip ci] --- README.md | 2 +- package.json | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 2985ab97..8a6ceaca 100644 --- a/README.md +++ b/README.md @@ -599,7 +599,7 @@ All parameters of this object are optional and use the default values if not pro ## Changelog -#### __WORK IN PROGRESS__ +#### 0.12.1 (2018-21-00) * (AlCalzone) Added automatic retrying of the initial connection (if already authenticated) #### 0.12.0 (2018-21-06) diff --git a/package.json b/package.json index e882a7ea..e73a03bf 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "node-tradfri-client", - "version": "0.12.0", + "version": "0.12.1", "description": "Library to talk to IKEA Trådfri Gateways without external binaries", "keywords": [ "coap", @@ -104,4 +104,4 @@ "instrument": true }, "readme": "README.md" -} +} \ No newline at end of file