Skip to content

Commit

Permalink
Prep For Release
Browse files Browse the repository at this point in the history
  • Loading branch information
NorthernMan54 committed Dec 4, 2024
1 parent bcd63d1 commit f88d78f
Show file tree
Hide file tree
Showing 3 changed files with 20 additions and 20 deletions.
4 changes: 2 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

All notable changes to `@homebridge/hap-client` will be documented in this file. This project tries to adhere to [Semantic Versioning](http://semver.org/).

## BETA
## v2.0.5 (2024-12-04)

### Changed

Expand All @@ -11,7 +11,7 @@ All notable changes to `@homebridge/hap-client` will be documented in this file.
- Added new setCharacteristic option, setCharacteristicByType which finds characteristic by type for setting.
- Added new getResource request to retrieve snapshot images from camera's
- Minor tweak to serviceName, and if the name is blank, use the name value from Accessory Information
- Fixed issue of error handler triggering error when attempting to connect to a homebridge instance that is down
- Fixed issue of error handler triggering an error when attempting to connect to a homebridge instance that is down
- Added restart of monitor when client connections close
- Added console logging if a logger is not provided

Expand Down
32 changes: 16 additions & 16 deletions package-lock.json

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

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,14 +37,14 @@
},
"homepage": "https://github.com/homebridge/hap-client/blob/latest#readme",
"dependencies": {
"axios": "1.7.7",
"axios": "1.7.9",
"bonjour-service": "1.3.0",
"decamelize": "5.0.1",
"inflection": "3.0.0",
"source-map-support": "0.5.21"
},
"devDependencies": {
"@types/node": "^22.9.1",
"@types/node": "^22.10.1",
"@types/source-map-support": "^0.5.10",
"@typescript-eslint/eslint-plugin": "^8.15.0",
"@typescript-eslint/parser": "^8.15.0",
Expand Down

0 comments on commit f88d78f

Please sign in to comment.