Skip to content

Commit

Permalink
chore: release v0.9.0
Browse files Browse the repository at this point in the history
* (Apollon77) BREAKING: Returned data objects partially contain BigInt values (represented by bignumber.js instances) for iid/aid fields!
  • Loading branch information
Apollon77 committed Jan 9, 2023
1 parent d0bba93 commit c7c171a
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -273,7 +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.0 (2023-01-09)
* (Apollon77) BREAKING: Returned data objects partially contain BigInt values (represented by bignumber.js instances) for iid/aid fields!

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

0 comments on commit c7c171a

Please sign in to comment.