Skip to content

Commit

Permalink
chore(release): 3.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
dgreif committed Feb 6, 2021
1 parent d82ad32 commit 47a6c09
Show file tree
Hide file tree
Showing 3 changed files with 20 additions and 2 deletions.
18 changes: 18 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,24 @@

All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.

## [3.0.0](https://github.com/dgreif/homebridge-hatch-baby-rest/compare/v2.2.1...v3.0.0) (2021-02-06)


### ⚠ BREAKING CHANGES

* v3 includes a number of breaking changes. Please see https://github.com/dgreif/homebridge-hatch-baby-rest/wiki/Upgrading-from-v2-to-v3 for details

### Features

* unified platform config for rest and rest+ ([8902516](https://github.com/dgreif/homebridge-hatch-baby-rest/commit/89025164d36eefcc0f97572a652f302728d46e3d))
* **rest:** separate power, light and sound accessories ([f3ddba2](https://github.com/dgreif/homebridge-hatch-baby-rest/commit/f3ddba261658209c0ca98166d5296da123a6802a))
* **rest+:** separate power, light and sound accessories ([55617e5](https://github.com/dgreif/homebridge-hatch-baby-rest/commit/55617e5c78565c6068143fdb7b34401c42dceb70))


### Bug Fixes

* automatically migrate rest accessories to platform ([d82ad32](https://github.com/dgreif/homebridge-hatch-baby-rest/commit/d82ad32ca6623300fae137a75dbc6c5bd17c4b40))

### [2.2.1](https://github.com/dgreif/homebridge-hatch-baby-rest/compare/v2.2.0...v2.2.1) (2021-01-29)

## [2.2.0](https://github.com/dgreif/homebridge-hatch-baby-rest/compare/v2.1.0...v2.2.0) (2021-01-29)
Expand Down
2 changes: 1 addition & 1 deletion 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-hatch-baby-rest",
"version": "2.2.1",
"version": "3.0.0",
"description": "Homebridge plugin for Hatch Baby Rest bluetooth night light",
"main": "lib/index.js",
"scripts": {
Expand Down

0 comments on commit 47a6c09

Please sign in to comment.