From 8b5da9222f72c9452e8c3330752afd291f04373c Mon Sep 17 00:00:00 2001 From: Ingo Fischer Date: Wed, 3 Jul 2024 00:17:18 +0200 Subject: [PATCH] chore: release v2.0.0-alpha.1 * BREAKING: Username/Passwort and Proxy Authentications are removed and replaced by the new Daikin Portal Authentication! You need to re-authenticate! * BREAKING: DaikinCloudController class constructor changed and has new options structure! * (jacoscaz) Port to Typescript * (jacoscaz) Switch to Daikin's OIDC-based Onecta API * (Apollon77) Enhancements to restore some make sure former functionality is still possible to use --- 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 2e4f692..2fa1f5b 100644 --- a/README.md +++ b/README.md @@ -74,8 +74,7 @@ See [`src/example.ts`](./src/example.ts). * Implement interval data update in library or only from outside? ## Changelog: - -### __WORK IN PROGRESS__ +### 2.0.0-alpha.1 (2024-07-02) * BREAKING: Username/Passwort and Proxy Authentications are removed and replaced by the new Daikin Portal Authentication! You need to re-authenticate! * BREAKING: DaikinCloudController class constructor changed and has new options structure! * (jacoscaz) Port to Typescript diff --git a/package-lock.json b/package-lock.json index 6f11a5a..a610e2d 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "daikin-controller-cloud", - "version": "2.0.0-alpha.0", + "version": "2.0.0-alpha.1", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "daikin-controller-cloud", - "version": "2.0.0-alpha.0", + "version": "2.0.0-alpha.1", "license": "MIT", "dependencies": { "openid-client": "^5.6.5" diff --git a/package.json b/package.json index 6f17c5f..7d85f2c 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "daikin-controller-cloud", - "version": "2.0.0-alpha.0", + "version": "2.0.0-alpha.1", "description": "Interact with Daikin Cloud devices and retrieve Tokens", "author": "Apollon77 ", "contributors": [],