diff --git a/CHANGELOG.md b/CHANGELOG.md index a4b208007..fd6e78761 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. +### [2.18.4](https://github.com/unraid/api/compare/v2.18.3...v2.18.4) (2021-06-16) + + +### Bug Fixes + +* add disks as resolver ([0b99e06](https://github.com/unraid/api/commit/0b99e066d794591cae12a156889d866fb11c2225)) +* only lookup disk temp when requested ([cd245c9](https://github.com/unraid/api/commit/cd245c9063f6aac65d7cd4ffec73f61b33c2e9e3)) +* return data on disks endpoint ([8122dc0](https://github.com/unraid/api/commit/8122dc0fa9c0006f7c47f49c97bc890e9ad6f098)) + ### [2.18.3](https://github.com/unraid/api/compare/v2.18.2...v2.18.3) (2021-06-07) diff --git a/package-lock.json b/package-lock.json index 0ea2f4b22..5ac697a68 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "@unraid/api", - "version": "2.18.3", + "version": "2.18.4", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index 4a66dd6a8..c9714fab8 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@unraid/api", - "version": "2.18.3", + "version": "2.18.4", "main": "dist/index.js", "repository": "git@github.com:unraid/api.git", "author": "Alexis Tyler (https://wvvw.me/)", @@ -273,4 +273,4 @@ "uuid-apikey", "xhr2" ] -} \ No newline at end of file +}