Skip to content

Commit

Permalink
changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
bwp91 committed Oct 12, 2024
1 parent 93424fe commit d1109f5
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 2 deletions.
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,17 @@ This project tries to adhere to [Semantic Versioning](http://semver.org/). In pr
- `MINOR` version when a new device type is added, or when a new feature is added that is backwards-compatible
- `PATCH` version when backwards-compatible bug fixes are implemented

## 12.3.2 (2024-10-12)

### Changed

- Support node 22
- Bump `node` recommended versions to v18.20.4 or v20.18.0 or v22.9.0

### Fixed

- fixed cases where the plugin would crash when a device update fails

## 12.3.1 (2024-07-15)

### Changed
Expand Down
2 changes: 1 addition & 1 deletion 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 @@ -53,7 +53,7 @@
"main": "lib/index.js",
"engines": {
"homebridge": "^1.6.0 || ^2.0.0-beta.0",
"node": "^18.20.4 || ^20.16.0 || ^22.5.0"
"node": "^18.20.4 || ^20.18.0 || ^22.9.0"
},
"scripts": {
"lint": "eslint . --fix",
Expand Down

0 comments on commit d1109f5

Please sign in to comment.