Skip to content

Commit

Permalink
chore: release v0.9.1
Browse files Browse the repository at this point in the history
* (Apollon77) Return response body for getCharacteristics and subscribe/unsubscribe also when return code was 207 in IP mode
  • Loading branch information
Apollon77 committed Jan 10, 2023
1 parent d474e28 commit b32828b
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 5 deletions.
3 changes: 1 addition & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -273,8 +273,7 @@ Please feel free to open an [issue](https://github.com/Apollon77/hap-controller-
For Issues please consider to directly provide debug loggins (see above).

## Changelog

### __WORK IN PROGRESS__
### 0.9.1 (2023-01-10)
* (Apollon77) Return response body for getCharacteristics and subscribe/unsubscribe also when return code was 207 in IP mode

### 0.9.0 (2023-01-09)
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": "hap-controller",
"version": "0.9.0",
"version": "0.9.1",
"description": "Library to implement a HAP (HomeKit) controller",
"main": "lib/index.js",
"types": "lib/index.d.ts",
Expand Down

0 comments on commit b32828b

Please sign in to comment.