Skip to content

Commit 1ef9464

Browse files
author
github-actions
committed
chore(release): v3.6.1 [skip ci]
1 parent a16d788 commit 1ef9464

File tree

3 files changed

+14
-5
lines changed

3 files changed

+14
-5
lines changed

CHANGELOG.md

Lines changed: 10 additions & 1 deletion
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+
* v3.7.0 by @Donavan Becker in https://github.com/OpenWonderLabs/node-switchbot/commit/a16d788
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.7.0](https://github.com/OpenWonderLabs/node-switchbot/releases/tag/v3.7.0) (2025-12-16)
615

716
### What's Changed
@@ -580,4 +589,4 @@ dnicolson
580589
- Initial commit
581590

582591

583-
[def]: h
592+
[def]: h

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "node-switchbot",
33
"type": "module",
4-
"version": "3.7.0",
4+
"version": "3.6.1",
55
"description": "The node-switchbot is a Node.js module which allows you to control your Switchbot Devices through Bluetooth (BLE).",
66
"author": "OpenWonderLabs (https://github.com/OpenWonderLabs)",
77
"license": "MIT",
@@ -79,4 +79,4 @@
7979
"typescript": "^5.9.2",
8080
"vitest": "^3.2.4"
8181
}
82-
}
82+
}

0 commit comments

Comments
 (0)