Skip to content

Commit 58be007

Browse files
committed
remove treatWarningsAsErrors flag from doc gen
1 parent 66cfa71 commit 58be007

2 files changed

Lines changed: 12 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,17 @@
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.2 (Unreleased)
6+
7+
### Changed
8+
9+
- remove `treatWarningsAsErrors` flag from doc gen
10+
11+
### Homebridge Dependencies
12+
13+
- `@homebridge/ciao` @ `v1.3.1`
14+
- `bonjour-hap` @ `v3.9.0`
15+
516
## v0.13.1 (2025-06-04)
617

718
*No changes since v0.13.0, just a version bump to trigger a new release.*

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
"test-coverage": "jest --coverage",
2222
"start": "node dist/BridgedCore.js",
2323
"docs": "typedoc",
24-
"lint-docs": "typedoc --emit none --treatWarningsAsErrors"
24+
"lint-docs": "typedoc --emit none"
2525
},
2626
"keywords": [
2727
"hap-nodejs",

0 commit comments

Comments
 (0)