From 22378b457e1a4990e9f217e0dd4bac6102296e28 Mon Sep 17 00:00:00 2001 From: HJD Date: Sun, 20 Feb 2022 23:07:51 -0600 Subject: [PATCH] v3.0.4. --- docs/Changelog.md | 3 +++ package-lock.json | 2 +- package.json | 2 +- 3 files changed, 5 insertions(+), 2 deletions(-) diff --git a/docs/Changelog.md b/docs/Changelog.md index eebebd5..29324bb 100644 --- a/docs/Changelog.md +++ b/docs/Changelog.md @@ -2,6 +2,9 @@ All notable changes to this project will be documented in this file. This project uses [semantic versioning](https://semver.org/). +## 3.0.4 (2022-02-20) + * Housekeeping. + ## 3.0.3 (2022-02-19) * Adjustments to the livestream API, and improved error handling. * Improve error handling in the events API. diff --git a/package-lock.json b/package-lock.json index 10fcc96..efeb4e7 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "unifi-protect", - "version": "3.0.3", + "version": "3.0.4", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index 9b1dfa7..efe63af 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "unifi-protect", "type": "commonjs", - "version": "3.0.3", + "version": "3.0.4", "displayName": "UniFi Protect API", "description": "A complete implementation of the UniFi Protect API.", "author": {