Skip to content

Commit bd71ad2

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

File tree

3 files changed

+13
-4
lines changed

3 files changed

+13
-4
lines changed

CHANGELOG.md

Lines changed: 9 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

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.6.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)