Skip to content

Commit

Permalink
adding changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
samemory committed Jun 10, 2021
1 parent 716c6e4 commit 0729592
Show file tree
Hide file tree
Showing 3 changed files with 23 additions and 1 deletion.
13 changes: 13 additions & 0 deletions .github/workflows/update_version.yml
Original file line number Diff line number Diff line change
@@ -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'
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -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": {
Expand Down

0 comments on commit 0729592

Please sign in to comment.