Skip to content
This repository has been archived by the owner on May 15, 2023. It is now read-only.

Commit

Permalink
Update version and changelog after minimist update
Browse files Browse the repository at this point in the history
  • Loading branch information
danieljbnz committed Mar 26, 2022
1 parent 6ce8a87 commit 162de50
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 3 deletions.
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,16 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
- Option to override topic per sensor (would default to 'messageTopic'). This allows you to get sensor activity from multiple topics.
- Show sensors in HomeKit as individual items

## [v3.1.1](https://github.com/danieljbnz/homebridge-homeqtt-alarm/compare/v3.1.0...v3.1.1) (2022-03-27)
### Update
- Bumps [minimist](https://github.com/substack/minimist) from 1.2.5 to 1.2.6.
- [Release notes](https://github.com/substack/minimist/releases)
- [Commits](substack/minimist@1.2.5...1.2.6)

- Updated-dependencies:
- dependency-name: minimist
- dependency-type: indirect

## [v3.1.0](https://github.com/danieljbnz/homebridge-homeqtt-alarm/compare/v3.0.9...v3.1.0) (2022-02-20)
### Added
- Alarm Arm/Trigger Delay - enter time delay in seconds. This defaults to 0.
Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

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

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "homebridge-homeqtt-alarm",
"version": "3.1.0",
"version": "3.1.1",
"description": "Homebridge MQTT Security Alarm Plugin",
"author": "Daniel Burgess",
"main": "index.js",
Expand Down

0 comments on commit 162de50

Please sign in to comment.