diff --git a/README.md b/README.md index 07442dc..edcb30b 100644 --- a/README.md +++ b/README.md @@ -19,8 +19,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__ +### 1.9.0 (2022-06-19) * (Apollon77) Detect MQTT reconnect issue "Server unavailable" and reinitialize the MQTT connection completely - this case is silently handled as reconnect! ### 1.8.1 (2022-05-31) diff --git a/package-lock.json b/package-lock.json index af8dac0..99f0430 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "meross-cloud", - "version": "1.8.1", + "version": "1.9.0", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "meross-cloud", - "version": "1.8.1", + "version": "1.9.0", "license": "MIT", "dependencies": { "mqtt": "^4.3.7", diff --git a/package.json b/package.json index 9e527d0..1848ca6 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "meross-cloud", - "version": "1.8.1", + "version": "1.9.0", "description": "Control Meross cloud devices using nodejs", "author": "Ingo Fischer ", "contributors": [],