Skip to content

Commit f9006ea

Browse files
committed
chore(release): 2.0.1
1 parent 76b3921 commit f9006ea

File tree

3 files changed

+9
-2
lines changed

3 files changed

+9
-2
lines changed

CHANGELOG.md

+7
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. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.
44

5+
### [2.0.1](https://github.com/dgreif/homebridge-petsafe-smart-feed/compare/v2.0.0...v2.0.1) (2021-08-07)
6+
7+
8+
### Bug Fixes
9+
10+
* disable http2 for requests ([76b3921](https://github.com/dgreif/homebridge-petsafe-smart-feed/commit/76b39213dd64dabc112e0cd3843a5381d690b245))
11+
512
## [2.0.0](https://github.com/dgreif/homebridge-petsafe-smart-feed/compare/v1.3.2...v2.0.0) (2021-08-06)
613

714

package-lock.json

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

+1-1
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": "2.0.0",
4+
"version": "2.0.1",
55
"description": "Homebridge plugin for PetSafe Smart Feed",
66
"main": "lib/index.js",
77
"bin": {

0 commit comments

Comments
 (0)