Skip to content

Commit 4fd4424

Browse files
committed
Merge branch 'latest' into beta-4.0.0
2 parents c72b957 + 40d9a76 commit 4fd4424

File tree

237 files changed

+779
-753
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

237 files changed

+779
-753
lines changed

.github/workflows/release.yml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -22,8 +22,6 @@ jobs:
2222
with:
2323
release_type: ${{ needs.determine-release-type.outputs.release_type }}
2424
is_esm: ${{ needs.determine-release-type.outputs.is_esm == 'true' }}
25-
secrets:
26-
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}
2725

2826
# 3️⃣ Publish to NPM and create GitHub release
2927
publish-release:
@@ -48,8 +46,6 @@ jobs:
4846
branch_name: ${{ needs.determine-release-type.outputs.branch_name }}
4947
release_type: ${{ needs.determine-release-type.outputs.release_type }}
5048
is_esm: ${{ needs.determine-release-type.outputs.is_esm == 'true' }}
51-
secrets:
52-
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}
5349

5450
# 5️⃣ Notify if any previous job fails
5551
workflow-failure:

CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,15 @@
22

33
All notable changes to this project will be documented in this file. This project uses [Semantic Versioning](https://semver.org/)
44

5+
## [3.6.1](https://github.com/OpenWonderLabs/node-switchbot/releases/tag/v3.6.1) (2025-12-16)
6+
7+
## What's Changed
8+
* update presence sensor docs by @Donavan Becker in https://github.com/OpenWonderLabs/node-switchbot/commit/db4d02c
9+
* Add support for presence sensor by @Donavan Becker in https://github.com/OpenWonderLabs/node-switchbot/commit/d2eafba
10+
* v3.6.0 by @Donavan Becker in https://github.com/OpenWonderLabs/node-switchbot/pull/298
11+
12+
**Full Changelog**: https://github.com/OpenWonderLabs/node-switchbot/compare/v3.5.1...v3.6.1
13+
514
## [3.6.0](https://github.com/OpenWonderLabs/node-switchbot/releases/tag/v3.6.0) (2025-08-27)
615

716
### What's Changed
@@ -571,3 +580,6 @@ dnicolson
571580
### What's Changed
572581

573582
- Initial commit
583+
584+
585+
[def]: h

docs/assets/hierarchy.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

docs/assets/navigation.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

docs/assets/search.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)