Skip to content

Commit 750d194

Browse files
committed
Dependency Updates
1 parent 8e53bb3 commit 750d194

File tree

3 files changed

+20
-13
lines changed

3 files changed

+20
-13
lines changed

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,14 @@
22

33
All notable changes to this project will be documented in this file. This project uses [Semantic Versioning](https://semver.org/).
44

5+
## 0.9.2 (2025-09-13)
56

7+
## [Version 0.9.2](https://github.com/northernman54/homebridge-alexa/compare/v0.9.1...v0.9.2)
8+
9+
#### Changes
10+
11+
- Dependency Updates
12+
613
## 0.9.1 (2025-08-13)
714

815
## [Version 0.9.1](https://github.com/northernman54/homebridge-alexa/compare/v0.9.0...v0.9.1)

package-lock.json

Lines changed: 11 additions & 11 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "homebridge-alexa",
3-
"version": "0.9.1",
3+
"version": "0.9.2",
44
"description": "Control your Homebridge devices with Amazon Alexa.",
55
"main": "src/plugin.js",
66
"scripts": {
@@ -34,7 +34,7 @@
3434
"homebridge-plugin"
3535
],
3636
"devDependencies": {
37-
"@homebridge/hap-client": "^2.0.0",
37+
"@homebridge/hap-client": "^3.1.1",
3838
"@types/node": "^22.10.2",
3939
"@types/jest": "^29.5.14",
4040
"@eslint/js": "^9.14.0",

0 commit comments

Comments
 (0)