Skip to content

Commit

Permalink
Merge branch 'beta-1.8.4' into api-register-platform-generic-config
Browse files Browse the repository at this point in the history
  • Loading branch information
donavanbecker committed Jun 25, 2024
2 parents b6b24bd + 72384ed commit f41b703
Show file tree
Hide file tree
Showing 6 changed files with 376 additions and 294 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,3 +16,6 @@ jobs:
lint:
needs: build_and_test
uses: homebridge/.github/.github/workflows/eslint.yml@latest
lint-docs:
needs: build_and_test
uses: homebridge/.github/.github/workflows/lint-docs.yml@latest
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,17 @@

All notable changes to `homebridge` will be documented in this file. This project tries to adhere to [Semantic Versioning](http://semver.org/).

## BETA

### Changed

- Updated dependencies, fix `typedoc` generation
- Updated build workflow: added `lint-docs`

### Homebridge Dependencies

- `hap-nodejs` @ `v0.12.3-beta.2`

## v1.8.3 (2024-06-19)

### Changed
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ The official Homebridge Discord server and Reddit community are where users can

<span align="center">

[![Homebridge Discord](https://discordapp.com/api/guilds/432663330281226270/widget.png?style=banner2)](https://discord.gg/kqNCe2D) [![Homebridge Reddit](.github/homebridge-reddit.svg?sanitize=true)](https://www.reddit.com/r/homebridge/)
[![Homebridge Discord](https://discordapp.com/api/guilds/432663330281226270/widget.png?style=banner2)](https://discord.gg/kqNCe2D) [![Homebridge Reddit](https://raw.githubusercontent.com/homebridge/homebridge/latest/.github/homebridge-reddit.svg?sanitize=true)](https://www.reddit.com/r/homebridge/)

</span>

Expand Down
Loading

0 comments on commit f41b703

Please sign in to comment.