Skip to content

Commit 85384fc

Browse files
committed
Prepare for v2.3.0 release.
1 parent c5855ee commit 85384fc

File tree

3 files changed

+9
-2
lines changed

3 files changed

+9
-2
lines changed

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,13 @@
22

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

5+
## v2.3.0 (2020-07-14)
6+
7+
### Changes
8+
9+
* Added HTTP support for motion detection and doorbells.
10+
* Separated MQTT doorbell and motion messages.
11+
512
## v2.2.2 (2020-07-13)
613

714
### Changes

package-lock.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"displayName": "Homebridge Camera FFmpeg",
33
"name": "homebridge-camera-ffmpeg",
4-
"version": "2.2.2",
4+
"version": "2.3.0",
55
"description": "ffmpeg plugin for homebridge: https://github.com/homebridge/homebridge",
66
"main": "dist/index.js",
77
"license": "ISC",

0 commit comments

Comments
 (0)