Skip to content

Commit 044f6aa

Browse files
committed
v0.13.0
1 parent 0c21b3f commit 044f6aa

File tree

3 files changed

+6
-4
lines changed

3 files changed

+6
-4
lines changed

CHANGELOG.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,12 @@
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.0 (Unreleased)
5+
## v0.13.0 (2025-06-04)
66

77
### Changed
88

9+
_Most of these commits have been backported from the `v1.x` track. None should be breaking changes._
10+
911
- Mitigate event emitter "memory leak" warnings when a significant number of HomeKit camera streaming events occur simultaneously. (#1037)
1012
- fix type issue and fix ts build issue
1113
- Correct the formatting and presentation of some recording-related debug and error logging. (#1040)

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.12.3",
3+
"version": "0.13.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)