Skip to content

Commit

Permalink
v3.3.0 (#270)
Browse files Browse the repository at this point in the history
## [3.3.0](https://github.com/OpenWonderLabs/node-switchbot/releases/tag/v3.3.0) (2024-11-02)

### What's Changed
- Add Water Leak Decector Support
- Add initial support for the Keypad Touch
- Fix timeout error handling [#268](#268), Thanks [@dnicolson](https://github.com/dnicolson)
- Fix characteristic notification [#267](#267), Thanks [@dnicolson](https://github.com/dnicolson)
- Change scanning log level [#266](#266), Thanks [@dnicolson](https://github.com/dnicolson)
- Housekeeping and update dependencies

**Full Changelog**: v3.2.1...v3.3.0
  • Loading branch information
donavanbecker authored Nov 2, 2024
1 parent 4b5b4e9 commit d7683ea
Show file tree
Hide file tree
Showing 202 changed files with 1,974 additions and 1,297 deletions.
4 changes: 3 additions & 1 deletion .github/workflows/beta-release.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Node-CI Beta
name: Beta Release

on:
push:
Expand All @@ -20,6 +20,8 @@ jobs:
publish:
needs: lint
if: ${{ github.repository == 'OpenWonderLabs/node-switchbot' }}
permissions:
id-token: write
uses: OpenWonderLabs/.github/.github/workflows/npm-publish.yml@latest
with:
tag: 'beta'
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Node Release
name: Release

on:
release:
Expand All @@ -14,9 +14,9 @@ jobs:

publish:
needs: build_and_test

if: ${{ github.repository == 'OpenWonderLabs/node-switchbot' }}

permissions:
id-token: write
uses: OpenWonderLabs/.github/.github/workflows/npm-publish.yml@latest
secrets:
npm_auth_token: ${{ secrets.npm_token }}
Expand Down
2 changes: 1 addition & 1 deletion BLE.md
Original file line number Diff line number Diff line change
Expand Up @@ -1089,7 +1089,7 @@ In this code, you can get a [`WoHand`](#SwitchbotDeviceWoHand-object) object rep

### Logging

To be able to receive logging that this module is pushing out you will need to subscribt to the events.
To be able to receive logging that this module is pushing out you will need to subscribe to the events.

```typescript
this.switchBotBLE.on('log', (log) => {
Expand Down
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,18 @@

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

## [3.3.0](https://github.com/OpenWonderLabs/node-switchbot/releases/tag/v3.3.0) (2024-11-02)

### What's Changed
- Add Water Leak Decector Support
- Add initial support for the Keypad Touch
- Fix timeout error handling [#268](https://github.com/OpenWonderLabs/node-switchbot/pull/268), Thanks [@dnicolson](https://github.com/dnicolson)
- Fix characteristic notification [#267](https://github.com/OpenWonderLabs/node-switchbot/pull/267), Thanks [@dnicolson](https://github.com/dnicolson)
- Change scanning log level [#266](https://github.com/OpenWonderLabs/node-switchbot/pull/266), Thanks [@dnicolson](https://github.com/dnicolson)
- Housekeeping and update dependencies

**Full Changelog**: https://github.com/OpenWonderLabs/node-switchbot/compare/v3.2.1...v3.3.0

## [3.2.1](https://github.com/OpenWonderLabs/node-switchbot/releases/tag/v3.2.1) (2024-10-21)

### What's Changed
Expand Down
2 changes: 1 addition & 1 deletion docs/assets/navigation.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion docs/assets/search.js

Large diffs are not rendered by default.

Loading

0 comments on commit d7683ea

Please sign in to comment.