From 0729592aec37e8a73184253b98636884926c9eb7 Mon Sep 17 00:00:00 2001 From: Sam Emory Date: Thu, 10 Jun 2021 09:59:11 -0500 Subject: [PATCH] adding changelog --- .github/workflows/update_version.yml | 13 +++++++++++++ CHANGELOG.md | 9 +++++++++ package.json | 2 +- 3 files changed, 23 insertions(+), 1 deletion(-) create mode 100644 .github/workflows/update_version.yml create mode 100644 CHANGELOG.md diff --git a/.github/workflows/update_version.yml b/.github/workflows/update_version.yml new file mode 100644 index 00000000..b6ac229f --- /dev/null +++ b/.github/workflows/update_version.yml @@ -0,0 +1,13 @@ +name: run npm-version pipeline +on: push +jobs: + build: + runs-on: ubuntu-latest + steps: + - name: Checkout + uses: actions/checkout@master + + - name: 'change version' + uses: reedyuk/npm-version@1.1.1 + with: + git-tag-version: 'true' \ No newline at end of file diff --git a/CHANGELOG.md b/CHANGELOG.md new file mode 100644 index 00000000..7fb97199 --- /dev/null +++ b/CHANGELOG.md @@ -0,0 +1,9 @@ +# Change Log + +## 0.1.1 (06-10-2021) + +### Changes + +* Added support for doorbell (ring notificaitons only) +* Added support for security keypad (only battery notifications at this time) +* Other small bug fixes diff --git a/package.json b/package.json index c14425d1..84a5982c 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "displayName": "Homebridge Eufy Security", "name": "homebridge-eufy-security", - "version": "0.1.0", + "version": "0.1.1", "description": "Control Eufy Security from homebridge.", "license": "Apache-2.0", "repository": {