Skip to content

Commit

Permalink
fix homepage in package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
bwp91 committed Oct 15, 2024
1 parent e4ec300 commit d00a161
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,12 @@ 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

## v10.12.1 (2024-10-15)

### Fixed

- fix `homepage` in `package.json`

## v10.12.0 (2024-10-15)

### Added
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
"url": "https://www.paypal.me/BenPotter"
}
],
"homepage": "https://github.com/bwp91/homebridge-meross",
"homepage": "https://github.com/bwp91/homebridge-govee",
"repository": {
"type": "git",
"url": "git+https://github.com/bwp91/homebridge-govee.git"
Expand Down

0 comments on commit d00a161

Please sign in to comment.