Skip to content

Commit

Permalink
v2.1.0
Browse files Browse the repository at this point in the history
## [2.1.0](https://github.com/OpenWonderLabs/node-switchbot/releases/tag/v2.1.0) (2024-04-XX)

### What's Changed
- Add Full Switchbot Lock Support [#232](#232), Thanks [@brozef](https://github.com/brozef)
- Housekeeping and update dependencies

**Full Changelog**: v2.0.3...v2.1.0
  • Loading branch information
donavanbecker committed Feb 13, 2024
1 parent 7553f11 commit 705b69c
Show file tree
Hide file tree
Showing 3 changed files with 68 additions and 60 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,14 @@

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

## [2.1.0](https://github.com/OpenWonderLabs/node-switchbot/releases/tag/v2.1.0) (2024-04-XX)

### What's Changed
- Add Full Switchbot Lock Support [#232](https://github.com/OpenWonderLabs/node-switchbot/pull/232), Thanks [@brozef](https://github.com/brozef)
- Housekeeping and update dependencies

**Full Changelog**: https://github.com/OpenWonderLabs/node-switchbot/compare/v2.0.3...v2.1.0

## [2.0.3](https://github.com/OpenWonderLabs/node-switchbot/releases/tag/v2.0.3) (2024-02-11)

### What's Changed
Expand Down
114 changes: 57 additions & 57 deletions package-lock.json

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

6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "node-switchbot",
"version": "2.0.3",
"version": "2.1.0",
"description": "The node-switchbot is a Node.js module which allows you to control your Switchbot Devices through Bluetooth (BLE).",
"homepage": "https://github.com/OpenWonderLabs/node-switchbot",
"author": "OpenWonderLabs (https://github.com/OpenWonderLabs)",
Expand Down Expand Up @@ -43,8 +43,8 @@
},
"devDependencies": {
"@types/node": "^20.11.17",
"@typescript-eslint/eslint-plugin": "^6.21.0",
"@typescript-eslint/parser": "^6.21.0",
"@typescript-eslint/eslint-plugin": "^7.0.1",
"@typescript-eslint/parser": "^7.0.1",
"eslint": "^8.56.0",
"npm-check-updates": "^16.14.15",
"rimraf": "^5.0.5",
Expand Down

0 comments on commit 705b69c

Please sign in to comment.