Skip to content

Commit

Permalink
v3.7.3
Browse files Browse the repository at this point in the history
## v3.7.3 (2024-06-24)

### Other Changes
- Add service name to error message to more easily pinpoint service name (#22) (@slyoldfox)
  • Loading branch information
donavanbecker committed Jun 24, 2024
1 parent 89b0347 commit 030903c
Show file tree
Hide file tree
Showing 4 changed files with 488 additions and 252 deletions.
15 changes: 15 additions & 0 deletions .github/workflows/release-drafter.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
name: Release Drafter

on:
push:
branches: [latest]
pull_request: # required for autolabeler
branches: [latest]
types: [opened, reopened, synchronize, ready_for_review, review_requested]
workflow_dispatch:

jobs:
stale:
uses: homebridge/.github/.github/workflows/release-drafter.yml@latest
secrets:
token: ${{ secrets.GITHUB_TOKEN }}
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
# Change Log

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

## v3.7.3 (2024-06-24)

### Other Changes

- Add service name to error message to more easily pinpoint service name (#22) (@slyoldfox)
Loading

0 comments on commit 030903c

Please sign in to comment.