diff --git a/CHANGELOG.md b/CHANGELOG.md index 50af0d28..f3e5004e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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. +### [4.0.5](https://github.com/dgreif/ring/compare/v4.0.4...v4.0.5) (2019-07-15) + + +### Bug Fixes + +* better snapshot waiting logic ([9e97fec](https://github.com/dgreif/ring/commit/9e97fec)), closes [#64](https://github.com/dgreif/ring/issues/64) + + + ### [4.0.4](https://github.com/dgreif/ring/compare/v4.0.3...v4.0.4) (2019-07-15) diff --git a/package-lock.json b/package-lock.json index a57d4367..552fe3d4 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "ring-client-api", - "version": "4.0.4", + "version": "4.0.5", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index 93d7b362..cba9d750 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "ring-client-api", - "version": "4.0.4", + "version": "4.0.5", "description": "Unofficial API for Ring doorbells, cameras, security alarm system and smart lighting", "main": "api/index.js", "scripts": {