Skip to content

Commit

Permalink
v2.12.1
Browse files Browse the repository at this point in the history
## [Version 2.12.1](https://github.com/OpenWonderLabs/homebridge-switchbot/releases/tag/v2.12.1) (2023-11-26)

## What's Changed

- Housekeeping and updated dependencies.

**Full Changelog**: v2.12.0...v2.12.1
  • Loading branch information
donavanbecker committed Nov 26, 2023
1 parent cefc597 commit fc6acbe
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 5 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/)

## [Version 2.12.1](https://github.com/OpenWonderLabs/homebridge-switchbot/releases/tag/v2.12.1) (2023-11-26)

## What's Changed

- Housekeeping and updated dependencies.

**Full Changelog**: https://github.com/OpenWonderLabs/homebridge-switchbot/compare/v2.12.0...v2.12.1

## [Version 2.12.0](https://github.com/OpenWonderLabs/homebridge-switchbot/releases/tag/v2.12.0) (2023-11-17)

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

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

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"displayName": "SwitchBot",
"name": "@switchbot/homebridge-switchbot",
"version": "2.12.0",
"version": "2.12.1",
"description": "The [Homebridge](https://homebridge.io) SwitchBot plugin allows you to access your [SwitchBot](https://www.switch-bot.com) device(s) from HomeKit.",
"author": "SwitchBot <[email protected]> (https://github.com/SwitchBot)",
"license": "ISC",
Expand All @@ -14,7 +14,7 @@
"url": "https://github.com/OpenWonderLabs/homebridge-switchbot/issues"
},
"engines": {
"homebridge": "^1.6.1",
"homebridge": "^1.7.0",
"node": "^18 || ^20"
},
"main": "dist/index.js",
Expand Down

0 comments on commit fc6acbe

Please sign in to comment.