Skip to content

Commit 1866fa6

Browse files
committed
chore(release): 1.3.0
1 parent e8562ae commit 1866fa6

File tree

3 files changed

+15
-2
lines changed

3 files changed

+15
-2
lines changed

CHANGELOG.md

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

33
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.
44

5+
## [1.3.0](https://github.com/dgreif/homebridge-petsafe-smart-feed/compare/v1.2.6...v1.3.0) (2021-04-11)
6+
7+
8+
### Features
9+
10+
* custom ui for auth token ([c02011c](https://github.com/dgreif/homebridge-petsafe-smart-feed/commit/c02011c495985f3de6f5fba0f28f6bcbe5e6cba0))
11+
12+
13+
### Bug Fixes
14+
15+
* update dependencies ([809d2ae](https://github.com/dgreif/homebridge-petsafe-smart-feed/commit/809d2ae6a4fc5f55704a8fb61edbc2ee698ac172))
16+
* use string for SerialNumber to fix HB warning ([#21](https://github.com/dgreif/homebridge-petsafe-smart-feed/issues/21)) ([2eafab9](https://github.com/dgreif/homebridge-petsafe-smart-feed/commit/2eafab9be88a282c33610cc0def669c984f19fce))
17+
518
### [1.2.6](https://github.com/dgreif/homebridge-petsafe-smart-feed/compare/v1.2.5...v1.2.6) (2021-01-29)
619

720
### [1.2.5](https://github.com/dgreif/homebridge-petsafe-smart-feed/compare/v1.2.4...v1.2.5) (2020-12-27)

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 PetSafe Smart Feed",
33
"name": "homebridge-petsafe-smart-feed",
4-
"version": "1.2.6",
4+
"version": "1.3.0",
55
"description": "Homebridge plugin for PetSafe Smart Feed",
66
"main": "lib/index.js",
77
"bin": {

0 commit comments

Comments
 (0)