Skip to content

Commit

Permalink
add v0.12.3 info to changelog (#1076)
Browse files Browse the repository at this point in the history
  • Loading branch information
bwp91 authored Oct 26, 2024
1 parent 31e7391 commit ee41309
Show file tree
Hide file tree
Showing 3 changed files with 37 additions and 21 deletions.
13 changes: 13 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,19 @@ All notable changes to `hap-nodejs` will be documented in this file. This projec
- `@homebridge/ciao` @ `v1.3.0`
- `bonjour-hap` @ `v3.8.0`

## v0.12.3 (2024-10-25)

### Changed

- minor dependency update
- mark compatible with node v22
- fix `initWithServices` reference in typedoc

### Homebridge Dependencies

- `@homebridge/ciao` @ `v1.3.0`
- `bonjour-hap` @ `v3.8.0`

## v0.12.2 (2024-05-31)

### Changed
Expand Down
43 changes: 23 additions & 20 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@
"@types/debug": "^4.1.12",
"@types/escape-html": "^1.0.4",
"@types/jest": "^29.5.14",
"@types/node": "^22.8.0",
"@types/node": "^22.8.1",
"@types/plist": "^3.0.5",
"@typescript-eslint/eslint-plugin": "^7.16.1",
"@typescript-eslint/parser": "^7.16.1",
Expand Down

0 comments on commit ee41309

Please sign in to comment.