Skip to content

Commit 7414d15

Browse files
committed
v2.1.0
1 parent 26f69c9 commit 7414d15

File tree

3 files changed

+22
-4
lines changed

3 files changed

+22
-4
lines changed

CHANGELOG.md

Lines changed: 19 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

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

5-
## v2.0.3 (Unreleased)
5+
## v2.1.0 (2026-02-08)
66

77
### Changes
88

@@ -12,6 +12,12 @@ All notable changes to `hap-nodejs` will be documented in this file. This projec
1212
- update hap characteristics and services
1313
- regenerate documentation (`typedoc`) files
1414

15+
### Homebridge Dependencies
16+
17+
- `@homebridge/ciao` @ `v1.3.5`
18+
- `@homebridge/dbus-native` @ `v0.7.3`
19+
- `bonjour-hap` @ `v3.10.0`
20+
1521
## v2.0.2 (2025-09-17)
1622

1723
### Changes
@@ -23,12 +29,24 @@ All notable changes to `hap-nodejs` will be documented in this file. This projec
2329
- regenerate documentation (`typedoc`) files
2430
- docs: remove unnecessary `@group` tags on interface declarations
2531

32+
### Homebridge Dependencies
33+
34+
- `@homebridge/ciao` @ `v1.3.4`
35+
- `@homebridge/dbus-native` @ `v0.7.2`
36+
- `bonjour-hap` @ `v3.9.1`
37+
2638
## v2.0.1 (2025-07-23)
2739

2840
### Changes
2941

3042
- dependency updates
3143

44+
### Homebridge Dependencies
45+
46+
- `@homebridge/ciao` @ `v1.3.4`
47+
- `@homebridge/dbus-native` @ `v0.7.2`
48+
- `bonjour-hap` @ `v3.9.1`
49+
3250
## v2.0.0 (2025-06-17)
3351

3452
### Breaking

package-lock.json

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

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@homebridge/hap-nodejs",
3-
"version": "2.0.2",
3+
"version": "2.1.0",
44
"description": "HAP-NodeJS is a Node.js implementation of HomeKit Accessory Server.",
55
"main": "dist/index.js",
66
"types": "dist/index.d.ts",

0 commit comments

Comments
 (0)