Skip to content

Commit 66cfa71

Browse files
committed
v0.13.1
1 parent 044f6aa commit 66cfa71

File tree

3 files changed

+12
-3
lines changed

3 files changed

+12
-3
lines changed

CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,15 @@
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+
## v0.13.1 (2025-06-04)
6+
7+
*No changes since v0.13.0, just a version bump to trigger a new release.*
8+
9+
### Homebridge Dependencies
10+
11+
- `@homebridge/ciao` @ `v1.3.1`
12+
- `bonjour-hap` @ `v3.9.0`
13+
514
## v0.13.0 (2025-06-04)
615

716
### Changed

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": "hap-nodejs",
3-
"version": "0.13.0",
3+
"version": "0.13.1",
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)