Skip to content
This repository has been archived by the owner on Oct 23, 2024. It is now read-only.

Commit

Permalink
chore(release): 2.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
apexad committed Apr 8, 2021
1 parent 5c9c442 commit 1a58370
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 2 deletions.
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,15 @@

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.

## [2.0.0](https://github.com/apexad/homebridge-airport-express-playing/compare/v1.4.9...v2.0.0) (2021-04-08)


### ⚠ BREAKING CHANGES

* acessories will reset 1 last time and break automations, but should be cached after that

* switched plugin to be a dynamic platform (from static) so accesories will persist on homebridge restarts, fixes [#8](https://github.com/apexad/homebridge-airport-express-playing/issues/8) ([5c9c442](https://github.com/apexad/homebridge-airport-express-playing/commit/5c9c4428d0b6fb81026ed8b98bf9f3f5166c9667))

### [1.4.9](https://github.com/apexad/homebridge-airport-express-playing/compare/v1.4.8...v1.4.9) (2021-02-22)


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-airport-express-playing",
"version": "1.4.9",
"version": "2.0.0",
"description": "Homebridge plugin that uses mDNS request data to show a smart speaker for playing/paused for airport express devices.",
"main": "dist/index.js",
"scripts": {
Expand Down

0 comments on commit 1a58370

Please sign in to comment.