From 532cc083a6d8b4583e7d805037497ca3560104b8 Mon Sep 17 00:00:00 2001 From: Ingo Fischer Date: Thu, 9 Jun 2022 14:52:28 +0200 Subject: [PATCH] chore: release v2.0.0 * Major update, see notes above * (theimo1221) Rewrite to typescript --- README.md | 4 +--- package-lock.json | 4 ++-- package.json | 2 +- 3 files changed, 4 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index 2a72986..28f0d2b 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.0 (2022-06-09) * Major update, see notes above * (theimo1221) Rewrite to typescript @@ -272,4 +271,3 @@ The following endpoints (according to ...) are currently not implemented and ca ## Disclaimer **Daikin is a trademark of DAIKIN INDUSTRIES, LTD. I am in no way endorsed by or affiliated with DAIKIN INDUSTRIES, LTD., or any associated subsidiaries, logos or trademarks. This personal project is maintained in spare time.** - diff --git a/package-lock.json b/package-lock.json index ce87f08..65e60d8 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "daikin-controller", - "version": "1.2.2", + "version": "2.0.0", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "daikin-controller", - "version": "1.2.2", + "version": "2.0.0", "license": "MIT", "dependencies": { "node-rest-client": "^3.1.1", diff --git a/package.json b/package.json index 1f61867..92f41f5 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "daikin-controller", - "version": "1.2.2", + "version": "2.0.0", "description": "Control Daikin Air Conditioner devices using nodejs", "author": "Ingo Fischer ", "contributors": [],