From 85c9c27fde75af77c875a1bb1c81be5c9be07cbd Mon Sep 17 00:00:00 2001 From: Ingo Fischer Date: Mon, 2 Jan 2023 20:03:56 +0100 Subject: [PATCH] chore: release v2.4.0 * (Apollon77) Added controlRollerShutterPosition that might work with Homekit versions of shutter devices * (Apollon77) Prevented crash case reported by Sentry --- 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 912f55b..7c2c3d6 100644 --- a/README.md +++ b/README.md @@ -24,8 +24,7 @@ see example folder The library is partially based on the Python project https://github.com/albertogeniola/MerossIot, Thank you for this great basic work on how to connect to the Meross Cloud Servers ## Changelog - -### __WORK IN PROGRESS__ +### 2.4.0 (2023-01-02) * (Apollon77) Added controlRollerShutterPosition that might work with Homekit versions of shutter devices * (Apollon77) Prevented crash case reported by Sentry diff --git a/package-lock.json b/package-lock.json index 555a4dc..64fe352 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "meross-cloud", - "version": "2.3.1", + "version": "2.4.0", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "meross-cloud", - "version": "2.3.1", + "version": "2.4.0", "license": "MIT", "dependencies": { "mqtt": "^4.3.7", diff --git a/package.json b/package.json index ca19b9a..e9cdd1b 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "meross-cloud", - "version": "2.3.1", + "version": "2.4.0", "description": "Control Meross cloud devices using nodejs", "author": "Ingo Fischer ", "contributors": [],