From 288ab9aabd3a541ebcac0aaab23693e42df459cf Mon Sep 17 00:00:00 2001 From: Ingo Fischer Date: Thu, 9 Jun 2022 18:02:11 +0200 Subject: [PATCH] chore: release v2.0.2 * (Apollon77) Correctly decode encoded strings again --- README.md | 3 +-- package-lock.json | 4 ++-- package.json | 2 +- 3 files changed, 4 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index 38f4c75..7465619 100644 --- a/README.md +++ b/README.md @@ -231,8 +231,7 @@ The following endpoints (according to ...) are currently not implemented and ca * /aircon/get_day_paower_ex ## Changelog - -### __WORK IN PROGRESS__ +### 2.0.2 (2022-06-09) * (Apollon77) Correctly decode encoded strings again ### 2.0.1 (2022-06-09) diff --git a/package-lock.json b/package-lock.json index ab7fd46..9af15e6 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "daikin-controller", - "version": "2.0.1", + "version": "2.0.2", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "daikin-controller", - "version": "2.0.1", + "version": "2.0.2", "license": "MIT", "dependencies": { "node-rest-client": "^3.1.1", diff --git a/package.json b/package.json index db8c6e2..3211b98 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "daikin-controller", - "version": "2.0.1", + "version": "2.0.2", "description": "Control Daikin Air Conditioner devices using nodejs", "author": "Ingo Fischer ", "contributors": [],