We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 815910f commit 0536c4dCopy full SHA for 0536c4d
.github/workflows/test-and-release.yml
@@ -74,6 +74,7 @@ jobs:
74
uses: actions/checkout@v4
75
with:
76
fetch-depth: 0 # Fetch the history, or this action won't work
77
+ ref: 'master'
78
79
- name: Use Node.js 18
80
if: steps.automerge.outputs.mergeResult == 'merged'
README.md
@@ -908,7 +908,7 @@ The adapter is tested with an DENON AVR-X1200W and a Marantz SR5009.
908
Placeholder for the next version (at the beginning of the line):
909
### __WORK IN PROGRESS__
910
-->
911
-### 1.15.11 (2024-07-23)
+### __WORK IN PROGRESS__
912
* (foxriver76) updated dependencies
913
* (foxriver76) added tier and license information
914
* (foxriver76) fixed invalid object `denon.0`
0 commit comments