Skip to content

Commit

Permalink
v3.0.3.
Browse files Browse the repository at this point in the history
  • Loading branch information
hjdhjd committed Feb 20, 2022
1 parent f29a2fd commit eb86828
Show file tree
Hide file tree
Showing 3 changed files with 56 additions and 51 deletions.
5 changes: 5 additions & 0 deletions docs/Changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,11 @@

All notable changes to this project will be documented in this file. This project uses [semantic versioning](https://semver.org/).

## 3.0.3 (2022-02-19)
* Adjustments to the livestream API, and improved error handling.
* Improve error handling in the events API.
* Housekeeping.

## 3.0.2 (2022-02-12)
* Housekeeping update.

Expand Down
92 changes: 46 additions & 46 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

10 changes: 5 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "unifi-protect",
"type": "commonjs",
"version": "3.0.2",
"version": "3.0.3",
"displayName": "UniFi Protect API",
"description": "A complete implementation of the UniFi Protect API.",
"author": {
Expand Down Expand Up @@ -61,10 +61,10 @@
"watch": "npm run build && npm link && nodemon"
},
"devDependencies": {
"@types/node": "^17.0.17",
"@types/ws": "^8.2.2",
"@typescript-eslint/eslint-plugin": "^5.11.0",
"@typescript-eslint/parser": "^5.11.0",
"@types/node": "^17.0.18",
"@types/ws": "^8.2.3",
"@typescript-eslint/eslint-plugin": "^5.12.0",
"@typescript-eslint/parser": "^5.12.0",
"eslint": "^8.9.0",
"rimraf": "^3.0.2",
"typescript": "^4.5.5"
Expand Down

0 comments on commit eb86828

Please sign in to comment.