Skip to content

Commit

Permalink
chore: release v2.2.0
Browse files Browse the repository at this point in the history
* (Apollon77) Add support for FilterMaintenance data of MAP100 air purifier
* (Apollon77) Fix typings: messageId returned by many calls is a string and not a number
  • Loading branch information
Apollon77 committed Sep 4, 2022
1 parent 1b3ede9 commit cc1e0bc
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 6 deletions.
5 changes: 2 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,10 +23,9 @@ 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.2.0 (2022-09-04)
* (Apollon77) Add support for FilterMaintenance data of MAP100 air purifier
* (Apollon77) Fix typings: messageId returned by many calls is a string and not a number
* (Apollon77) Fix typings: messageId returned by many calls is a string and not a number

### 2.1.3 (2022-08-12)
* (Apollon77) Prevent some crash cases reported by Sentry
Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "meross-cloud",
"version": "2.1.3",
"version": "2.2.0",
"description": "Control Meross cloud devices using nodejs",
"author": "Ingo Fischer <[email protected]>",
"contributors": [],
Expand Down

0 comments on commit cc1e0bc

Please sign in to comment.